

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font: bold 9px Verdana;
}

#modernbricksmenu ul{
font: bold 9px Verdana;
margin:0;
margin-left: 4px; /*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: #000000;
	margin: 0 0 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #CCCCCC; /*Default menu color*/
	border-bottom: 1px solid #FF9900;
	font: bold 9px Verdana;
}

#modernbricksmenu a:hover{
background-color: #81A0C6; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #FFFFFF; /*Brown color theme*/
	border-bottom: 1px solid #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9900;
	border-bottom-style: solid;
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 1px; /*Brown color theme*/
	background-color: #FF9900;
}







