@charset "utf-8";
/***************************************************************
CSS AJP Publishing - by Ampheon.com
****************************************************************/

/***************************************************
	Navigation : http://www.htmldog.com/articles/suckerfish/dropdowns/
***************************************************/

#menu
{margin-top:2px; margin-left:15px;}


ul#nav, #nav ul {margin:0; padding:0; list-style: none; line-height: 1;}/* all lists */
#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav a {display:block; width:100px; font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-decoration:none; color:#444}
#nav li {float: left; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif; width:100px;}/* all list items *//* width needed or else Opera goes nuts */
#nav li ul { /*display: none we use left: -999em to propel the dropdown list out of view and then left: auto (rather than left: 0) to bring it back*/
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:white;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li.xyhover ul 
{
	left:-999em;
}

#nav li.sub-nav a
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
background-image:url(images/sub_arrow.gif);
background-position:left;
background-repeat:no-repeat;
margin-top:3px;
margin-left:3px;
padding-left:8px;
text-decoration:none;


}