@charset "utf-8";
.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
	color: #FFFFFF; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0;
	margin-top: 0; /*31px is left indentation of header text*/
	display: block;
	height: 22px;
	width: 160px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 10px;
	background-color: #D40028;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	color: #FFEBAE;
	line-height: 22px;
	display: block;
	height: 22px;
	width: 160px;
	background-color: #D40026;
	background-repeat: no-repeat;
	background-position: right center;
}

.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: 0;
 /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #666666;
	height:20px;
	padding-top:5px;
	background: white;
	display: block;
	
	line-height: 14px;
	padding-left: 20px; /*link text is indented 8px*/
	text-decoration: none;
	
}

.urbangreymenu ul li a:visited{
color: #666666;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #D40026;
	background-image: url(menu/selectarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	font-weight: bold;
}

.menu-item-selected { /*selected top level menu item*/
text-decoration: none;
color: #FFFFFF;
line-height: 22px;
display: block;
height: 22px;
width: 160px;
background-color: #D40026;
background-image: url(menu/selectarrow.gif);
background-repeat: no-repeat;
background-position: right center;
}

.submenu-item-selected { /*selected 2nd level menu item*/
color: #D40026;
background-image: url(menu/selectarrow2.gif);
background-repeat: no-repeat;
background-position: right center;
}
.urbangreymenu ul li a:active {
	color: #D40026;
	background-image: url(menu/selectarrow4.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9B9B9B;
}
.urbangreymenu  ul  li.current  a  {
	color: #D40026;
	background-image: url(menu/selectarrow4.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9B9B9B;
	font-weight: bold;
}

.urbangreymenu  ul  li.current  a:hover {
	color: #D40026;
	background-image: url(menu/selectarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFF;
	font-weight: bold;	
}
.padding {
	padding: 0;
	background-color: #DDDDDD;
}
