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

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 4px 0;
        margin:0;
        font:bold 12px Verdana,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{
        color: #FFF;
        text-decoration: none;
        padding: 4px 9px;
        margin-right: 3px;
}

.livedd li a:visited{
}

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

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

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

.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 #7ac142;
        border-top-width:0;
        font:normal 11px Verdana;
        text-transform:uppercase;
        line-height:18px;
        z-index:100;
        background-color: #314d1a;
        width: 350px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        text-indent: 5px;
        padding: 2px 0;
        text-decoration: none;
        color: #FFF;
}

.livedd_sub a:hover{
        background-color: #7ac142;
        text-decoration: none;
        color: #FFF;
}

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