﻿.FlyOutMenu
{
    position:relative;
    height:16px;
    z-index: 9999;
}

.FlyOutMenu .FlyOutMenuAnchor img, .FlyOutMenu .FlyOutMenuAnchor a
{
    cursor:pointer;
}

/*FlyOutMenu Icons*/
.FlyOutOuter
{
    position:absolute;
    top:0px;
    left:0px;
    
    height:auto;
    background-image:url("caption_bg.png");
    background-repeat:repeat;
    background-color:transparent;
    /*padding:1px;*/
    float:left;
    display:none;
    z-index:10;
}
.FlyOutOuter .FlyOutInner
{
    width:auto;
    height:100%;
    background-color:#FFF;
    padding:5px;
}

.FlyOutOuter .FlyOutItem
{
    position:relative;
    margin: 0px 0px 0px 0px;
    float:left;    
    /*width: 110px;*/
    /*padding:5px;*/
    z-index:10;
}
.FlyOutOuter .FlyOutItem a
{
    line-height:16px;
    vertical-align:top;
    margin-left:3px;
}

.UtilityNavLink a,div.UtilityNavLink ,span.UtilityNavLink ,li.UtilityNavLink 
{
    font-family:Arial;
    font-weight:normal;
    font-size:11px;
    color:#7c3a00;
    text-decoration:none;
}

.UtilityNavLink a:hover
{
    text-decoration:underline;
}

.EnsureBackground
{
    clear: both; 
    height: 1px;
}