/* different menu styles */
/* indentmenu */

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul {
margin: 0;
padding: 0;
float: left;
border-width: 1px 0;
background: black url(cmenu.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li.first{
margin: 0;
padding: 0;
float: left;
width: 11px; /*width of menu*/
height:24px;
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: white url(lhmenu.gif) ;
}
.indentmenu ul li.last{
margin: 0;
padding: 0;
float: left;
width: 11px; /*width of menu*/
height:24px;
border-width: 0px 0;
background: white url(rhmenu.gif) ;
}


.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #ffff99 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}

/* bricks menu */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
/*background-color: #014991; */
background-color: #57378A ; 
/* border-color: #014991; */
border-color: #57378A; 

}

#modernbricksmenuline{
clear: both;
padding: 0px ;
width: 100%;
height: 5px;

/* background: #014991;  */
background: #57378A ; 
}
