.urbangreymenu{
width: 212px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: normal 12px verdana, Tahoma, "Times New Roman" , sans-serif, Arial;
color:#ffffff;
background-color: #399BBB;
/*background: #d7d7d9 url(../i/erpmenu_img.gif) no-repeat 8px 8px; last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 0 2px 10px; /*25px is left indentation of header text*/
line-height: 23px;
margin-top: 2px;
font-weight: bold;
border-bottom: 1px solid #D7E9F1;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #ffffff;
font-weight: bold;
display: block;
}

.urbangreymenu .headerbar a:hover{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

.urbangreymenu .headerbar a:visited{
text-decoration: none;
color: #666666;
font-weight: bold;
display: block;
}

.urbangreymenu .headerbar a.selected{
text-decoration: none;
color: #666666;
font-weight: bold;
display: block;
}

.urbangreymenu ul{
list-style-type:none;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
padding-bottom:0px; /*bottom spacing between each UL and rest of content*/
border-bottom: 1px solid #D7E9F1;
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
padding-left: 0px;
border-top: 1px solid #D7E9F1;
}

.urbangreymenu ul li a{
font: normal 12px Calibri, verdana, Tahoma, "Times New Roman", sans-serif, Arial;
color: #399BBB;
background-image: url(../i/Menu_bg.gif);
background-repeat:repeat-y;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 26px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #ed5826;
display: block;
background-color: #ffffff;
background-image:none;
}

.urbangreymenu ul li a.selected{ /*hover state CSS*/
color: #ed5826;
display: block;
background-color: #ffffff;
background-image:none;
}

