/* CSS Document */

<style type="text/css">


#modernbricksmenu6{
padding-right: 10;
width: 100%;
height: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu6 ul{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
margin-left: 1px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
border-top: 0px solid #ff0000;
}

#modernbricksmenu6 li{
display:inline;
margin: 0 1px 0 0;
padding: 0;
}

#modernbricksmenu6 a{
float: left;
display: block;
color:#333333;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding-right: 10px;
text-decoration: none;
font-weight:normal;
letter-spacing: 0px;
background-color:#FFE8E8; /*Default menu color*/
border-bottom: 0px solid #FFE8E8;
border-right: 1px;
border-right-style:solid;
border-right-color:#FF0000;
}

#modernbricksmenu6 a:hover{
background-color: #FFE8E8; /*Menu hover bgcolor*/
color:#ff0000;
font-weight:normal;
border-bottom: 0px solid #ffffff;
}

#modernbricksmenu6 #current a{ /*currently selected tab*/
background-color:#ffffff; /*Brown color theme*/ 
border: 0px solid #ffffff;
border-color: #ffffff; /*Brown color theme*/ 
color:#ff0000;
font-weight:bold;
border-bottom: 0px solid #ffffff;
}

#modernbricksmenu6line{
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 10px;
	padding-right:20px;
	background: #999999; /*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;
}

</style>
