hr{
margin:10px 0;
color:#eee; 

}

ul li.active{ /*IE6 hack- hide gooey effect from that browser*/
_visibility: hidden; /*IE6 rule*/
}

/* ######### Gel Menu CSS ######### */

ul.gelbuttonmenu{
position:relative;
padding: 0;
margin-bottom:10px;
text-align: center; //set; margin-left:0; margin-right:0; margin-top:0
}

ul.gelbuttonmenu li{
display: inline-block;
margin-bottom: 10px;
}

ul.gelbuttonmenu li a{
color: Black;
font-weight:bold;
padding: 10px; /*make sure padding is sufficient that the height of the link is enough to fully show the gel button*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
}

ul.gelbuttonmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
width:0;
background:url('gelbuttoncenter.gif') repeat-x top center;
}




/* ######### Solid Block Menu CSS ######### */


ul.solidblockmenu{
margin-bottom:1em;
padding: 0;
position:relative;
text-align: center; //list-style-type:none; set; margin-left:0; margin-right:0; margin-top:0
}

ul.solidblockmenu li{
display: inline-block;
margin-bottom: 05px;
}

ul.solidblockmenu li a{
font: bold 12px Arial, Verdana, sans-serif;
color: White;
padding: 8px;
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
}

ul.solidblockmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
width:0;
border:1px solid black;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius:4px;
-moz-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
-webkit-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
background: Maroon; 
/* #d7ed93 background: -moz-linear-gradient(top, #d7ed93, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#d7ed93), to(#fff));
background: linear-gradient(top, #d7ed93, #fff); */
}




/* ######### Thick Underline Menu CSS ######### */


ul.underlinemenu{
margin-bottom:1em;
padding: 0;
position:relative;
text-align: center; //list-style-type:none; set; margin-left:0; margin-right:0; margin-top:0
}

ul.underlinemenu li{
display: inline-block;
margin-bottom: 10px;
}

ul.underlinemenu li a{
font: bold 14px Arial, Verdana, sans-serif;
color: black;
padding: 8px;
margin-right: 20px; /*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 navy;
}




/* ######### Frame Menu CSS ######### */


ul.framemenu{
margin-bottom:1em;
padding: 0;
position:relative;
text-align: center; //list-style-type:none; set; margin-left:0; margin-right:0; margin-top:0
}

ul.framemenu li{
display: inline-block;
margin-bottom: 10px;
}

ul.framemenu li a{
font: bold 14px Arial, Verdana, sans-serif;
color: black;
padding: 12px 10px 5px 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:4px solid orange;
-moz-box-shadow: 0 0 4px rgba(120,120,120,0.7);
-webkit-box-shadow: 0 0 4px rgba(120,120,120,0.7);
box-shadow: 0 0 4px rgba(120,120,120,0.7);
}