/***************/
/* Wrapper Div */
/***************/
.livedd{
        border-bottom:0;
        width:821px;
        height:31px;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 0px 0;
        margin-left: 0;
        height:31px;
        line-height:31px;
        margin-top: 0px;
        margin-bottom: 0;
        list-style-type: none;
        font-family:Tahoma, Arial;
        font-size:13px;
        text-transform:uppercase;
        -khtml-opacity:.70; -moz-opacity:.70; -ms-filter:”alpha(opacity=70)”; filter:alpha(opacity=70); opacity:.70;
        background:#2d2d2d;
        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: 7px 10px;
        margin-right: 0px;
        line-height:31px;
        height:31px;
        border-left:1px #4aa0ff solid;
        color:#fff;
}

.livedd li a:visited{
}

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

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li a.active{
        background:#000;
        color:#fff;
}
.livedd li a.active:hover{
        background:#000;
        color:#fff;
}

.livedd li.selected{
}

.livedd li.selected a{
        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;
        border-left:1px #4aa0ff solid;
        border-top:0px #313843 solid;
        font:normal 14px Tahoma, Arial;
        text-transform:uppercase;
        line-height:31px;
        margin-top:-1px;
        margin-left:0px;
        z-index:100;
        background-color:#000;
        -khtml-opacity:.70; -moz-opacity:.70; -ms-filter:”alpha(opacity=70)”; filter:alpha(opacity=70); opacity:.70;
        width: 230px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        padding-right:3px;
        text-indent: 10px;
        border: 0 solid #918d8d;
        border-bottom-width: 0px;
        padding: 2px 0;
        text-decoration: none;
        color: #fff;
}

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

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