
/*   ---------------------BEGIN ADRE MODIFIED TABBED MENU------------------------- */	

.menu{
	width: 51em;                 /*controls width of menu area below tabmenu*/
	height: 15em;               /*controls height of menu area below tabmenu*/
}

.featuretab {
	width: 50em;                 /* controls width of tab window */
	height: 11.65em;            /* controls height of featuretab window (not same as tab)*/
	border: 1px solid #666666;
	background: #EAECDF;        /* removed template image placement */
	position: absolute;
	z-index: 1;
}

.menu .featuretab #featuretab_links {
	width: 35em;                 /* controls width of text box */
	margin-left: 0em;           /* position of text box from left margin */
    border-right: none;         /*eliminates vertical image seperation bar*/
	border-left: none;          /*eliminates vertical image seperation bar*/
	font-size: .9em;
}

#featuretab_links ul {
	line-height: 1.5;
	list-style-image: url(../images/Arrow_rightblack1.gif);
	margin-top: 5px;            /*position of ul text box from header h1 underline*/
	font-size: .9em;	
}

.tab_content 
{
    height: 11.65em;            /*controls height of tab window (not same as feature tab)*/
}

.tab_content_text {
	margin-left: 0em;           /*eliminates photo placement*/
	border-left: none;          /*eliminates vertical image seperation bar*/
}

.tab_content_text h1 a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	float: right;
	padding-left: 5px;
	font-size: 0.8em;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.tab_content_text ul {
	font-size: 0.88em;
	line-height: 1.4;
	list-style-image: url(../images/Arrow_rightblack1.gif);
	margin-top: 5px;            /*position of ul text box from header h1 underline*/
}

.tab_content_text_1column {         /*helps to match position of ul text box with 2 column setting*/
	float: left;							   /*IE - hack to prevent wrapping*/
}

.tab_content_text_2columns {
	width: 50%;
	float: left;							   /*IE - hack to prevent wrapping*/
}
  
.MoreNews ul {
    list-style-type: none;
}

/*   ----------------------END ADRE MODIFIED TABBED MENU------------------------- */



