

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#hmenu_invert{
padding-bottom:20px;
width: 100%;
border-top: 2px solid #908567; /*Brown color theme*/ 
/*border-top: 4px solid #aa9b72;*/ /*Brown color theme*/ 
/*bb4f05*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#hmenu_invert ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#hmenu_invert li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}

#hmenu_invert a{
float: left;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 3px 8px;
background-color: #555; /*Brown color theme*/ 
/*border-top: 1px solid white;*/
}

#hmenu_invert2 a{
float: left;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

color: #555;
text-decoration: none;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 2px 8px;
background-color: white; /*Brown color theme*/ 
border-left: 2px solid #aa9b72;
border-right: 2px solid #aa9b72;
border-bottom: 2px solid #aa9b72;
}


#hmenu_invert a:hover{
background-color: #908567; /*Brown color theme*/ 
color: white;
}
#hmenu_invert2 a:hover{
background-color: white; /*Brown color theme*/ 
color: black;
border: 1px solid black;
}


#hmenu_invert #current a{ /*currently selected tab*/
background-color: #908567; /*Brown color theme*/ 
color: white;
border-color: #908567; /*Brown color theme*/ 
}


