
	#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #transparent;
		padding: 5px 12px;
		text-align:left;
		text-decoration: none;
		border-right: 0px solid #666666;
		width: auto;
		color: #bbbbbb;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #transparent;
		color: #ffffff;}
		
		#jsddm li ul
		{	margin: 0;
			margin-top:3px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid #666666}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				padding-right:10px;
				background: #333333;
				color: #ffffff}
			
			#jsddm li ul li a:hover
			{	background: #990000}
			
			
			
			
			
			
/*/////////////////Accordion Menu---////////*/

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 13px  "Trebuchet MS";
color: #000000;
background: url(../images/plus.gif) no-repeat 0px 7px;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
margin-top:4px;
padding: 2px 0 2px 16px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:0px solid #000;
text-decoration:none;
}
.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 13px  "Trebuchet MS";
color: #80004A;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
margin-top:4px;
padding: 2px 0 2px 16px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:0px solid #000;
}

.menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 13px  "Trebuchet MS";
color: #3C3C3C;
background: url(../images/plus.gif) no-repeat 0px 5px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top:4px;
padding: 2px 0 0px 16px; /*header text is indented 10px*/
border:0px solid #000;
text-decoration:none;
}
.menuheader1 a{ /*CSS class for menu headers in general (expanding or not!)*/
color: #B00000;
text-decoration:none;
}

.menuheader1 a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color: #6d6f71;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/minus.gif) no-repeat 0px 6px;
color:#000000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;font: normal 12px Arial;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left:13px;
}

.arrowlistmenu ul li a{
color: #B00000;
background: url(../images/pink_bullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;font: normal 12px  "Trebuchet MS";
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 0px solid #dadada;
font-size: 12px;

}

.arrowlistmenu ul li:active{
color: #B00000;
background: url(../images/pink_bullet.gif) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #B00000;
background: url(../images/pink_bullet.gif) no-repeat center left; /*custom bullet list image*/
}
#event_imgholder{
	width:174px;
	height:174px;
	border:1px solid #8f9d7c;
	overflow:hidden;
	float:left;
}
.news_innerhd{
	font-family: "Trebuchet MS";
	font-size:13px;
	color:#000;
}