/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#meny{
float:left;
width:20%;	/* 190px*/
}

.urbangreymenu{

}

.urbangreymenu .headerbar{
font: bold 15px Verdana;
color: lightyellow;
background: #303030 url(images/design/wheel01.jpg) 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: 6px 0 7px 51px; /*31px is left indentation of header text*/
text-decoration:none;
}

.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{
margin-left:10px;
padding-bottom: 1px; /*bottom spacing between menu items*/
background:url(images/design/metal005.jpg);
color:lightyellow;
background-color:#c7c5b8;

}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:lightyellow;
display: block;
padding: 5px 0;
line-height: 13px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color:lightyellow;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: lightyellow;
/*background:url(/web/20100619121227im_/http://truemetal.org/cirithungol/images/design/metal005light.jpg);*/
background-color:#bf7165;
}


.menuitem
{
color:yellow;
font-weight:900;
}
