@charset "utf-8";
/* CSS Document */

.urbangreymenu{
width: 194px; /*width of menu*/
background-color: #cfcfcf;
}

.urbangreymenu .headerbar{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #333333;
background-color: #c2c2c2; /*last 2 values are the x and y coordinates of bullet image*/
height:27px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding-left: 28px;
padding-right:7px;
line-height:27px;
}

.headerbar {
	border-top:1px solid #cfcfcf;
}

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

.headerbar a:hover {
	color:#ffffff;
}

.nodropdown{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #333333;
background-color: #c2c2c2; /*last 2 values are the x and y coordinates of bullet image*/
height:27px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding-left: 28px;
padding-right:7px;
line-height:27px;
border-top:1px solid #cfcfcf;
}

.nodropdown a{
text-decoration: none;
color: #333333;
display: block;
}

.nodropdown a:hover {
	color:#ffffff;
}


.urbangreymenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
border:0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin:0px;
border:0px;
}

.urbangreymenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #666666;
border:0px;
background: #cfcfcf;
display: block;
margin:0px;
padding: 0px;
height:22px;
line-height: 22px;
padding-left: 28px;
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #cccccc;
background: #888888;
}