hr{
margin:50px 0;
color:#eee;
}

ul li.active{ /*IE6 hack- hide gooey effect from that browser*/
_visibility: hidden; /*IE6 rule*/
}


/* ######### Thick Underline Menu CSS ######### */


ul.underlinemenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#585858;
	margin-left:500px;
	padding-top:80px;
	z-index:1;
	list-style: none;
	position:relative;
	text-align:left; //set value to "left", "center", or "right"*/
}

ul.underlinemenu li{
display: inline;
}

ul.underlinemenu li a{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#585858;
padding: 8px;
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
}


ul.underlinemenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
margin-top:25px;
width:102px !important;
background:url(images/strich.jpg) no-repeat;
}

/* ######### Thick Underline Menu CSS ENDE ######### */