/***************/
/* Wrapper Div */
/***************/
.livedd{
        border-bottom:0 solid #666;
}

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        font: normal 14px Georgia, "Times New Roman", Times, serif;
        list-style-type: none;
        line-height:29px;
        height:33px;
        text-align: left; /* Set to left, center, or right to align the menu as desired */
}

/******************/
/* Main Nav Items */
/******************/
.livedd li{
        display: inline;
        margin: 0;
        color:#335224;
        line-height:29px;
        height:29px;
        float:left;
        display:block;
        margin-top:4px;
        margin-right:5px;
}

.livedd li a{
        color:#cee3c3; line-height:29px; padding:0 30px; display:block; height:29px;float:left; text-decoration:none;
}

.livedd li a:visited{
}

.livedd li a:hover{
        color:#335224; padding:0px 30px; height:29px; text-decoration:none;
}

/********************/
/* Active Nav Items */
/********************/
.livedd li a.active{
        background:url(../img/menu_left.gif) left top no-repeat; color:#335224; display:block; line-height:29px;float:left; padding:0 30px; height:29px;
}
.list-active{
        background:url(../img/menu_right.gif) right top no-repeat; color:#335224; line-height:29px; display:inline; float:left; height:29px;
}

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
        background:url(../img/menu_right.gif) right top no-repeat; color:#335224; line-height:29px; display:inline; float:left; height:29px;
}

.livedd li.selected a{
        background:url(../img/menu_left.gif) left top no-repeat; color:#335224; display:block; line-height:29px; float:left; padding:0 30px; height:29px;
}

.livedd li.selected a:hover{
        padding:0 30px;
        height:29px;
        line-height:29px;
        text-decoration: none;
}

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top:0;
        left:0;
        /*margin-left:-252px;*/
        border: 0 solid #918d8d;
        border-width: 0;
        font: normal 14px Georgia, "Times New Roman", Times, serif;
        line-height:24px;
        padding:3px;
        z-index:100;
        background-color:#88ae77;
        width: 200px;
        visibility: hidden;
}

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

.livedd_sub a:hover{
        background-color: #5a8247;
        line-height:24px;
        color:#cee3c3;
        text-decoration:none;
}

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