.urbangreymenu{
width: 170px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 11px Verdana;
	color: white;
	background: #A97965 none repeat scroll 0 0;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: white;
	display: block;
	padding: 4px 0px 4px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	color: white;
	display: block;
	background-color: #b22e26;
	font-weight: bold;
}

.urbangreymenu .headerbarSelected{
	font: bold 11px Verdana;
	color: white;
	background: #b22e26 none repeat scroll 0 0;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
}

.urbangreymenu .headerbarSelected a{
	font: bold 11px Verdana;
	background: #b22e26 none repeat scroll 0 0;
	text-decoration: none;
	color: white;
	display: block;
	padding: 4px 0px 4px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.urbangreymenu .headerbarNoMenu{
	font: bold 11px Verdana;
	color: white;
	background: #A97965 none repeat scroll 0 0;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
}

.urbangreymenu .headerbarNoMenu a{
	text-decoration: none;
	color: white;
	display: block;
	padding: 4px 0px 4px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.urbangreymenu .headerbarNoMenu a:hover{
	text-decoration: none;
	color: white;
	display: block;
	background-color: #b22e26;
	font-weight: bold;
}

.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: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 11px Verdana;
	color: black;
	/*background: #E9E9E9;*/
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	text-decoration: none;
	color: white;
	display: block;
	background-color: #b22e26;
	font-weight: bold;
}

.urbangreymenu .subMenuItem{
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
}

.urbangreymenu .subMenuItem a{
	font: normal 11px Verdana;
	color: white;
	background: #657e82 none repeat scroll 0 0;
	text-decoration: none;
}

.urbangreymenu .subMenuItem a:hover{
	text-decoration: none;
	color: black;
	display: block;
	background-color: #b22e26;
	font-weight: bold;
}

.urbangreymenu .subMenuItemSelected{
	font: bold 11px Verdana;
	color: #B22E26;
	background: #F0E794 none repeat scroll 0 0;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
}

.urbangreymenu .subMenuItemSelected a{
	text-decoration: none;
	color: #B22E26;
	display: block;
	padding: 4px 0px 4px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}