/* MENU CSS */

.bottomnav{
width:794px;
height: 25px;
background:#232325;
}

a.bottomnavoff:link, a.bottomnavoff:visited {
float:left;
line-height:25px;
font-size: 11px;
padding: 0px 15px 0px 15px;
height:25px;
color:white;
text-decoration:none;
/*background:red;*/
}

a.bottomnavoff:hover, a.bottomnavoff:active {
background: #83afee;
}

a.bottomnavon:link, a.bottomnavon:visited {
float:left;
line-height:25px;
font-size: 11px;
padding: 0px 15px 0px 15px;
height:25px;
color:white;
font-weight:bold;
text-decoration:underline;
background:#232325;
}

a.bottomnavon:hover, a.bottomnavoff:active {
background: #83afee;
}


/*.bottomnavon {
float:left;
line-height:25px;
font-size: 11px;
padding: 0px 15px 0px 15px;
height:25px;
color:white;
background: #83afee;
}*/

.topnav {
/*background:#87b0f2;
background-image:url(../imgs/navbg.gif);*/
background:#333333;
height:100%;
}

a.topnavoff:link, a.topnavoff:visited {
float:left;
line-height:25px;
font-size: 11px;
padding: 0px 15px 0px 15px;
height:25px;
color:#333333;
text-decoration:none;
/*background:red;*/
}

a.topnavoff:hover, a.topnavoff:active {
color: white;
}

a.topnavon:link, a.topnavon:visited {
float:left;
line-height:25px;
font-size: 11px;
padding: 0px 15px 0px 15px;
height:25px;
color:white;
font-weight:bold;
text-decoration:underline;
/*background: #87b0f2;*/
background-image:url(../imgs/navbg.gif);
}

a.topnavon:hover, a.topnavon:active {
color:#333333;
}