@charset "utf-8";

.urbangreymenu{
	width: 200px; /*width of menu*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #000;
}

.urbangreymenu .headerbar{
	font: bold 12px "Tahoma";
	color: white;
	background:#3b424f; /*#ACE43B ; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 12px; /*31px is left indentation of header text*/
	letter-spacing: 1px;
	margin-top: 0px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px "Tahoma";
	color: #000;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 2px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #D0CABE;
}

.urbangreymenu ul li a:visited{
	color: #000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #ACE43B;
}
.urbangreymenu ul ul li {
	font-family: tahoma;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	line-height: 20px;
}

.urbangreymenu ul ul li a {
	font-family: tahoma;
	font-size: 14px;
	color: #000;
	padding-left: 2px;
}

.urbangreymenu ul ul li a:hover {
	font-family: tahoma;
	font-size: 14px;
	color: #000;
	background: #5EAC06;
}

#modernbricksmenu{
padding: 0;
width: 100%;
height: 28px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
	font: bold 10 "Tahoma";
	margin:0;
	margin-left: 5px; /*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: right;
	display: block;
	color:#666;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #FFF;
	font:bold 12px "Tahoma";;
}


#modernbricksmenu a:hover{
	background-color: #FFF; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	color: #695427;

}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}
