/*NAVIGATION*/
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #6666ff;
	font-weight: bold;
	padding: 0;
	border: solid #3333ff;
	border-width: 1px 0;
	margin: 0 0 .3em 0;
}

#nav a {
font-weight: bold;
	display: block;
	width: 10em;
	w\idth: 8em;
	color: #ccccff;
	text-decoration: none;
	padding: .2em .7em;
}

#nav A:hover { 
text-decoration: none;  
color: #ffffff;
}

#nav a.arrw {
color: #ccccff;
	background: url(../../IMAGES/arrw.gif) center right no-repeat;
}

#nav a.arrw_r {
font-weight: bold;
	text-align:justify;
	background: url(../../IMAGES/arrw_r.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 9.9em;
	w\idth: 9.9em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: .9em;
	width: 9em
}

#nav li ul a {
	text-align:justify;
	width: 13em;
	w\idth: 5em;
}

#nav li ul ul {
	height: auto;
	margin: -2.4em 0 0 -10em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #0000cc;
}
