html, body {
margin:0;
border : 0;
height : 100%;
width : 100%;
}


#nav { /* all lists */
	float : left;
list-style-type: none;
width : 150px;
overflow : visible;
background-color : inherit; /*#B38B8B;*/
margin: 0;
border-top : 0px solid #ccc;
border-right : 2px dotted #b39178;
height : 150%;
text-align : left;
min-height : 150%;
}

ul#nav {	
	padding: 35px 0;
	/*list-style-type: none;*/
	/*line-height: 1px;*/
	display : block;
	/*min-height : 768px;*/
	/*height : 800px;*/
	margin-top : 0;
}



#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	font-family: "Arial", verdana, sans-serif;
	font-size : 0.9em;
	color : #ffe3c7; /*#fff8ab;*/
	display: block;
	padding-left : 25px;
	text-decoration : none;
	line-height : 20px;
	background-color: #995768; /*#b39178; #FFF9E5;#33828A; */
	border-right : 1px solid #7A655D;
	border-bottom : 1px solid #aaa;

	
	margin-left : 15px;
}

#nav a:visited {
color : #ffe3c7;
}

#nav a:hover {
color : #995768;
background-color: #ffe3c7;
	/*border : 1px solid #dddddd;*/
}


#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
padding-top : 20px;}


#nav li.MenuTagsDesc a {
	text-align : left;
	font-weight : bold;
	/*border : 0;*/
	padding-left : 10px;
}
#nav li.poweredBy {
position : absolute;
left : -10px;
top : 150%;
background-color: inherit;
border : 0;
width : 90px;
}


#nav li.poweredBy a:link, #nav li.poweredBy a:visited, #nav li.poweredBy a:active, #nav li.poweredBy a:hover {
background-color : inherit;
border : 0;
}

/*#nav li.poweredBy img {
height : 77px;
width : 90px;
border: 0;
}*/

#nav li.validatorImages {

margin: 5px 0 0 0;
background-color: inherit;
border : 0;
}

#nav li.validatorImages a:link, #nav li.validatorImages a:visited, #nav li.validatorImages a:active, #nav li.validatorImages a:hover {
background-color : inherit;
border : 0;
}

#nav li img {
height : 31px;
width : 88px;
border: 0;
}
/*-------  controls the first level flyout width etc.   ---------*/
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active, #nav li ul li a:hover {
	font-family: "Arial", verdana, sans-serif;
	font-size : 0.9em;
	color : #fff8ab;
	display: block;
	padding-left : 25px;
	text-decoration : none;
	line-height : 20px;
	background-color: #b39178;/*#FFF9E5;#33828A;*/
	border-right : 1px solid #7A655D;
	border-bottom : 1px solid #ccc;
	width : 10em;
	list-style-type : none;
}

#nav li ul li a:hover {
background-color : #C7A497;
/*color : #7A655D;*/
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
padding : 0;
border-bottom : none;
border-top : none;
height : 20px;
margin-left : 25px;
background-color: inherit;
list-style-type : none;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	border : 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
margin-top : -21px;
margin-left : 100px;
font-size : 0.75em;
line-height : 25px;
width : 150px;
display : block;
}

#nav li ul{ 
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
	border : 0;
}

#content {
	clear: left;
	color: inherit;
}

