/* Custom Attributes for Suckerfish Menu */
.sf-menu { 
    position: absolute;
    top: 126px;
    left: 10px;
    z-index: 31337;
}
.sf-menu li { background: none; }
.sf-menu a,
.sf-menu a:visited { 
border-left: none; 
border-top: none; 
border-right:1px solid #ccc; 
padding: 8px 25px;
color:#3B508C;
}


.sf-menu li#current, .sf-menu li.active {
 background: #EDF0F7;
}

/* z-index fix for ie */
.sf-menu li,
.sf-menu li li,
.sf-menu li li li,
.sf-menu a {
    z-index: 31337;
}
/* #header, #content_wrapper, #wrapper, #utilities, #regions { z-index: 0; } */


