/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
	margin: 0;
	padding: 0;
	float:right;
	
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: right;
width: 100%;
border-width: 1px 0;
border-bottom: 1px solid #686868;
border-left: 1px solid #686868;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;


}
#underlinemenu ul li#current a {
	background: #25b;
	color: #e0e0e0;
}


#underlinemenu ul li a{
float: left;
color: #686868;
font-weight: normal;
padding: 6px 10px 8px 10px;
text-decoration: none;
background-color: #e0e0e0;
/*border-left: 1px solid #333;	*/
font-weight: bold;
}

#underlinemenu ul li a:hover{
	text-decoration: underline;

}
