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

/************/
/* Main Nav */
/************/
.livedd ul{
        padding: 0;
		width:960px;
        margin-left: 0;
        margin-top: 1px;
        margin-bottom: 0;
        font:normal 14px Georgia, "Trebuchet MS", sans-serif, serif;
		line-height:67px;
        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{
        text-decoration: none;
        padding: 0 20px;
        margin-right: 3px;
		color:#FFF;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: none;
        color: #7e9ec3;
}

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

.livedd li.selected a{
		color:#7e9ec3;
}

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

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

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
        top: 15px;
        border: 0 solid #918d8d;
        font:normal 14px/28px Georgia, "Trebuchet MS", sans-serif, serif;
        z-index:1000;
        background:url("../img/DropdownBg.png") bottom center no-repeat;
		behavior:url("/live_tpl/css/pngbehavior.htc");
        width: 186px;
		padding-top:10px;
        visibility: hidden;
		padding-bottom:15px;
}

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

.livedd_sub a:hover{
        background:url("../img/DropdownHoverBg.jpg") center 5px no-repeat;
		line-height:28px;
		color:#FFF;
}

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

