﻿img{
	border:0;
	padding:0; margin:0;
}

.urbangreymenu{
width: 230px; /*width of menu*/

}

.urbangreymenu .headerbar{
margin:0; padding:0;
font: normal 12px Verdana;
color: white;
background: #606060 url(menuBg.png) no-repeat 0px 0px; /*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: 7px 0 3px 0px; /*31px is left indentation of header text*/
 font-weight:bold;

}


.urbangreymenu .headerbar a{
text-decoration: none;
color:white; 
display: block;
padding-left:0;
}

.urbangreymenu .headerbar a:hover{
text-decoration: none;

display: block;
padding-left:0;
}

.urbangreymenu ul.submenu{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
padding-bottom:0;
width:230px;
font-size:11px;
}

.urbangreymenu ul.submenu li{
padding:0; margin:0;
padding-bottom: 0px; /*bottom spacing between menu items*/
height:27px;
border-bottom:1px solid #51a4aa;
width:230px;

}

.urbangreymenu ul.submenu li a{
font: normal 12px Arial;
color: #333333;
background: #82bec2;
display: block;
padding:0;
padding: 5px 0;

line-height: 17px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
 text-transform:capitalize;
margin-left:0;
padding-left:20px;;

 margin:0;
 
 height:17px;

}

.urbangreymenu ul.submenu li a:visited{
color: #333333;
padding-left:20px;
 text-transform:capitalize;
 margin:0;
 

 
}

.urbangreymenu ul.submenu li a:hover{ /*hover state CSS*/
color: white;
background-image:url('subOver.jpg'); background-repeat:no-repeat;
width:210px;
margin:0; padding:0;
padding-bottom:5px;
padding-top:5px;
padding-left:20px;;

}

