/***************/
/* Wrapper Div */
/***************/
.livedd{
        width:170px;
        margin:0;
        border:0;
        padding:0;
        padding-left:18px;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        width:170px;
        margin:0;
        border:0;
        padding: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: block;
        width:170px;
        margin: 0;
}

.livedd li a{
        display: block;
        width:170px;
        line-height:16px;
        padding:4px 0;
        text-decoration: none;
        margin-right:0;
        font-size:14px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        color:#FFFFFF;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: none;
        color: #DEF1FF;
}

/**************************/
/* 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:0;
        padding:6px 0;
        margin-top:-4px;
        font:normal 12px Verdana;
        line-height:20px;
        z-index:100;
        background-color: #338ED4;
        width: 240px;
        visibility: hidden;
}

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

.livedd_sub a:hover{
        color: #FFF;
        text-decoration:underline;
}

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