/***************/
/* Wrapper Div */
/***************/
.livedd{
        width:182px;
        margin:0;
        border:0;
        padding:0;
}

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

.livedd li a{
        display: block;
        width:193px;
        height:30px;
        color:#fff;
        line-height:30px;
        padding:0 10px;
        border:0;
        border-top:none;
        text-decoration: none;
        margin-right:0;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: none;
        background:url(/images/nav_hover.gif) top left repeat-x;
        color: #fff;
}

/**************************/
/* 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;
        margin-left:8px;
        border: 1px solid #8399b8;
        border-width: 1px 1px 1px 1px;
        font:normal 12px Tahoma;
        line-height:19px;
        z-index:100;
        background-color: white;
        width: 200px;
        visibility: hidden;
}

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

.livedd_sub a:hover{
        background-color: none;
        color:#4872ab;
}

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