

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


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


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

ul.underlinemenu li{
display: inline; 
}

ul.underlinemenu li a{
font-weight: bold;
font-size: 20px; 
text-transform: uppercase; 
color: #257dab;
padding: 8px;
margin-right: 45px; /*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:5px solid #CCC;
}

