/***********************************************
 * couns 
***********************************************/

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

#Counsmenu{
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#Counsmenu ul{
font: bold 11px Arial;
padding: 3px;
list-style: none;
}

#Counsmenu li{
display: inline;
text-transform: lowercase;
}

#Counsmenu a{
color: white;
margin: 0; /*Margin between each menu item*/
padding: 3px;
text-decoration: none;
background-color: gray; /*Default menu color*/
}

#Counsmenu a:hover{
background-color: #6699CC; /*Menu hover bgcolor*/
}

#Counsmenu #current a{ /*currently selected tab*/
background-color: #CC6600; 
}

#Counsmenuline{
clear: both;
width: 100%;
height: 5px;
line-height: 5px;
background: #CC6600;
}


