/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/new-dropdown.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* defaults for ie6 */
a, a:hover, a:active, a:focus {
    outline:0; direction:ltr;
}

.positioner {
    position:relative; height:25px;
    /* My change to fix IE */
    z-index:100;
}

.menuHolder {
/*    position:absolute; z-index:100; font:normal 11px/25px verdana, sans-serif; left:50%; margin-left:-315px; width:630px; */
    position:absolute; z-index:100; font:normal 11px/25px verdana, sans-serif; left:1%; width:99%;
}

ul.ulTop {
    padding:0; margin:0; list-style:none; width:125px; overflow:hidden; float:left; margin-right:1px;
    background:#CCCCCC;
    border-right: 1px solid black;
    border-left: 1px solid black;
}
ul.ulTop a {
    text-decoration:none; color:#000000; padding-left:5px; font-weight:normal;
}

ul.ulTop li.liTop {
    float:left;
    width:250px;
    margin:-32767px -125px 0 0;
/*    background:url(newdrop/tabb.gif) no-repeat left bottom; */
}
ul.ulTop li.liTop a.aTop {
    position:relative;
    z-index:50;
    display:block;
    float:left;
    width:120px;
    font-weight:normal;
    margin-top:32767px;
    background:transparent;
    text-align:center;
}
ul.ulTop li.liTop a.aTop:hover, ul.ulTop li.liTop a.aTop:focus, ul.ulTop li.liTop a.aTop:active {
    margin-right:1px;
    background: #9999CC;
/*    background:url(newdrop/tab.gif) no-repeat left top;font-weight:normal;  */
}
ul.sub {
    float:left;
    padding:25px 0 0 0;
    margin:0;   
    list-style:none;
/*    background:url(newdrop/tabx.gif) no-repeat left top; */
    margin-top:-25px;
}
ul.sub li a {
    float:left;
    width:120px;
    background:#CCCCCC;
    clear:left;
    font-weight:normal;
}
ul.sub li a.last {
/*    background:#099 url('newdrop/tabcx.gif') no-repeat bottom left; */
    border-bottom:2px solid #000000; font-weight:normal;
}

ul.sub li a.last:hover, ul.sub li a.last:focus, ul.sub li a.last:active {
/*    background:#06c url('newdrop/tabdx.gif') no-repeat bottom left; font-weight:normal; */
}

ul.sub a:hover, ul.sub a:focus, ul.sub a:active {
    background: #9999CC;
    margin-right:1px;
    font-weight:normal;
}


ul.sub li a {
    border-bottom:1px solid #000000;font-weight:normal;
}