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

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



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

ul.framemenu li{
display: inline;
}

ul.framemenu li a{
padding:5px;margin-right: 10px; /*spacing between each menu link*/
text-decoration: none;
}


ul.framemenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
width:0;
{background:#735125;border:1px solid #735125;
box-shadow:-moz-box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.4);
box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.4);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} 
}