#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	/* line-height: 1.5; */
}
/*  CYX HACKS */

#nav ul li ul li {
	width:4.25em;
}
#nav ul li ul li a {
	font-weight:normal;
}
#nav ul li ul li a:hover {
	font-weight:normal;
}
#nav ul {
	/* background-color:#000000; */
}
#nav li {
	margin: 0 1px 0 0;
    /* background-color: rgb(204, 255, 204); */
    background-color: rgb(255, 255, 255);
	/* color: rgb(153, 0, 0); */
	color: rgb(0, 0, 0);
	}
#nav ul li ul li {
	border:1px outset white;
}
#nav ul li {
	border:1px solid white;

}
#nav ul li a {
    margin:0;
	border: 1px solid rgb(102, 102, 102);
	color:#000000;
	text-align: left;
	width:10em;
	font-size:9pt;
}	
#nav ul li a:hover {
	color:black;
	/* background-color:#000000; */
	width:10em;
	font-size:9pt;
}

/* CYX HACKS */
#nav a.selected {
	display: block;
/*	width: 10em;*/
    /*
	font-family:sans-serif;
	font-size:9pt;
	color:#0066CC;
	font-weight:bold;
    */
	text-decoration:none; 
}
#nav a.selected:hover {
	display: block;
/*	width: 10em;*/
/*
	font-family:sans-serif;
	font-size:9pt;
	color:#006699;
	font-weight:bold;
*/
	text-decoration:none; 
}
#nav a {
	display: block;
	/* width: 6em; */
	font-family:sans-serif;
	font-size:9pt;
	/* color: rgb(153, 0, 0); */
	color: rgb(0, 0, 0);
	font-weight:normal;
	text-decoration:none; 
	text-align: center;
	background-color: rgb(255, 255, 255);
}
#nav a:hover {
	display: block;
	/* width: 6em; */
	font-family:sans-serif;
	font-size:9pt;
	/* color:#006699; */
	/* color:white; */
	/* font-weight:normal; */
	/* background-color: rgb(153, 0, 0);
	/* color: #ffffff; */
	background-color: rgb(204, 255, 204);
	text-decoration:none; 
}
#nav ul li {
	border:1px solid white;
	width:7.65em;
}
#nav li {
	float: left;
	width: 4.25em;
}
#nav li ul {
	position: absolute;
	width: 4.25em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}

#nav ul li ul li {
	border:1px outset white;
}

#nav li {
	float: left;
	width: 4.25em;
}
#nav li ul {
	position: absolute;
	width: 4.25em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	/*margin: -1em 0 0 10em;*/
	margin: -16px 0 0 64px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li.leftItem {
	margin: 0 1px 0 1px;
	}

#nav a.urhere {
	display: block;
/*	width: 10em;*/
	font-family:sans-serif;
	font-size:9pt;
	/*
	background-color: rgb(153, 0, 0);
	color: #ffffff;
	*/
	background-color: rgb(204, 255, 204);
	/* color: rgb(153, 0, 0); */
	color: rgb(0, 0, 0);
	font-weight:normal;
	text-decoration:none; 
	
}
#nav a.urhere:hover {
	display: block;
/*	width: 10em;*/
	font-family:sans-serif;
	font-size:9pt;
	/* color:#006699; */
	font-weight:normal;
	text-decoration:none; 
}