

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:0.5em;
padding: 0;
list-style: none;
position:relative;
z-index:999;
left:-10px;
top:13px;
left:0px;
text-align: right; /*set value to "left", "center", or "right"*/
border:0px solid #aaa;
line-height:34px;
margin-right:15px
}
ul.solidblockmenu li{
display: inline;
}

ul.solidblockmenu li a{
font:bold 13px Arial, Helvetica, sans-serif;;
color:#5a5a5a;
padding: 11px 11px 13px 11px;
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
}

ul.solidblockmenu li a:hover{
color:#054f93
}

ul.solidblockmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
background:#fff;
width:0;
border:0px solid #aaa;
box-shadow: 0px 1px 8px 0px rgba(120,120,120,0.7);
/*-moz-border-radius: 4px;
-webkit-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);

-webkit-border-radius: 4px;
border-radius:4px;

background:#d7ed93;
background: -moz-linear-gradient(top, #12ed93, #fff);
background: -webkit-gradient(linear, center top, center bottom, from(#054f93), to(#fff));
background: linear-gradient(top, #d7ed93, #fff);*/
}
