/*body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { background-color: #2f2f2f; margin: 0; padding: 0; font-size: small; color: gray; }
/*  

THIS PART IS OPTIONAL.  IT SIMPLY THE ACCORDION ATTRIBUTES.

*/

#navigation {
	border:0px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:200px;
}
/*  main title back ground*/
#navigation a.head {
	cursor:pointer;
	color: white;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}


#navigation a.head:hover {color: #a0a2a4;}


/*

END OF OPTIONAL PART

*/
#navigation li {
	list-style:none outside none; 
	
}

#navigation li li a {
	color: white;
	display:compact;
	text-indent:10px;
	text-decoration: none;
	font-style: inherit;
	font-size: 12px;
}

#navigation li li a:hover {
	color: #a0a2a4;
}

s