﻿.sidebarmenu{
font: normal 11px Arial;
}

.sidebarmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sidebarmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sidebarmenu ul li a{
font: normal 11px Arial;
color: black;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.sidebarmenu ul li a:visited{
color: #E9E9E9;
}

.sidebarmenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #E9E9E9;
}
.sidebarmenu a.primary-selected, a.primary-selected:visited, a.primary-selected:hover, a.primary-selected:active {
background-color: #E9E9E9; /*Brown color theme*/ 
border-color: #E9E9E9; /*Brown color theme*/ 
/*color: black;*/
}

        .urbangreymenu
        {
            width: 250px; /*170width of menu*/
        }
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #999 url(../images/pictos/arrowstop.gif) no-repeat 8px 6px; /*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 7px 31px; /*31px is left indentation of header text*/
}
        .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-bottom: 2px; /*bottom spacing between menu items*/
        }
        .urbangreymenu ul li a
        {
            font: normal 12px Arial;
            color: black;
            position: relative;
            background: #E9E9E9;
            display: block;
            padding: 5px 0;
            line-height: 17px;
            padding-left: 8px; /*link text is indented 8px*/
            text-decoration: none;
        }
        .urbangreymenu ul li a:visited
        {
            color: black;
        }
        .urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor
        {
            /*hover state CSS*/
            color: white;
            background: black;
        }
        
        .urbangreymenu .current
        {
padding-right: 15px;
color: black;
background-image:url(images/lefthover.jpg);
background-repeat:no-repeat;
        }       
