@charset "utf-8";
/* CSS Document */

.smallmenu {
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 9px;
color: #6d6d6d;
font-weight: normal;
}

.menu a:link {
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
margin-top: 20px;
display: block;
}

.menu a:visited {
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
margin-top: 20px;
display: block;
}

.menu a:hover {
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
text-decoration:none;
margin-top: 20px;
display: block;
color: #378fb4
}

.menu a:active{
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
text-decoration:none;
margin-top: 20px;
display: block;
color: #378fb4
}


#selected{
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
margin-top: 20px;
display: block;
color: #378fb4;
font-weight: bold;
text-decoration: none;
}

#links{
font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
font-size: 16px;
color: #FFFFFF;
text-decoration:none;
margin-top: 20px;
display: block;
}
