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

/************/
/* Main Nav */
/************/
.livedd ul{
        width:182px;
        margin:0;
        border:0;
        border-top:0;
        padding:0;
        font-family:"Times New Roman", Times, serif;
        font-size:14px;
        color:#fff;
        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:233px;
        height:33px;
        margin: 0;
}

.livedd li a{
        display: block;
        width:213px;
        height:33px;
        line-height:33px;
        padding:0;
        padding-left:20px;
        border:0;
        border-bottom:1px #3e7b01 solid;
        color:#fff;
        text-decoration: none;
        margin-right:0;
}

.livedd li a:visited{
}

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

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
        background:url(/images/nav_hover.gif) repeat-x;
}

.livedd li.selected a{
        background:url(/images/nav_hover.gif) repeat-x;
        color:#265b01;
}

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

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 0;
        border:0;
        line-height:35px;
        z-index:100;
        font-family:"Times New Roman", Times, serif;
        font-size:14px;
        background:#81b94a url(/images/nav_hover.gif) repeat-x;
        width: 200px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
        height:35px;
        line-height:35px;
        display: block;
        text-indent:0px;
        border-bottom:1px solid #6f9a44;
        padding:0 20px;
        text-decoration: none;
        color: #2b6a00;
}

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

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