/*
----------- Suckerfish stuff -----------
Gratefully stolen from http://www.htmldog.com/articles/suckerfish/dropdowns/
where you can find an explanation of the entire damn thing.
*/


ul#nav{
	text-align:left;
	margin:0 auto;
	padding-left:47px;
	display:block;
	width:863px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ====== teh LINK0rZ! Pls to use for text attributes only ====== */
#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	/*font-size: 10px;*/
	padding: 7px 18px;
}
#nav li /*.topNavItem */{
	letter-spacing:1px;
}
.topNavItemActive {
	/* background: #FC8; */
	background: #85d8f8;
	color: #000;
}
#nav .topNavItem{
	margin-left: 2px;
}
#nav li {
	float: left;
	border-top: none;
	border-bottom: none;
	/*width: 9em;*/
}
#nav #navright{
	/*float:right;
	margin-right:120px;*/
	/*margin-left:32px;*/
}
#nav li ul {
	font-size:13px;
	position: absolute;
	width: 12.5em;
	left: -999em;
	border: 1px solid #fff;
	z-index: 1000;
}
#nav li li{
	border-top: none;
	background: #85d8f8;
	width: 12.5em;
	padding-bottom:0;
	letter-spacing:+1px;
}
#nav li li a{
	padding: 5px 18px 6px 18px;
}
#nav li:hover {
	background: #85d8f8;
}
#nav li a:hover {
	background: #0098e9;
	color:#fff;
}
#nav li:hover ul {
	left: auto;
	margin-top: 0px;
}
#nav li li:hover {
	left: auto;
	background: #0098e9;
}
#nav li li a:hover {
	color:#fff;
}
/* for MSIE, together with the JS in the external .js file */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* ----------- End Suckerfish stuff ------- */

