/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.brickmenu{
padding: 0;
padding-top: 3px ;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

ul.brickmenu{
font: bold 11px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

li.brickmenu{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

a.brickmenu{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 9px;
text-decoration: none;
letter-spacing: 1px;
background-color:  #505050; /*Default menu color*/
border-bottom: 1px solid white;
border-top: 1px solid white;
}

a.brickmenu:hover{
background-color: gray; /*Menu hover bgcolor*/
}

a.brickmenu_current{ /*currently selected tab*/
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 9px;
text-decoration: none;
letter-spacing: 1px;
background-color: #0054a5; /*Brown color theme*/ 
border-bottom: 1px solid #0054a5;
border-top: 1px solid white;
}

div.brickmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #0054a5; /*Brown color theme*/ 
}

