/***************/
/* Wrapper Div */
/***************/
.livedd{
        width:0;
        margin:0;
        border:0;
        padding:0;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        margin:0;
        border:0;
        border-top:0;
        padding:0;
        font-family:Georgia, "Times New Roman", Times, serif;
                 font-size:14px;
                 line-height:40px;
        list-style-type: none;
        text-transform:uppercase;
        text-align: left; /* Set to left, center, or right to align the menu as desired */
}

/******************/
/* Main Nav Items */
/******************/
.livedd li{
        display: block;
        line-height:40px;
        width:277px;
        height:40px;
        margin: 0;
}

.livedd li a{
                background:url(/images/nav_bg.gif) repeat-x;
        display: block;
        color:#FFF;
        line-height:40px;
        padding-left:13px;
        border:0;
        border-top:none;
        text-decoration: none;
        margin-right:0;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: underline;
        color: #fff;
}

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
}

.livedd li.selected a{
}

.livedd li.selected a:hover{
        text-decoration: none;
}

/******************************/
/* Separator Style - Main Nav */
/******************************/
.livedd li.separator{
}

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 0;
        border:0;
        line-height:22px;
        padding:7px;
        z-index:100;
        background-color: #7b8fc3;
        width: 200px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        text-indent: 10px;
        border:0;
        padding: 3px 0;
        line-height:22px;
        font-size:12px;
        text-transform:uppercase;
        text-decoration: none;
        color:#e8eeff;
}

.livedd_sub a:hover{
        color:#FFF;
}

/****************/
/* Hacks / Misc */
/****************/
* html .livedd_sub a{ /*IE only hack*/
        width: 100%;
}
