#menu h3{font-weight:normal;background:url(../images/dotted.gif) bottom no-repeat; float:left; font-size:12px;color:#C9C9C9 !important;}
.urbangreymenu{
width: 180px; /*width of menu*/ overflow:hidden;
}

.urbangreymenu .headerbar{
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
display: block; font-size:12px;color:#C9C9C9 !important;
}
.urbangreymenu a{background: url(../images/arrow.gif) no-repeat 0px 6px; float:left; padding:5px 0 5px 10px; width:170px; /*last 2 values are the x and y coordinates of bullet image*/}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
/*bottom spacing between menu items*/ width:160px; float:left; background:url(../images/dotted.gif) 0 28px no-repeat; padding:5px 0 0px 20px;}
}

.urbangreymenu ul li a{
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none; font-size:12px; color:#C9C9C9 !important;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
}
a:focus{outline:0;}
#menu ul.submenu {float:left; width:175px;}




*----------------------------------*/
.glossymenu p{float:left !important; width:150px !important;}
.glossymenu p a.mainlink {background:url(../images/dotted.gif) bottom no-repeat; width:155px !important; float:left; padding:5px 0 5px 15px; margin-left:-15px;}
.glossymenu {
	width: 180px; /*width of menu*/ overflow:hidden;
}

.glossymenu a.submenuheader{
	display: block;
	color: #C9C9C9;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	background:url(../images/arrow.gif) no-repeat 0px 6px !important;
	z-index:999px;
}

.glossymenu a.arrowmenu {
	display: block;
	color: #C9C9C9;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	background:url(../images/arrow.gif) no-repeat 0px 6px !important;
}

.glossymenu a.arrowmenu span{
    display:none !important;
}

.glossymenu p a.mainlink1 {background:url(../images/dotted.gif) bottom no-repeat; width:155px !important; float:left; padding:5px 0 5px 15px; margin-left:-15px;}



.glossymenu a.menuitem {
	display: block;
	position: relative; /* float:left; border:1px solid #ffffff;To help in the anchoring of the ".statusicon" icon image*/
	width: 15px;
	text-decoration: none; float:left; color:#C9C9C9; cursor:pointer;
}

.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 10px;
	right: 5px;
	border: none; left:0;
}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	float:left; width:180px; padding:0px; margin:0px;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;width:180px !important; overflow:hidden;
}
.glossymenu div.submenu ul li {
	background:url(../images/dotted.gif) no-repeat 0 100%; padding:3px 0;
}
.glossymenu div.submenu ul li a {
	display: block;
	color: #C9C9C9;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 20px; background:url(../images/arrow.gif) no-repeat 6px 3px; width:154px;
}
.glossymenu div.submenu ul li a:hover {
	color: white;
}