<style type="text/css">
#options {width:200px; text-align:left; color:#831e17;}
#options a:link {color: #831e17; text-decoration: none;}
#options a:visited {color:#831e17; text-decoration:none;}
#options a:hover {color:#34a8c2; text-decoration:none;}


#acc {width:200px; list-style:none; color:#831e17;}
#acc h3 {width:200px; text-align: left; font:bold italic 14px Georgia; cursor:pointer; margin: .3em;}
#acc h3 a:link {font:bold italic 14px Georgia; color: #831e17; text-decoration: none;}
#acc h3 a:visited {font:bold italic 14px Georgia; color:#831e17; text-decoration:none;}
#acc h3 a:hover {font:bold italic 14px Georgia; color:#34a8c2; text-decoration:none;}

#acc .acc-section {overflow:hidden;}
#acc .acc-content {width:200px;}

#nested {padding-left: 8px; width:200px; list-style:none; color:#831e17;}
#nested h3 {width:190px; font-weight:bold; cursor:pointer;}
#nested h3 a:link{color:#34a8c2; text-decoration:none;}
#nested h3 a:visited {color:#831e17; text-decoration:none;}
#nested h3 a:hover {color:#34a8c2; text-decoration:none;}
#nested li a:link {font:14px Verdana; color:#831e17; text-decoration:none;}
#nested li a:visited {font:14px Verdana; color:#831e17; text-decoration:none;}
#nested li a:hover {font:14px Verdana; color:#34a8c2; text-decoration:none;}
#nested .acc-section {overflow:hidden:}
#nested .acc-content {width:180px;}
#nested .acc-selected {}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold italic 14px Georgia;
color: #831e17;
cursor:pointer;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 0; /*last 0px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #34a8c2;
cursor:pointer;
font: Verdana 11px;
display: block;
}
.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
color: #34a8c2;
cursor:pointer;
}

.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{
}

.urbangreymenu ul li a{
font: normal 14px Verdana;
color: #34a8c2;
cursor:pointer;
display: block;
padding: 1px 0 1px 0; /*last 0px is left indentation of header text*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #831e17;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #34a8c2;
cursor:pointer;
}
</style>
