/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#modernbricksmenu-old{
	text-decoration: none;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksme	nu{
	text-decoration: none;
	padding: 0;
	width: 100%;
	background: transparent;
}

#modernbricksmenu ul{
	font: bold 10pt Arial;
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	text-decoration: none;
}

#modernbricksmenu li{
	text-decoration: none;
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	/*text-transform:uppercase;*/
}

#modernbricksmenu a{
	float: left;
	display: block;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	/*background-color: black;*/ /*Default menu color*/
	/*color: #fff;*/
	/*color: #000;*/
	color:#00aff0;
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
	background-color: gray; /*Menu hover bgcolor*/
	text-decoration: none;
	color:#fff;
}

#modernbricksmenu #current a{ /*currently selected tab*/
	/*background-color: #D25A0B;*/ /*Brown color theme*/ 
	/*border-color: #D25A0B;*/ /*Brown color theme*/ 
    /*background: #7e9fff;*/
    background: #00aff0;
	border-color: #7e9fff;
	text-decoration: none;
	color: #fff;
	/*border-top: 1px solid #000;*/ /*Add border strip to top of sub menu*/
}

#modernbricksmenuline{
	/*clear: both;*/
	/*padding: 2;*/
	width: 100%;
	height: 22px;
	/*line-height: 22px;*/
	/*background: #D25A0B;*/ /*Brown color theme*/ 
	/*background: #7e9fff;*/
	/*color:#fff;*/
	color:#000;
	/*text-indent: 5px;*/
	font: normal 10pt Arial;
	text-decoration:none;
}
#modernbricksmenuline #sub{
	padding: 2;
	/*background: #7e9fff;*/
	/*color:#fff;*/
	color:#00aff0;
	font: normal 10pt Arial;
	text-decoration:none;
}

/*A.lnk1:link    {color:#fff;}
A.lnk1:visited {color:#fff;}
A.lnk1:hover   {color:#fff;}*/
A.lnk1:link    {color:#000; text-decoration:none;}
A.lnk1:visited {color:#000; text-decoration:none;}
A.lnk1:hover   {color:#000; text-decoration:none;}


#modernbricksmenu2{
	color: #00aff0;
	background: url('../images/temp.gif');
	background-repeat:no-repeat;
	height: 28px;
}
#modernbricksmenu2 ul{
	font: normal 10pt Arial;
	margin:0;
	/*margin-left: 40px;*/ /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#modernbricksmenu2 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
