/**MAIN NAVIGATION - HORIZONTAL
********************************/
.MainNavigation {
	height:34px;
	margin:5px 0 8px 0;
	padding:0;
	text-transform:uppercase;
	width:980px;
	border-top: 1px solid white;
	background-color: #CCDA86;
	color: #333333;
	}

/*
.MainNavigation dd {display:none;}
.MainNavigation dt {float:left;	margin: -3px 0 0 30px;	display: inline;}

.MainNavigation dt a {
	display:block; 
	height:20px; 
	background:#CCDA86; 
	text-align:center !important; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:bold;
	color:#515151; 
	line-height:20px; 
	overflow:hidden; 
	font-weight:normal;
	margin: 0 auto;
	}

.MainNavigation dt a:hover {color:#FFFFFF; background:#CCDA86;text-decoration:none;}
*/

/* ThemeIEMenu Style Sheet */
.ThemeIEMenu, .ThemeIESubMenuTable {
	cursor:		default;
	color:		#333333;
	font-size: 	14px;
	padding:	0;
	border:		0;
	}

.ThemeIEMenu td {text-align: center;padding: 8px 15px 5px 15px;}
.ThemeIESubMenuTable {background-color: #CCDA86;}


.ThemeIESubMenu {
	position:	absolute;
	visibility:	hidden;
	z-index:	100;
	border:		0;
	padding:	0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
	}

.ThemeIESubMenuTable {
	border:	1px solid #515151; 
	background-color: #515151;
	color: #FFFFFF;
	font: 13px Verdana;
	text-transform: none;
	}


.ThemeIESubMenuTable td {
	padding: 3px;
	white-space: nowrap;
	text-align: left;
	}


.ThemeIEMainItem,
.ThemeIEMainItemHover,
.ThemeIEMainItemActive,
.ThemeIEMenuItem,
.ThemeIEMenuItemHover,
.ThemeIEMenuItemActive {padding-left: 3px; padding-right: 3px;}

.ThemeIEMainItemHover,
.ThemeIEMainItemActive,
.ThemeIEMenuItemHover,
.ThemeIEMenuItemActive {color: #FFFFFF; background-color: #CCDA86; cursor:pointer;}


.ThemeIEMenuSplit {
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:inherit;
	border-top: 1px solid #ADAA9C;
	}

.ThemeIEMenuVSplit {
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:inherit;
	border-right:	1px solid #ADAA9C;
	}
	

.ThemeIEMenuItem img.seq1,
.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2 {display:	inline;}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1 {display:	none;}
