/* Created with <STRONG><HBAR> */
/* http://www.stronghtml.com/ */

#csshbar {
	width: 100%;
	background-color : #DEDFD0;
	   }

#csshbar ul {
 margin:0;
 padding:0;
 list-style:none;
}
#csshbar li {
 display:inline;
 margin:0 2px 0 0;
 padding:0;
}
#csshbar a {
 text-decoration: none;
 letter-spacing: 0px;
 background: repeat-x;
 margin: 0 8px 0 0;
 float:left;
 clear:right;
 padding:0;
 white-space:nowrap;
}
#csshbar a .hbarleftspan {
	background: left center no-repeat;
	display:block;
}
#csshbar a .hbarrightspan {
font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background: right no-repeat;
	display:block;
	color : Olive;
		
	}
	#csshbar a:hover {
	color:white;
	background: repeat-x;
}
#csshbar a:hover .hbarleftspan {
	color:white;
 background: left no-repeat;
}
#csshbar a:hover .hbarrightspan {
color:white;
background: right no-repeat;
}
#csshbar #current a {
	background: repeat-x;
}
#csshbar #current .hbarleftspan {
 background: left no-repeat;
}
#csshbar #current .hbarrightspan {
	background: right no-repeat;
}

p {
	font-family: Arial;
	font-size: 12px;
	}