<style type="text/css">
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.headermenu{
    position: relative;
    left: 100px; 
	padding: 0 0 0 34px;  
	margin: 0 auto 0 auto;
/*	background: url(../images/menub_bg.gif) repeat-x;  */
	list-style: none;
}

.headermenu li{
	float:left;
    list-style-type: none;
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin: 0em 0em 0em 20px;
}

.headermenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
    font-family:verdana, arial, helvetica, sans-serif; 
	font-size:15px;
	padding: 8px 16px 8px 32px; 
	text-align: center;
	cursor: pointer;	
}

.headermenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; 
}

.headermenu li.current a, .headermenu li a:hover {
	color: #fff;
/*	background: url(../images/menub_hover_left.gif) no-repeat; */
    background: #e19707;
	background-position: left;
}

.headermenu li.current a {
	color: #000;
/*	background: url(../images/menub_hover_left.gif) no-repeat; */
    background: #ffde08;
	background-position: left;
}

.headermenu li.current a b, .headermenu li a:hover b{
	color: #000;
/*	background: url(../images/menub_hover_right.gif) no-repeat right top; */
    background: #e19707;
}

</style>



