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

/************/
/* Main Nav */
/************/
.livedd ul{
        font:normal 14px Tahoma,Verdana,Arial;
        line-height:33px;
        height:33px;
        padding:0px;
        margin:0px;
        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;
        border-left:1px solid #003b77;
        padding:7px 20px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        background:url(/images/nav_hover_bg.gif) repeat-x;
        padding:7px 20px;
        text-decoration: none;
}

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

.livedd li.selected a{
        background:url(/images/nav_hover_bg.gif) repeat-x;
        text-decoration: none;
}

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

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 0;
        line-height:14px;
        z-index:100;
        padding:4px;
        background-color: #175798;
        width: 200px;
        visibility: hidden;
        border:0;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        text-indent: 10px;
        line-height:16px;
        padding: 5px;
        text-decoration: none;
        font-size:12px;
        color: #fff;
        background:#175798;
}

.livedd_sub a:hover{
        background-image:none;
        background-color:#2768ab;
        color:#fff;
        text-decoration: none;
}

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