.urbangreymenu{
width: 217px; /*width of menu*/
}

.urbangreymenu .menubar{
font: 14px Arial;
color: #ffffff;
line-height:30px;
height:27px;
background-image:url(../images/body/sectionsSideNavBtnTitles_link.jpg);
display: block;
padding: 0 0 0 25px;
text-decoration: none;
}
.urbangreymenu a.menubar:hover{
font: 14px Arial;
color: #ffffff;
line-height:30px;
height:27px;
background-image:url(../images/body/sectionsSideNavBtnTitles_link_o.jpg);
display: block;
padding: 0 0 0 25px;
text-decoration: none;
}
.urbangreymenu a.topbar{
font: 14px Arial;
color: #ffffff;
line-height:30px;
height:27px;
background-image:url(../images/body/sectionsSideNavBtnTitles.jpg);
display: block;
padding: 0 0 0 25px;
text-decoration: none;
}

.urbangreymenu a.topbar{
font: 14px Arial;
color: #ffffff;
line-height:30px;
height:27px;
background-image:url(../images/body/sectionsSideNavBtnTitles.jpg);
display: block;
padding: 0 0 0 25px;
/*text-decoration: none;*/
}

.urbangreymenu a.topbar:visited, .urbangreymenu .topbar:active{
color: white;
}

.urbangreymenu a.topbar:hover{
background-image: url(../images/body/sectionsSideNavBtnTitles_o.jpg);
}




.urbangreymenu div.submenu{ /*DIV that contains each sub menu*/
}

.urbangreymenu div.submenu ul{ /*UL of each sub menu*/
width: 150px;
list-style-type:square;
list-style-position:outside;
line-height:20px;
margin:5px 0px 5px 20px; 
padding:5px 0px 5px 10px;
color:#FFFFFF;
}

*+html .urbangreymenu div.submenu ul{ /*UL of each sub menu*/
width: 150px;
list-style-type:square;
list-style-position:inside;
line-height:20px; 
margin:5px 0px 5px 10px;
padding:0px;
color:#FFFFFF;
}



.urbangreymenu div.submenu ul li{
width: 150px;
padding: 0px 0 0px 0;
/*background-image:url(../images/body/btnSideNav.jpg);
background-repeat:no-repeat;
height:20px;*/

}

.urbangreymenu div.submenu ul li a{
display: block;
width: 150px;
font: 14px Arial;
color: #ffffff;
text-decoration:underline;
padding-left: 0px;

/*/*background-image:url(../images/body/btnSideNav.jpg);
background-repeat:no-repeat;
height:20px;*/
}

.urbangreymenu div.submenu ul li a:hover{
width: 150px;
display: block;
font: 14px Arial;
color:#7df53f;
text-decoration:underline;
padding-left: 0px;

/*background-image:url(../images/body/btnSideNav.jpg);
background-repeat:no-repeat;
height:20px;*/
}
