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

/************/
/* Main Nav */
/************/
.livedd ul{
        padding:0;
        margin: 0;
        font: normal 12px 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;
        padding: 3px 7px;
        color:#CCC;
}

.livedd li a:visited{
}

.livedd li a:hover{
        color:#FFF;
        background-color:#000;
        text-decoration: none;
}

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

.livedd li.selected a{
        padding: 3px 7px;
        color:#FFF;
        background-color:#000;
}

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

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 0;
        margin-top:-1px;
        font:normal 11px Verdana;
        line-height:18px;
        z-index:100;
        background: url(/img/nav-gradient.png) left top repeat-x;
        border-bottom: 1px solid #E9312D;
        width: 200px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        font:normal 12px Verdana;
        height:24px;
        line-height:24px;
        text-indent: 5px;
        border:0;
        padding:0;
        text-decoration: none;
        color: #DDD;
}

.livedd_sub a:hover{
        color:#FFF;
        background-color: #05273d;
}

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