

.urbangreymenu{
width:195px;
 /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial, Helvetica, sans-serif;

color: white;
background: url(../images/menu.jpg) ; background-repeat:repeat-x;
height:26px; /*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 0px 9px; /*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: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
font-weight:bold;
background: #ecf9fe;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}


.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #616464;
font-weight:bold;
background: #d6f2fe;
}



/*
.menu ul li a:visited{
color: black;
}
*/

.questionTags { 	width: 572px;
               	
				float:left;
			    margin-left:10px;
				padding-left:2px;
				color:#4d4d4d;
				padding-bottom:11px;
				padding-top:11px;
				border-bottom:solid 3px #d8edbe;
				border-left:solid 1px #d8edbe;
				border-right:solid 1px #d8edbe;
				border-top:solid 1px #d8edbe;
				 
				}
				
	 						
	
	
.Link-Button:link 
{
 color: #FFF;
 background-color: #FF9900;
 border-bottom: 1px solid #3E6D8E;
 border-right: 1px solid #7F9FB6;
 margin: 2px 2px 2px 0;
 padding: 3px 4px 3px 4px;
 text-decoration: none;
 font-size: 100%;
 line-height: 2.3;
 white-space:nowrap;
}

.Link-Button:visited
{
 color: #FFF;
 background-color: #FF9900;
 border-bottom: 1px solid #3E6D8E;
 border-right: 1px solid #7F9FB6;
 margin: 2px 2px 2px 0;
 padding: 3px 4px 3px 4px;
 text-decoration: none;
 font-size: 100%;
 line-height: 2.3;
 white-space:nowrap;
}

.Link-Button:hover
{
 background-color: #3E6D8E;
 color: #E0EAF1;
 border-bottom: 1px solid #37607D;
 border-right: 1px solid #37607D;
 text-decoration: none;
}