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

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        font: normal 18px "Comic Sans MS", "Trebuchet MS", Verdana, sans-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;
        margin: 0;
}

.livedd li a{
        color:#daffd6;
		line-height:18px;
		text-decoration:none;
		display:block;
		float:left;
		padding:18px 15px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        color:#fff;
		line-height:18px;
		text-decoration:none;
		display:block;
		float:left;
		padding:18px 15px;
}

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
		color:#fff;
}

.livedd li.selected a{
		color:#fff;
}

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

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 0;
		margin-top:-1px;
        border: 2px solid #3ab54a;
		border-top:none;
        font:normal 16px "Comic Sans MS", "Trebuchet MS", Verdana, sans-serif;
        line-height:45px;
        z-index:100;
        background-color:#9dfc93;
        width: 250px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        width: auto;
		height: 16px;
        display: block;
        text-indent: 15px;
		line-height:16px;
        border: 0 solid #3ab54a;
        border-bottom-width: 1px;
        padding:14px 15px;
        text-decoration: none;
        color:#3ab54a;
}

.livedd_sub a:hover{
		background:url(../img/SubMenuBg.jpg) repeat-x 0 0;
		height:16px;
        display: block;
        text-indent: 15px;
		line-height:16px;
        border: 0 solid #3ab54a;
        border-bottom-width: 1px;
        padding:14px 15px;
        text-decoration: none;
        color:#fff;
}

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