#logo {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#tnav {
	position: relative;
}

.logoutlink {
	color:#333333;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	position: relative;
	left: 20px;
}

.loggedin {
	color: #7f7253;

}

.logoutlink a:link,.logoutlink a:visited {
	color:#333333;
	font-weight:bold;
}
.logoutlink a:hover,.logoutlink a:active {
	color:#333333;
	font-weight:bold;
}
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
	display: inline;
		border-right: 1px solid white;

}

.subnav {	background: url(../images/subnav_bg.gif) no-repeat right bottom;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid white;
	margin-left: 1px;
}

.subnav .protected {
	background-color: black;
	color: #7f7253;
}

.subnav .protected a:link, .subnav .protected a:visited {
	color: #7f7253;
}
.nav ul {
	position:absolute; /* remove from flow and allow positioning */
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
	width:210px; /* VARIABLE. Must have a width for menu items to inherit. Use ems so font scaling does not break design*/
}

.nav .one ul {

	/*width:180px;*/}

.nav .two ul {

	/*width:170px;*/}

.nav .three ul {

	/*width:195px;*/}

.nav .four ul {

	/*width:199px;*/}
	
/*MINE*/
.nav .sub1 ul {

	/*width:180px;*/}

.nav .sub2 ul {

	/*width:170px;*/}

.nav .sub3 ul {

	/*width:195px;*/}

.nav .sub4 ul {

	/*width:199px;*/}
/*MINE END*/

.nav ul li ul {

}
/*.nav ul li,
 .nav a { 
	width: 100%;
	} 
	
*/
.nav li {
	float:left; /* must float all li elements. Vertical submenu items are restrained by parent ul width (see .nav ul rules above) */
	position:relative; /* make child submenu ul position relative to parent li */
	z-index:99; /* ensure submenus appear above other page items. Increase if needed, but do not exceed thickbox overlay z-index! */
}
.nav a {
	display:block; /* make IE6 obey width when text-indent is used */
}

.nav ul a , .nav ul a:hover, .nav ul a:active, .nav ul a:focus {
	width:210px;
	display: block;
	background:#6D6B6C;
}

* html .nav ul {
	background:#6D6B6C;
}

.nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:-1px; /* position first submenu directly under parent li */
	top:2.5em; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
}
.nav li li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
 {
	left:9.45em; /* VARIABLE. Offset subsequent submenus to the right by the amount you set for the submenu widths (see .nav ul rules above) */
	top:-1px; /* position subsequent submenus horizontally aligned to parent li */
}
.nav li li:hover li ul,
.nav li li.sfHover li ul {
	top:-999em; /* hide submenu in screen-reader and search-engine friendly way */
}
.nav li li li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul.nav li li li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
 {
	left:9.45em; /* VARIABLE. Offset subsequent submenus to the right by the amount you set for the submenu widths (see .nav ul rules above) */
	top:-1px; /* position subsequent submenus horizontally aligned to parent li */
}
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}



embed, object {
	position: relative;
	z-index: 0;
	}

.nav {
	/* if you want to change font-size, do it here as opposed to setting it on deeper nested anchor elements for example,  so that the em unit is the same size for all elements in the menu */
	font-size:12px;
	float:left; /* necessary if you don't want this element to collapse */
	margin-bottom:0em; /* add space beneath nav. Purely cosmetic */
	}
.nav li {
	background: #7f7253; /* default background colour */
	border-left:1px solid #fff;
	text-transform: uppercase;
	height: 30px;
}

.nav .one {
	/*width:180px;*/
	text-transform: uppercase;
	border-style: none;
}

.nav .two {
	/*width:170px;*/
	text-transform: uppercase;
}

.nav .three {
	/*width:195px;*/
	text-transform: uppercase;
}

.nav .four {
	/*width:199px;*/
	text-transform: uppercase;
}

/*MINE*/
.nav .sub1 {
	/*width:180px;*/
	text-transform: uppercase;
	border-style: none;
}

.nav .sub2 {
	/*width:170px;*/
	text-transform: uppercase;
}

.nav .sub3 {
	/*width:195px;*/
	text-transform: uppercase;
}

.nav .sub4 {
	/*width:199px;*/
	text-transform: uppercase;
}
.nav .sub7 {
	width:107px;
	text-transform: uppercase;
	}

/*MINE END*/

.nav li li a {
	color: white; /* note that the top and bottom padding will affect the 'top' value (marked with the word "VARIABLE") of the second tier of nav (see "essential rules" above and alter accordingly) */
	text-decoration:none;
	text-indent: 1em;
	padding: 0.3em 0;
}

.nav a {
	color: white;
	padding: .75em 12px; /* note that the top and bottom padding will affect the 'top' value (marked with the word "VARIABLE") of the second tier of nav (see "essential rules" above and alter accordingly) */
	text-decoration:none;
}

.nav li a:link, .nav li a:visited, .nav li a:active{
	color: white;

}

.subnav a:hover {
	text-decoration: underline;
}
/* if link text runs over two or more lines, you will want padding in the anchor element instead of relying on text-indent to provide space. The following disabled rule shows how to style the submenu links in this case. Note that the width plus left and right padding must equal the width set above for the submenu (.nav ul) */
/*
.subnav ul a {
	width: 7.45em;
	padding: .75em 1em;
	text-indent: 0;
	}
*/
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #685d45; /* hover highlight */
}

.subnav li:hover, .subnav li.sfHover,
.subnav a:focus, .subnav a:hover, .subnav a:active {
	background-image: none;
	background-color: transparent;
}

.subnav .protected:hover, .subnav .protected .sfHover,
.subnav .protected a:focus, .subnav .protected a:hover, .subnav .protected a:active {
	background-image: none;
	background-color: #000;
}

.sf-sub-indicator {
	display: none;
}
.nav li li {
	background-color: transparent;
	border-left-style: none;
	text-transform: none;
	height: 20px;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
/* End hide from IE-mac */

.container {
	width: 1000px;
}

