
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vertical_menu{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
float: left;
}

#vertical_menu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;

}

#vertical_menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;

}

#vertical_menu a{
float: left;
display: block;
color: white;
margin: 0 3px 2px 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #666633; /*Default menu color*/
border-bottom: 1px solid white;
width: 150px;
}

#vertical_menu a:hover{
background-color: #cccc99; /*Menu hover bgcolor*/
}

#vertical_menu #current a{ /*currently selected tab*/
background-color: #cccc99; /*Blue color theme*/ 
border-color: #666633; /*Blue color theme*/ 
color: black;
}

#vertical_menuline{
clear: both;
padding: 0;
width: 98%;
height: 5px;
line-height: 5px;
background: #0099FF; /*Blue color theme*/ 
}


