div.menuSubContainer
{
    position: relative;
    width: 960px;
    height: 12px;
    margin: 0; 
    padding: 0;
    white-space: nowrap;
    display: block;
    float: left;
}

ul.ulMenuLevel1
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a.linkMenuLevel1_up{
    width:236px;
    height:5px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 14px 0 -5px;
    background: transparent url('../img/new/li_bg_up.gif') no-repeat top center;
    color: #ededed;
    text-decoration: none;
    text-align: center;
}

a.linkMenuLevel1_down{
    width:236px;
    height:5px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 14px 0 -5px;
    background: transparent url('../img/new/li_bg_down.gif') no-repeat top center;
    color: #ededed;
    text-decoration: none;
    text-align: center;
}

li.liMenuLevel1
{
    list-style-type: none;
    float: left;
    width:240px;
    padding:0;
    margin:0;
}

a.linkMenuLevel1
{
    width:206px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 14px 0 -5px;
    background: transparent url('../img/new/li_bg_middle.gif') no-repeat top left;
    color: #ededed;
    text-decoration: none;
    text-align: left;
    padding:0 0 0 30px;
}

a.linkMenuLevel1_active
{
    padding:0 0 0 30px;
    width:206px;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 14px 0 -5px;
    color: #ededed;
    text-decoration: none;
    text-align: left;
    background: transparent url('../img/new/li_bg_middle_hover.gif') no-repeat top left;
}

a.linkMenuLevel1:hover
{
    color: #fc0;
    font-weight:bold;
    text-decoration: none;
}

a.linkMenuLevel1_active:hover
{
    color:#000;
    font-weight:bold;
}


div.menu_left_image
{
    -background: transparent url('../img/alterfm_menu_l.gif') no-repeat top left;
}

div.menu_right_image
{
    -background: transparent url('../img/alterfm_menu_r.gif') no-repeat top right;
}

ul.ulMenuLevel2
{
    list-style-type:none;
    position: absolute;
    margin: -37px 0 0 225px;;
    padding: 0;
    display: none;
    background-color: #905ca6; 
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    KhtmlOpacity: .85;
    opacity: .85;
    font-size: 8pt;
    border: 1px solid #6b4c84;
    border-top: none;
    z-index:10000;
}

li.liMenuLevel2
{
    background: transparent url('../img/alterfm_menu_line1.gif') no-repeat top center;
}

li.liMenuLevel2:hover
{
    background: #bc9dca url('../img/alterfm_menu_line2.gif') no-repeat top center;
}

li.liMenuLevel2 a
{
    display: block;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    display:block;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    min-width: 120px;
    width: auto !important;
    width: 120px;
}

li.liMenuLevel2 a:hover
{
    color: #5b3a6b;
    text-decoration: none;
}

li:hover ul , li.over ul
{
    display: block;
    font-size:8pt;
}

#mainMenuUL li>ul
{ 
    top: auto;
    left: auto;
    font-size:8pt;
}
