@charset "utf-8";
/* CSS Document */
/*StyleMenu Right*/
.urbangreymenu{
	width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 14px Verdana;
	color: white;
	background: #000066; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 5px 22px; /*31px is left indentation of header text*/
	text-align: right;
	padding-right: 16px;
}

.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: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 14px Arial;
	color: #FFFFFF;
	background: #000066;
	display: block;
	padding: 4px 0;
	line-height: 21px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	text-align: right;
	padding-right: 16px;
	font-weight: bold;
}

.urbangreymenu ul li a:visited{
	color: #FFFFFF;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
	background: #CCFF33;
}
