﻿.urbangreymenu{
width: 165px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: Black;
background: #FFFFFF url(/Style%20Library/en-us/images/gradientBlue_tab.gif) no-repeat 8px 0px; /*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: 1px 0 1px 20px; /*top, right, bottom, left*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: black;
display: block;
}

.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
color: blue;
background: #C5D7F0 

}

.urbangreymenu ul{
list-style: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*/
padding-left: 15px;
list-style:none;
}

.urbangreymenu ul .submenu{
list-style:none;
}

.urbangreymenu ul li a{
font: normal 12px Verdana;
color: gray;
background: #FFFFFF;
display: block;
line-height: 10px;
padding-left: 5px; /*link text is indented */
text-decoration: none;
list-style:none;
}

.urbangreymenu ul li a:visited{
color: gray;
list-style-type:none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: blue;
background: #C5D7F0;
}

/* this part is for menu without sub menu item */
.urbangreymenu .headerbar_empty{
font: bold 13px Verdana;
color: Black;
background: #FFFFFF url(/Style%20Library/en-us/images/gradientBlue_tab.gif) no-repeat 8px 0px; /*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: 1px 0 1px 20px; /*top, right, bottom, left*/
}

.urbangreymenu .headerbar_empty a{
text-decoration: none;
color: black;
display: block;
}

.urbangreymenu .headerbar_empty a:hover{ /*hover state CSS*/
color: blue;
background: #C5D7F0 

}
