#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 0px 0px;
	background: #E9F9DA;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #000000}

#sddm div
{	position: absolute;
	visibility: hidden;
	padding: 0;
	border: 0px solid #5970B2}

	#sddm div a
	{	display: block;
		margin: 1px;
		padding: 4px 8px;
		text-align: left;
		text-decoration: none;
		background: #D6E5F2;
		color: #26579F;
		font: 12px arial}

	#sddm div a:hover
	{	background: #E9F9DA;
		color: #26579F}
	.heading_text{
		font:bold 16px Arial;
		text-decoration:none;
		color:#0049B7;
		}
	.normal_text{
		font:normal 12px Arial;
		color:#000000;
		text-decoration:none;
		line-height:18px;
		}
	.normal_text_2{
		font:normal 14px Arial;
		color:#000000;
		text-decoration:none;
		}
/*menu*/	
	.urbangreymenu{
width:207px; 
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 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 21px; /*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 ul li a{
font: bold 12px Arial;
color:  #0049B7;
background: #FFCC99;
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: white;
background: #0049B7;
}
/*menu close*/

/*hide and show*/
 .tab { 
 display: none;
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
  }
  /*hide and show end*/
  .committee{
  	font:bold 12px Arial;
	text-decoration:none;
	color:#333333;
	}