/* CSS Document *//*code from http://www.htmldog.com/articles/suckerfish/dropdowns*/#nav, #nav ul {	list-style: none;	padding: 0;	margin: 0;	float: left;	width: auto;	line-height: 1;	background: white;	z-index: auto;}#nav {	position: absolute;	left: 170px;	top: 153px;	}/* commented backslash hack v2 \*/#nav {	top: 149px;	_top: 155px;        }/* end hack */#nav a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	color: 8d2483;	text-decoration: none;	vertical-align: middle;}#nav a {	display: block;	width: 8em;	_width: 8.2em;	padding: 0 11px;	height: 2em;	margin: 0;	}/* commented backslash hack v2 \*/#nav a {	padding: .5em 11px;	_padding: .3em 11px;        }/* end hack */#nav li {	float: left;	position: relative;    width: 8em;	_width: 8.2em;}#nav li ul {	display: none;	position: absolute;	top: 1.3em;	_top: 1.6em;	left: 0;	width: 8em;	_width: 8.2em;	font-weight: normal;	border: solid #FFCC66;	border-width: 3px;	margin: 0;	padding: 0;	height: auto;}		/* commented backslash hack v2 \*/#nav li>ul {		top: auto;        left: auto;        }/* end hack */				#nav li:hover ul, #nav li.over ul { 	display: block; }#nav li:hover, #nav li.sfhover, #nav li.over {	background: #FFCC66;}#nav ul {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;}#nav li {	color: 8d2483;	text-decoration: none;}#nav a:visited{	color: 8d2483;	text-decoration: none;}#nav a:hover{	color: 8d2483;	text-decoration: none;	background: #FFCC66;	}/* commented backslash hack v2 \*/#nav a:hover{	background: none;	}/* end hack */		#nav a:hover{	_background: #FFCC66;	_width: 8.2em;}.clearleft {	clear: left;}hr {	display: none;}
