@charset "utf-8";
/* CSS Document */

<style type="text/css">


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
	margin-bottom: 0em;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	clear: both;
	height: auto;
	float: none;
	position: relative;
	padding: 0px;
	left: 123px;
	top: 50px;
	background-color: #FFFFFF;
	width: auto;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/


}

#underlinemenu ul li{
	display: inline;
	padding-bottom: 30px;
}


#underlinemenu ul li a{
	float: left;
	color: #FF6666;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background-color: white;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/menudivide.gif);
}

#underlinemenu ul li a:hover{
	color: #FFFFFF;
	background-color: #FF6666;
	padding-bottom: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

</style>
