/* -- START NAVIGATION -- */
#navigation {
	width: 748px;
}

/* NAVIGATION LINKS */
#navigation a {
	display: block;
	float: left;
	height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #navigation a.sfhover {
	color: #DEEAEF;
	font-weight:bold;
	text-decoration: none;
}

/* LEVEL1 TOP LINKS */
#navigation .level1 {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation .level1 li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0px 19px 0px 24px;
	font-family: Georgia;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
}

/* LEVEL 2 DROPDOWN */
#navigation .level2 a {
	color: #8F1A2B;
	height: 14px;
	font-weight: normal;
	margin: 6px 0px 4px 7px;
}
/*
#navigation .level2 a:hover {
	height: 14px;
	margin: 3px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #277495;
	font-weight: bold;
} */

#navigation .level2 {
	display: none;
	position: absolute;
	top: 188px;
	height: auto;
	color: #405a80;
	background-color: #EEF4F7;
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin-left: -20px;
}

#navigation .level2 li {
	clear:both;
	height: 25px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	* padding: 2px 0px 0px 0px;
	border-bottom: 1px dotted #277495;
	font-family: Tahoma;
	font-size: 12px;
}

#navigation .level2 li:hover, #navigation .level2 li.sfhover  {
	background-color: #277495;
}

#navigation .level2 li:hover a, #navigation .level2 li.sfhover a {
	color: #FFFFFF;
	font-weight: bold;
}

#navigation li:hover .level2, #navigation li.sfhover .level2 {
	display: block;
}

/* 
 * Start IE6 Compatablity
 * The following are used to set the width of 
 * the dropdowns or IE6 won't show them properly.
*/
#navigation .aboutUs {
	width: 210px;
	* margin-left: -110px;
}

#navigation .ourServices {
	width: 170px;
	* margin-left: -130px;
}

#navigation .portfolio {
	width: 170px;
	* margin-left: -110px;
}

#navigation .resources {
	width: 230px;
	* margin-left: -110px;
}
/* -- END NAVIGATION -- */