#modernbricksmenu{
padding: 0;
width: 100%;
}
#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
margin-left: 0px; /*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;
}
#modernbricksmenu a{
float: left;
display: block;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 10px;
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #B83C3C; /*Default menu color*/
border-bottom: 1px solid white;
}
#modernbricksmenu a:hover{
	color: #000000;
	background-color: #6699FF; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	color: #000000;
	background-color: #6699FF; /*Brown color theme*/ 
	border-color: #e2e2e2; /*Brown color theme*/ 
}
#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #FF6600; /*Brown color theme*/ 
}
#logo {
	margin-top:5px;
}
#vmenu {
	background: #ffffff;
}
#vmenu a {
	position: relative;
	display: block;
	z-index: 11;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font:  16px Arial;
	color: #333333;
	text-decoration : none;
	text-align: left;
	border-top: 1px solid #c9dbff;
}
#vmenu a:hover {
	background: #ff6600;
	color: #ffffff;
	text-decoration : none;
}
#vmenu a:active {
	background: #FF6600;
	color: #000000;
}
#vmenu_small a {
	position: relative;
	display: block;
	z-index: 11;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
	text-align: left;
}
#vmenu_small a:hover {
	background: #ffffff;
	color: #003399;
	text-decoration : none;
}
#vmenu_small a:active {
	background: #ffffff;
	color: #FF9900;
}