﻿.urbangreymenu{
width: 175px; /*width of menu*/
padding-left:20px;
padding-top:15px;
}

.urbangreymenu .headerbar{
font: bold 11px Arial;
color: black;
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 .headerbar a{
text-decoration: none;
color: white;
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-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu li a{
font: normal 11px Arial;
color: black;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu li a:visited{

}

.urbangreymenu li a:hover{ /*hover state CSS*/
color: blue;
}

/**********************************/

.mainSub{
width: 175px; /*width of menu*/
}

.mainSub .headerbar{
font: bold 11px Arial;
color: black;
background: white url(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*/
}

.mainSub .headerbar a{
text-decoration: none;
color: black;
}

.mainSub li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.mainSub li a{
font: normal 11px Arial;
color: black;
padding: 5px 0;
line-height: 17px;
padding-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}

.mainSub li a:visited{

}

.mainSub li a:hover{ /*hover state CSS*/
color: blue;
}

/************************************************/

.subCat .headerbar{
font: bold 11px Arial;
color: black;
background: white url(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*/
}

.subCat .headerbar a{
text-decoration: none;
color: black;
}

.subCat li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.subCat li a{
font: normal 11px Arial;
color: black;
padding: 5px 0;
line-height: 17px;
padding-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}

.subCat li a:visited{

}

.subCat li a:hover{ /*hover state CSS*/
color: blue;