/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#modernbricksmenu{
width: 100%;
background-color: #000066;
voice-family: "\"}\"";
voice-family: inherit;
height:25px;
border-bottom: 2px solid #000066;
background-image:url(../Images/Backgrounds/bback.png);
}
#modernbricksmenu ul{
font: bold 14px Arial;
margin:0;
margin-left: 0; /*margin between first menu item and left browser edge*/
padding: 0 15px 0 15px;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0;
padding: 0 15px 0 15px;
height:25px;
text-transform: none;
}

#modernbricksmenu a{
float: left;
font: bold 14px arial;
display: block;
color: white;
height:25px;
padding: 5px 15px 0 15px; /*Margin between each menu item*/
text-decoration: none;
letter-spacing: 1px;
}
#modernbricksmenu active{
float: left;
font: bold 14px arial;
display: block;
color: white;
height:25px;
padding: 5px 15px 0 15px; /*Margin between each menu item*/
text-decoration: none;
letter-spacing: 1px;
}
#modernbricksmenu a:hover{ /*menu hover image */
color:#000066;
font: bold 14px arial;
height:25px;
padding: 0 15px 0 15px;
border-bottom: 3px solid #ff0000;
background-image:url(../Images/Backgrounds/bback copy.png);
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/
border-color: #D25A0B; /*Brown color theme*/
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/
}

#myform{ /*CSS for sample search box. Remove if desired*/
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 25px;
background-color: lightyellow;
}
