/* ---- Menu Pulldowns ---- */
.MainMenu, .nav-container, .nav-container ul{min-height: 1%;}
.MainMenu:after, .nav-container:after, .nav-container ul:after{
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	content: "Pulldown";
}
/* ---- End Menu Pulldowns ---- */

.MainMenu *,
.LoginMenu *{
	margin: 0;
	padding: 0;
}

/* First Level Items */

.MainMenu {
	position: relative;
	z-index: 1;
}

.MainMenu ul{
	list-style: none;
	/*padding: 0px; /* Can remove */
}

.MainMenu li {
	float: left;
	position: relative;
	text-align: center;
	border-right: #c6c6c6 1px solid;
	list-style:none;
}

.MainMenu li:hover {
	background: url(../images/Menu-hover-background.png) repeat;
}

.MainMenu a:link,
.MainMenu a:visited {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.MainMenu a:hover {
	color: #4B3D2C;
	text-decoration: none;
}

/* Current Item */



/* Dropout */

.MainMenu ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	clear: both;
	width: 200px; /* 100% if no padding */
	background-color: #ccc; /* background colour required to hover over text */
	/*border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;*/
	/*margin: 0;*/
	padding: 0;
}

.MainMenu ul ul li {
	border-bottom: none;
	text-align: left;
	display: block;
	clear: both;
	background-image: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	/*border-right: none;*/
	/*margin: 0;*/
	/*height: auto;*/
	width: 100%;
}

.MainMenu ul ul a:link,
.MainMenu ul ul a:visited {
	/* ----- adjustable ----- */
	/*width: 100%;*/ /* 100% if no padding */
	/* ----- removable ----- */
	border: none;
	padding: 2px 5px 2px 5px;
	/*height: auto;*/
	/*font-weight: normal;*/
}

.MainMenu ul ul a:hover {
	/* ----- removable ----- */
	background-color: #fff;
}

/* ---- Dropout action ---- */
.MainMenu li:hover ul ul, .MainMenu li.iehover ul ul {
	display: none;
}
.MainMenu li:hover ul, .MainMenu li.iehover ul,
.MainMenu li li:hover ul, .MainMenu li li.iehover ul {
	display: block;
}
/* ---- End dropout action ---- */





/* ---- Sub Menu ---- */

.LoginMenu ul{
	list-style: none;

}
.LoginMenu li {
	display: inline;
	white-space: nowrap;
	padding: 0px 8px 0px 5px;
	border-right: 1px solid #ed1c24;
	line-height: 100%;
}
.LoggedIn .LoginMenu li.last {
	font-weight: bold;
}
.LoginMenu a:link, .LoginMenu a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 80%;
	line-height: 100%;
}
.LoginMenu a:hover {
	text-decoration: underline;
}

/********** < Navigation */
.nav-container {
	position: relative;
	border-top: #d9d9d9 1px solid;
	padding: 0px 0px 20px 0px;
	/*font-size: 90%;*/
}
#nav { 
}
.nav-container ul { 
	background: #dbdbdb url(../images/Feature-menu-background.png) repeat-x right top ;
	list-style: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px -500px;
	padding-left: 500px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
.nav-container li { 
	float: left;
	position: relative;
	border-bottom: #bcbcbc 1px solid;
	list-style: none;
	display: block;
	width: 142px;
	/*font-weight: normal !important;*/
	font-weight: bold;
	margin: 0px 0px 0px -500px;
	/*padding-left: 500px;
	padding-bottom: 0;*/
	color: #212121;
	padding: 7px 0px 7px 500px;

}
.nav-container li:hover {
	background-color: #e7e7e7;
	text-decoration: none;
}
.nav-container a {
	/*font-size: 85%;*/
	/*font-weight: bold;*/
	color: #666;
	/*padding: 7px 0px;*/
	display: block;
}

/* 1st Level */
.nav-container ul ul {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0%;
	right: -260px;
	clear: both;
	width: 260px; /* 100% if no padding */
	background-color: #ccc; /* background colour required to hover over text */
	/*border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;*/
	/*margin: 0;*/
	padding: 0;
}

.nav-container ul ul li {
	border-bottom: none;
	text-align: left;
	display: block;
	clear: both;
	background-image: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	/*border-right: none;*/
	/*margin: 0;*/
	/*height: auto;*/
	width: 97%;
	padding: 7px 0px 7px 5px;
	/*padding-left: 0;*/
	margin-left: 0;
	font-weight: normal !important;
}

.nav-container ul ul a {
	/* ----- adjustable ----- */
	/*width: 100%;*/ /* 100% if no padding */
	/* ----- removable ----- */
	border: none;
	/*padding: 5px;*/
	/*height: auto;*/
	/*font-weight: normal;*/
}

.nav-container ul ul li:hover {
	/* ----- removable ----- */
	background-color: #e7e7e7;
}
/* ---- Dropout action ---- */
.nav-container li:hover ul ul, .nav-container li.iehover ul ul {
	display: none;
}
.nav-container li:hover ul, .nav-container li.iehover ul,
.nav-container li li:hover ul, .nav-container li li.iehover ul {
	display: block;
}
/* ---- End dropout action ---- */


/* 2nd Level */

/* 3rd+ Level */

/* Show menu */
/********** Navigation > */
/* ======================================================================================= */
