/* CSS Document */

<style type="text/css">

/*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{
	margin-left: 5px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
}

#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: #336699; /*Default menu color*/
	border-bottom: 1px solid white;
	background-image:  url(file:///I|/_includes/tabmn.jpg);
	background-repeat: repeat;
}

#modernbricksmenu a:hover{
background-color: #BCD7EC; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #6699CC; /*Brown color theme*/
	border-color: #666666; /*Brown color theme*/
	background-image:  url(file:///I|/_includes/current.jpg);
	background-repeat: repeat;
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px; /*Brown color theme*/
	background-color: #3366CC;
}



</style>
