/***************/
/* Wrapper Div */
/***************/
.livedd{
        border-bottom:0;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 0 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        font: normal 14px Arial,Helvetica,sans-serif;
        letter-spacing:1px;
        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:#fff;
        line-height:34px;
        padding: 9px 14px;
        margin-right: 0;
        border-left:1px solid #1E527E;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: none;
        color: #fff;
        background-color:#1E527E;
        padding:9px 14px;
}

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

.livedd li.selected a{
        background-color:#1E527E;
}

.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;
        font: normal 12px Arial,Helvetica,sans-serif;
        line-height:21px;
        z-index:100;
        margin-top:-1px;
        background-color:#567899;
        width: 200px;
        padding:4px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        line-height:21px;
        height:21px;
        text-indent: 10px;
        border: 0 solid #1E527E;
        border-bottom-width: 0px;
        padding: 2px 0;
        text-decoration: none;
        color: #fff;
}

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

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