@charset "utf-8";
/* CSS Document */
#nav li:hover, #nav li.hover {  
    position: static;  
}  

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li a {
	display: block;

	color:#FFF;
	text-decoration: none;
}

#nav li a:hover {
	display: block;
	color:#000;
	text-decoration: underline;
}

#nav li ul li a {
	display: block;
	width: 160px;
	color:#000;
	text-decoration: none;
}

#nav li ul li a:hover {
	display: block;
	color:#000;
	text-decoration: underline;
	background-color: #b3bdc9;
}

#nav li {
	float: right;
	color:#FFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: none;
	font-weight: bold;
	text-indent: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #FFF;
	line-height: 24px;
}

#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	list-style-type: none;
}

#nav li ul li {
	text-align: left;
	background-color:#e6e6e6;
	color:#000;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*
#left-nav, #left-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	line-height: 1;
}

#left-nav a {
	display: block;
	width: 210px;
	color:#000;
	text-decoration: none;
}

#left-nav a:hover {
	display: block;
	color:#000;
	text-decoration: underline;
	background-color:#bfe3ea;
}

#left-nav li {
	float: left;
	width: 210px;
	background-color:#f4eee2;
	color:#000;
	line-height: 31px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-variant: small-caps;
	list-style-type: none;
}

#left-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	list-style-type: none;
	margin: -1em 0 0 10em;
}

#left-nav li ul li {
	text-align: left;
	background-color:#f4eee2;
	color:#FFF;
	text-indent: 3px;
}

#left-nav li:hover ul {
	left: auto;
}

#left-nav li:hover ul, #left-nav li.sfhover ul {
	left: 0em;
}
*/
