/* CSS Document */

/* NOTE ---- IF USING CSS STYLED NAVIGATION WITH LISTS, SPECIFY THE LI, UL, OL as the site styles the default settings for these elements */

/* Drop down menus documentation can be found here: http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	position:absolute;
	top: 115px;
}

#nav a {
	display: block;
	width: 229px;
	font-weight: bold;
	color: #002651;
	text-decoration:none;
}

#nav li {
	float: left;
	width: 229px;
	text-align:right;
	font-weight: bold;
	list-style:none;
	margin: 7px 0px 7px 0;
    padding: 7px 35px 7px 0;
}

#nav li:hover {
	background-color: #f4f5f7;
}

#nav li ul {
	position: absolute;
	width: 264px;
	top: -999em;
}

#nav li:hover ul, #nav li:hover ul a, #nav li:hover ul li {
	left: 264px;
	top: auto;
	margin-top : -30px;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f4f5f7;
}

#nav li:hover ul a {
padding: 7px 7px 7px 7px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 264px;
	width: 150px;
	top: auto;
	background-color: #f4f5f7;
	margin-top : -22px;
}
