@charset "utf-8";
/* CSS Document */

hr{
margin:5px 0;
color:#333;
}

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

/* ######### Frame Menu CSS ######### */


ul.framemenu{
margin: 0;
margin-bottom:5px;
padding: 0;
list-style: none;
position:relative;
text-align: center; 
}

ul.framemenu li{
display: inline;
}

ul.framemenu li a{
font: bold 14px Arial, Verdana, sans-serif;
color: #114a89;
padding: 5px 10px 2px 18px;
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;
border:2px solid #f5e88f;
-moz-box-shadow: 0 0 4px rgba(10,10,10,0.9);
-webkit-box-shadow: 0 0 4px rgba(10,10,10,0.9);
box-shadow: 0 0 4px rgba(10,10,10,0.9);
}