.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 165px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
text-decoration: none;
color: white;
}

h1{ font-size:15px; font:Arial, Helvetica, sans-serif; margin-top:2px;}
#tour_div{ margin:5px;}
  #tour_list { padding:5px; margin-bottom:5px; border-bottom:1px #999 dotted; font-family:Arial, Helvetica, sans-serif;
font-size:13px;}

#form_left {
	background-color: #FFFADD;
}
#center_container{
padding:0px;
margin:0;
float:left;
text-align:center;
width:399px;
height:100%;
}
#center_sub{
font:Arial, Helvetica, sans-serif;
font-size:14px;
padding:5 0 0 0 px;
margin:0;
float:left;
text-align:left;
width:393px;
height:100%;
}
  
.urbangreymenu{
 }
 
.urbangreymenu h3{ margin:2px 0px; padding:0px;
 }

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 ; /*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 10px; /*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;
background: #CCD8EE;
display: block;
padding: 5px;
line-height: 17px;
 text-decoration: none;
}
 
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
text-decoration: none;
}

 