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

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

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*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 5px;
text-decoration: none;
letter-spacing: 0px;
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: #DB2927; /*Brown color theme*/ 
border-color: #DB2927; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 99%;
height: 5px;
line-height: 5px;
background: #DB2927; /*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: 22px;
background-color: lightyellow;
}

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 11px Arial;
width: 100%;
border: 0px solid #625e00;
background-color: #2689C7;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: right;
color: #ffffff;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #ffffff;
}

#vdividermenu ul li a:hover{
color: #ffffff;
background-color: #DB2927;
}
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 198px;
border: 0px solid #9A9A9A;
}

.markermenu li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #BEDBEE;
text-align:left;
background-color: #D9E6EF;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #E4EAEF;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


.markermenu2{
list-style-type: none;
margin: 0px 0;
padding: 5px;
width: 75px;
border: 0px solid #9A9A9A;
}

.markermenu2 li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #666666;
display: block;
width: auto;
padding: 0px 0;
padding-right: 10px;
text-decoration: none;
border-bottom: 1px solid #EFEFEF;
text-align:right;
background-color: #FFFFFF;
}


* html .markermenu2 li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 75px;
}

.markermenu2 li a:visited, .markermenu2 li a:active{
color: #666666;
}

.markermenu2 li a:hover{
color: red;
background-color: #EFEFEF;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}
