/***************/
/* Wrapper Div */
/***************/
.livedd{
        border-bottom:none;
        border-left:1px solid #1d2e52;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        padding:0px;
        margin:0px;
        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:#14264a;
        padding:8px 8px;
        margin:0;
        border-right:1px solid #1d2e52;
        font:normal 14px Georgia,"Times New Roman",Times;
        line-height:33px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        background:#445679;
        text-decoration: none;
        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: 1px solid #918d8d;
        border-width: 0 1px;
        font:normal 11px Tahoma,Verdana;
        line-height:16px;
        z-index:100;
        background:#cea15d url(/images/nav_bg.gif) top left repeat-x;
        width: 200px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        text-indent: 5px;
        border: 0 solid #918d8d;
        border-bottom-width: 1px;
        padding: 5px 0;
        text-decoration: none;
        color: #14264A;
}

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

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