/* CSS Document */
a.nav, a.nav:link, a.nav:visited, .selected {
float:left;
margin-right:3px;
display:block;
width:87px;
height:27px;
background-color:#616161;
margin-top:3px;
padding-top:10px;
text-align:center;
padding-right:2px;
text-decoration:none;
font-family:verdana, arial, sans-serif;
font-size:12px;
color:#fff;
line-height:19px;
overflow:hidden;
}
a.nav:hover {
color:#000;
background-color:#D5D5D5;
text-decoration:none;
}
a.nav:active, .selected {
color:#000000;
background-color:#D5D5D5;
text-decoration:none;
}
a.nav2, a.nav2:link, a.nav2:visited, .selected2 {
float:left;
margin-right:3px;
display:block;
width:87px;
height:30px;
background-color:#616161;
margin-top:3px;
padding-top:12px;
padding-right:2px;
text-align:center;
text-decoration:none;
font-family:verdana, arial, sans-serif;
font-size:12px;
color:#fff;
line-height:19px;
overflow:hidden;
}
a.nav2:hover {
color:#000;
background-color:#D5D5D5;
text-decoration:none;
}
a.nav2:active, .selected2 {
color:#000000;
background-color:#D5D5D5;
text-decoration:none;
}
.nostyle{
text-decoration:none;
font-family:verdana, arial, sans-serif;
color: #000;
}
.menuDiv{
width:300px;
margin-left:3px;
}
.spacediv{
clear:both;
}