﻿#mainMenu
{
    float: left;
    height: 100px;
    margin: 70px 10px 0 0;
}

#mainMenu li
{
    list-style-type: none;
}

#mainMenu li.level1-li
{
    float: none;
    display: block;
    line-height: 25px;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#mainMenu li.level1-li a.level1-a
{
    color: #fff;
}

#mainMenu li.level1-li .selected,
#menuContent div.listCol ul li .selected
{
    color: #FFC000;
}

#menuWindow
{
    width: 550px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 67px 10px 0 10px;
}


#menuContent div.listHolder
{
    position: relative;
    top: 5px;
    left: 0px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: none;
    *width: 1000px;
}

#menuContent
{
    white-space: nowrap;
    position: relative;
    margin-left: 0px;
}

#menuContent div.listCol
{
    display: inline-block;
    *display: inline;
    zoom:1;
    color: #fff;
    white-space: normal;
    width: 135px;
}
#menuContent div.listCol ul
{
    padding: 0;
    margin: 0;
    float: left;
    list-style: none none none;
}
#menuContent div.listCol ul li
{
    height: auto;
    display: block;
    float: none;
    background: transparent;
}
#menuContent div.listCol ul li a
{
    line-height: 16px;
    letter-spacing: 2px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    width: auto;
    padding-right: 20px;
    text-transform: uppercase;
}


#mainMenu li.level1-li:hover > a
{
    color: #FFC000;
}
#menuContent li.sub a:hover
{
    border-right: 0;
}
#menuContent li.sub:hover > a
{
    border-right: 0;
}
#menuContent div.listCol ul li a:hover
{
    color: #FFC000;
    text-decoration: none;
}

/* Arrows */

#leftArrow
{
    background: url(../images/arrowBack.png) no-repeat;
}
#leftArrow:hover
{
    background: url(../images/arrowBackHover.png) no-repeat;
}
#rightArrow
{
    background: url(../images/arrowFor.png) no-repeat;
}
#rightArrow:hover
{
    background: url(../images/arrowForHover.png) no-repeat;
}
.MoveArrow
{
    width: 12px;
    height: 13px;
    cursor: pointer;
    display: none;
}
.ArrowContainer
{
    margin: 112px 0 0 0px;
    width: 12px;
    float: left;
}


