/* GENERAL STYLES */
/* GENERAL STYLES */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* NAVIGATION STYLES */

.dropContainer a
{
    padding-left: 5px !important;
}

.navContainer
{
    background-color: transparent;
    background-image: url(images/nav_bg.gif);
    background-repeat: repeat-x;
    background-position: top left;
    height: 30px;
    margin: -5px 0 4px -1px;
    width: 779px;
    border: solid 1px #666666;
}

.navBar
{
    width: 778px;
    z-index: 100;
    padding: 0px;
    position: relative;
}

.collapsed, .expanded
{
    float: left;
    display: inline;
}

.collapsed .dropContainer
{
    visibility: hidden;
}
.expanded .dropContainer
{
    visibility: visible;
}

.navItem
{
    font-weight: 800;
}

.collapsed .navItem
{
    color: #ffffff;
}

.navItem, .anchorItem
{
    position: relative;
    display: inline;
    top: 7px;
    padding-top: 4px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    background-repeat: no-repeat;
}

.navItem img
{
    position: absolute;
    left: 0px;
    top: 0px;
    vertical-align: middle;
}
.anchorItem
{
    width: 208px;
}
.navItem a
{
    color: #ff0000;
    text-decoration: none;
}


.navItem:hover, .expanded .navItem, .navItem
{
    cursor: pointer;
    color: #ffffff;
}

.navItem:hover, .collapsed .Selected, .expanded .Selected, .Selected:hover
{
    background-image: url(images/nav_bg_hover.gif);
    background-repeat: repeat-x;
    background-position: -2px left;
    border: solid 1px #999999;
    padding-left: 12px;
    padding-right: 12px;
}

.dropContainer
{
    margin-top: 4px;
    position: relative;
    overflow: visible;
    font-size: 90%;
}

.dropMenu, .anchorDropMenu, .dropMenu2
{
    position: absolute;
    left: 0px;
    top: 11px;
    width: 190px;
    clear: both;
    background-color: #ffffff;
    padding: 0px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #999999;
    z-index: 800;
}

.anchorDropMenu, .anchorDropMenu .dropMenu2
{
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: none;
    width: 166px;
}

.dropMenu .dropItem, .dropMenu .dropItemHi, .anchorDropMenu .dropItem, .anchorDropMenu .dropItemHi
{
    position: relative;
    color: #ffffff;
}

.dropMenu .dropItem_s, .dropMenu .dropItemHi_s
{
    position: relative;
    background-image: url(images/dropBG2.gif);
    background-repeat: no-repeat;
    border-top: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
}

.dropMenu .dropItemHi a, .dropMenu .dropItem a, .dropMenu .dropItemHi_s a, .dropMenu .dropItem_s a
{
    display: block;
    padding: 4px 0px 6px 0px;
    color: #222222;
    width: 100%;
}

.anchorDropMenu .dropItem
{
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
}

.dropContainer .dropItemHi
{
    background-color: #3399ff;
    cursor: pointer;
    color: #FFFFFF;
}

.dropContainer .dropItemHi_s
{
    cursor: pointer;
    color: #FFFFFF;
}

.anchorDropMenu .dropItemHi
{
    background-color: #e5e5e5;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    color: #ffffff;
}

.dropContainer a
{
    color: #CCCCCC;
    text-decoration: none;
}

.dropContainer a:hover
{
    color: #FFFFFF;
}

.anchorDropMenu a, .anchorDropMenu a:link
{
    display: block;
    padding: 2px 0px 2px 0px;
    width: 100%;
    color: #F00000;
    text-decoration: none;
}

.anchorDropMenu a:hover
{
    color: #880000;
}

.rule
{
    height: 2px;
    line-height: 1px;
    border-top: 1px solid #AAAAAA;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 5px;
}

.dropMenu2
{
    left: 180px;
    top: -4px;
    visibility: hidden;
    z-index: 801;
}

.dropMenu .dropItemHi .dropMenu2
{
    visibility: visible;
}

.anchorDropMenu .dropItemHi .dropMenu2
{
    visibility: visible;
}

.dropMenu .dropItem .dropMenu2
{
    visibility: hidden;
}

.anchorDropMenu .dropItem .dropMenu2
{
    visibility: hidden;
}

img.tier2Arrow
{
    position: absolute;
    left: 170px;
    top: 4px;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    border: none;
    width: 7px;
    height: 10px;
}

.dropItemHi img.tier2Arrow
{
    background-image: url(images/arrow_down.gif);
    background-position: left 4px;
    margin-left: -2px;
}


/* EDITOR PROPERTIES */


/* EDITOR PROPERTIES */
