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

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



/* ######### Solid Block Menu CSS ######### */


ul.solidblockmenu{
margin: 0;
margin-bottom:1em;
padding: 0;
list-style: none;
position:relative;
z-index:9999;
text-align: center; //set value to "left", "center", or "right"*/
}

ul.solidblockmenu li{
display: inline;
}

ul.solidblockmenu li a{
font: 20px  'Felipa', cursive;
color: #008719;
padding: 5px;
margin-right: 30px; /*spacing between each menu link*/
text-decoration: none;
text-align:center;
}

ul.solidblockmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
width:0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
background:#d7ed93;
background: -moz-linear-gradient(top, #c3d000, #b2be00);
background: -webkit-gradient(linear, center top, center bottom, from(#c3d000), to(#b2be00));
background: linear-gradient(top, #c3d000, #b2be00);
}