/* CSS Document */
h3 { list-style:none; margin:0; padding:0;}

.urbangreymenu{
width:100%;
padding:0;
/*width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Tahoma;
color:#444444;
/*background: url(../images/icons/kare-kategori-1.gif) no-repeat 11px 15px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 15px 0 15px 40px; /*25px is left indentation of header text*/
text-align:left;
border-bottom: 1px dotted #999999;
}

.urbangreymenu .headerbar a{
text-decoration: none;
/*color:#FF3300;*/
display: block;
}

.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-top:1px;
padding-bottom:1px; /*bottom spacing between menu items*/
background:url(../images/icons/ok-sag.gif) no-repeat 25px 10px; /*last 2 values are the x and y coordinates of bullet image*/
}

.urbangreymenu ul li a{
font: normal 11px Tahoma;
color: black;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 5px; /*link text is indented 25px*/
text-decoration: none;
margin-left:35px;
text-align:left;
border-bottom: 1px dotted #999999;
}

.urbangreymenu ul li a:visited{
color:#000000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#444444;
font-weight:bold;
background:#E8E8E8; /*last 2 values are the x and y coordinates of bullet image*/
text-decoration: none;
}

