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

}

/* ######### Thick Underline Menu CSS ######### */
ul.underlinemenu
{
	margin: 0;
	margin-bottom:1em;
	padding: 0;
	list-style: none;
	position:relative;
	top:20px;
	text-align:left; //set value to "left", "center", or "right"*/
}

ul.underlinemenu li
{
	display: inline;
}

ul.underlinemenu li a
{
	font:13px 'Roboto Condensed',arial,verdana,sans-serif;
	text-transform:uppercase;
	
	color:#fff;
	color:#000;
	color:#a32001;

	padding:1px;
	margin-right:5px; /*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;
	width:0;
	border-bottom:4px solid #000;
}