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

/************/
/* Main Nav */
/************/
.livedd ul{
        padding:0;
        margin:0;
        height:46px;

        font:normal 12px Georgia, "Times New Roman", Times, serif;
        line-height:46px;
        
        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;
        line-height:46px;
}

.livedd li a{
        text-decoration:none;
        color:#970000;
        line-height:46px;
        padding:11px 10px 10px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration:none;
        color:#388387;
        padding:11px 10px 10px;
        background-color:#ffedbe;
}

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

.livedd li.selected a{
        text-decoration: none;
        color:#388387;
        padding:11px 10px 10px;
        background-color:#ffedbe;
}

.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;
        margin-top:-1px;
        padding:5px;
        font:normal 11px Verdana;
        line-height:18px;
        z-index:100;
        background-color:#ffedbe;
        width: 220px;
        visibility: hidden;
}

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

.livedd_sub a:hover{
        color:#388387;
        text-decoration: none;
}

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