#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	LINE-HEIGHT: 1.5em; 
	LIST-STYLE: none;
	margin:0px;
	padding:0px;
	padding-left:.2em;
	text-transform:capitalize;
}
/* sets the width in all browsers except IE*/
html>body #nav{
	padding-left:0px;
}


#nav UL {
	margin:0px;
	padding:0px;
	LIST-STYLE-TYPE: none;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 9px;
	color: #43495B;
	background:#cccccc;
	text-align:center;
	margin:.1em;
	width:12.0em;
}

/* sets the width in all browsers except IE*/
html>body #nav a {
	width:12.05em;
}


#nav UL a { 
	color: white;


}


#nav LI { /* Box style for main links */
	FLOAT: left;
		font-weight: bold;

}


#nav LI a:hover { /* Box style for main links HOVER */
	color: white;
}


#nav LI UL {
	LEFT: -999em; 
	POSITION: absolute;
	width:12.0em;
}


#nav li ul a {/* second-level lists */
/* Box style for sub links */
	BACKGROUND: #cccccc;
	border: solid 1px #ffffff;
	text-align:center;
	margin: 0;
	color: #43495B;
	width:12.2em;
	font-weight: bold;

	}
/* sets the width in all browsers except IE*/
html>body #nav li ul a {
	width:12.05em;
}

#nav li ul a:hover {/* second-level lists */
/* HOVER SUB MENU */
	background-color: #666666;
	color: white;
	}

#nav LI:hover UL {
	LEFT: auto;

}
#nav LI.sfhover UL {
	LEFT: auto;
}

