@charset "utf-8";
/* CSS Document */
.urbangreymenu {
	 /*width of menu*/
}

/*.urbangreymenu div.headerbar a:visited, .urbangreymenu div.headerbar a:active{
	background-image:url(images/menu_2.gif);
	background-repeat: no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	/*text-transform: lowercase;
	padding-left:15px;
	line-height:40px;
	height:35px;
	width:250px;
}
*/

.urbangreymenu div.selected a, .urbangreymenu div.headerbar a:hover{
	background-image:url(images/menu_2.gif);
	background-repeat: no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding-left:15px;
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbar {
	background: white url(images/menu_1.gif) no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbar a:hover{
	background-image:url(images/menu_2.gif);
	background-repeat: no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding-left:15px;
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbarselected{
	background-image:url(images/menu_2.gif);
	background-repeat: no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding-left:15px;
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbar a {
	text-decoration: none;
	color: white;
	display: block;
	padding-left:15px;
}
.urbangreymenu .headerbar_nosubmenu {
	background: white url(images/menu_1.gif) no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbar_nosubmenu a:hover{
	background-image:url(images/menu_2.gif);
	background-repeat: no-repeat;
	font: bold 13px Verdana;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5pt;
	font-weight:bold;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding-left:15px;
	line-height:40px;
	height:35px;
	width:250px;
}

.urbangreymenu .headerbar_nosubmenu a {
	text-decoration: none;
	color: white;
	display: block;
	padding-left:15px;
}
.urbangreymenu .headerbarselected a {
	text-decoration: none;
	color: white;
	display: block;
	
}

.urbangreymenu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.urbangreymenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	width:210px;
}
.urbangreymenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a.selectedCls {
	font: normal 12px Arial;
	color: #FFFFFF;
	background: RED;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}


.urbangreymenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: red;
}
.style1 {color: #FF0000}