a 
{
font-family: verdana,arial,helvetica;
text-decoration: none;
color: 403D38;
}
a:hover {
color:#BC0308;
}

a.menu 
{
background-color: #02022D;
font-family: verdana,arial,helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
a.menu:hover 
{
color:060A57;
}

.menuitems
{
width: 100%;
overflow: hidden;
height: 30px;
margin: 7px 0 0 290px;
}

.menuitems ul
{
margin: 0;
padding: 0px;
height: 30px;
padding-left: 20px;
font: bold 11px Verdana;
list-style-type: none;
text-align: center;
}

.menuitems li
{
display: inline;
margin: 0;
}

.menuitems li a
{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px 7px 10px; 
color: white;
font-size: 13px;
font-family: sans-serif,verdana;
font-weight: bold;
height: 50px;
background-repeat: no-repeat;
background-position: top center;
border-left: 1px solid #ffffff;
}

.menuitems li a.current
{
float: left;
height: 30px;
background-color: #A4E321;
color: #001B53;
border-top: 1px solid #ffffff;
}

.menuitems li a.current:hover
{
float: left;
height: 50px;
background-color #A4E321;
color: #3F3D37;
}

.menuitems li a:hover, .menitems li.selected a
{
height: 30px;
background-color: #A4E321;
color: #3F3D37;
}

.menuitems li a:active
{
float: left;
height: 30px;
background-color: #A4E321;
color: #001B53;
border-top: 1px solid #ffffff;
}

#menu h2 
{
font-weight: bold;
font-family: verdana, sans-serif, tahoma, arial, helvetica;
font-size: 11px;
display: block;
margin: 0;
padding: 0px;
width:230px;
}

#menu a 
{
color: #001B53;
font-weight: bold;
font-family: verdana, sans-serif, tahoma, arial, helvetica;
font-sixe: 11px;
display: block;
text-decoration: none;
margin: 0;
}
#menu a:hover 
{
color: #A4E321;
}
#menu a.current 
{
color: #A4E321;
font-weight: bold;
font-family: verdana, sans-serif, tahoma, arial, helvetica;
font-sixe: 11px;
display: block;
text-decoration: none;
margin: 0;
}

#menu #img_current
{
align:left;
valign:bottom;
margin-right: 10px;
border:0;
}

#menu ul 
{
width:230px;
margin: 0;
padding: 3px;
list-style-type:square;
border-left: 1px solid #A4E321;
border-bottom: 1px solid #A4E321;
}

#menu li 
{
margin: 0 0 0 10px;
padding: 3px;
list-style-type:square;
}

#menu ul ul 
{
margin: 0 0 0 10px;
padding: 5px;
list-style-type: square;
border: 0px solid #ffffff;
}

#menu li li 
{
margin: 0 0 0 5px;
padding: 5px;
list-style-type: square;
}

#menuroute{
width: 100%;
overflow: hidden;
}

#menuroute ul{
margin: 0;
padding: 0px;
padding-left: 5px;
font: bold 11px Verdana;
list-style-type: none;
height: 25px;
}

#menuroute li{
display: inline;
margin: 0;
}

#menuroute li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px; /*padding inside each tab*/
background-color: #001B53;
color: #ffffff;
border: 1px solid #ffffff;
}

#menuroute li a:hover {
background-color: #EEEEEE;
color: #001B53;
}

