	/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }
		
		#theMenu { width: 250px; margin:0; position:relative; z-index:10001; }
		
		/* Some list and link styling */
		#theMenu li { width: 250px; }
		#theMenu li { list-style-type: none; }
		#theMenu li div{
		background:#FFFFFF;
		}
		#theMenu li div p{
			padding:0px;
		}
		
		#theMenu li div img{
			border:0px;
		}
		/* Header links styling */
		span.head a, span.selected a { 
		background:url(images/accordion_bg_29.jpg);
		color:#b79959;
		display:block; 
		width:230px;
		padding: 8px 10px 5px 10px;
		border-bottom: 1px solid #b79959;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;

		}
		span.head a:hover, 	span.selected a:hover { 
		background:#b79959;
		color:#000000!important;
		}
	
		a:link .title, a:visited .title {
			color:#b79959;
		}
		a:hover .title {
			color:#000000;
		}

		.subtext{
			font-family:"Lucida Grande", "Trebuchet", Arial;
			font-size:11px;
			color:#FFFFFF;
		}
		.subtext p{
			margin:0px;
			padding:0px;
		}
		
		#accordion_normal{
			padding:10px;
		}
		
		#theMenu a:link, #theMenu a:visited{
			color:#990000;
		}
		#theMenu a:hover{
			color:#333333;
		}
		
		
		
		#accordion_list ul{
	margin:0px;
	padding:0px;
}
#accordion_list ul li{
	margin:0px;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	width:230px;
}
#accordion_list .article_title{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#accordion_list ul li a{
	text-decoration:none;
	font-weight:bold;
}
#accordion_list ul li a:hover{
	color:#333333;
}
#accordion_list ul li ul li a{
	font-weight:normal;
	font-size:11px;
	color:#333333;
}
