/***************/
/* Wrapper Div */
/***************/
.livedd{
}

/************/
/* Main Nav */
/************/
.livedd ul{
        padding:0;
        margin:0;
        font: bold 12px Georgia,"Times New Roman",Tahoma;
        list-style-type: none;
        text-align: left; /* Set to left, center, or right to align the menu as desired */
}

/******************/
/* Main Nav Items */
/******************/
.livedd li{
        display: inline;
        margin: 0;
}

.livedd li a{
        text-decoration: none;
        color:#5a471b;
        padding: 7px 12px;
        line-height:29px;
        border-right:1px solid #e3ca87;
}

.livedd li a:visited{
}

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

/**************************/
/* 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;
        margin-left:-1px;
        border: 1px solid #e3ca87;
        border-width: 0 1px;
        font:normal 11px Georgia,"Times New Roman",Tahoma;
        line-height:18px;
        z-index:100;
        background-color: #fff5d9;
        width: 275px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        border: 0 solid #e3ca87;
        border-bottom-width: 1px;
        padding: 4px 0;
        padding-left:10px;
        text-decoration: none;
        color: #5a471b;
}

.livedd_sub a:hover{
        background-color: #ffe7a6;
}

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