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

/************/
/* Main Nav */
/************/
.livedd ul{
        height:38px;
        line-height:38px;
        margin: 0;
        padding:0;
        font: bold 12px Georgia, "Times New Roman", Times, serif;
        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;
        line-height:38px;
        margin: 0;
}

.livedd li a{
        color:#FFF;
        text-decoration: none;
        line-height:38px;
        padding: 11px 7px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        background-color:#97a1d1;
        color:#FFF;
        text-decoration: none;
        line-height:38px;
        padding: 11px 7px;
}
/* ie only */
* html .livedd li a,* html .livedd li a:hover{
        line-height:34px;
        padding: 12px 7px 11px 7px;
}

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
        background-color:#97a1d1;
        color:#FFF;
        line-height:38px;
        padding: 11px 0;
}
/* ie only */
* html .livedd li.selected{
        line-height:34px;
        padding: 12px 0 11px 0;
}

.livedd li.selected a{
}

.livedd li.selected a:hover{
}

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;

        margin-top:-1px;
        background-color:#97a1d1;
        padding:4px;
        font: bold 11px Georgia, "Times New Roman", Times, serif;
        line-height:14px;
        z-index:100;
        width: 370px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        display: block;
        text-indent: 5px;
        padding: 6px 0;
        background-color:#97a1d1;
        border-top:1px solid #737CA5;
        color:#FFF;
        text-decoration: none;
}

.livedd_sub a:hover{
        background-color: #FFF;
        color:#2D3662;
        border-top:1px solid #2D3662;
}

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