/* CSS Navigation Starts Here */

#navigation
{
	width:100%;
	margin: 0 auto; 
	height: 28px;
	background-color:black;
	position:absolute;
	top:125px;
}
#nav, #nav ul { /* all lists */
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:0px !important;
	list-style: none;
	line-height:1em;
	text-align:left;
	width: 920px;
	margin: 0 auto;

}

#nav a {
	display: block;
	/* width: 10em;*/
		/* general link text styles */
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	/*text-indent:5px;*/
}


#nav a:hover {
	display: block;
	/* width: 10em;*/
	/* general link text styles */
	color:#FF3333;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em;*/ /* width needed or else Opera goes nuts */
	/* text styles of main menu */
	padding: 0.4em;
	border-right: 1px dotted #999999;
	background-color: #000000;
	
	line-height:1em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 0px;

}


#nav li ul li	{ /* second-level lists */
	background-color: white;
	color:black;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width: 100%;
}

#nav li ul li a	{ /* second-level lists */
	background-color: white;
	color:black;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-indent:0px;
}


#nav li ul li a:hover	{ /* second-level lists */
	background-color: white;
	color:#548E1D;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	padding-left: 0px;
	margin-left:10em !important;

}

#nav li ul ul li  /* third-and-above-level lists */
{
border: 1px solid #000000;

}
#nav li ul ul li a:hover{ /* third-and-above-level lists */
	color:#FF9900;

}




#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 { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	/*color: #ccc;*/
}

/* CSS Navigation Ends Here */

#breadcrumb
{
	width:920px;
	height:1.2em;
	text-align:right;
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
	position:relative;
	top:0px;
	clear:both;
	margin: 0 auto; 
}

#breadcrumb p
{
	padding:0 25px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}


#breadcrumb a, #breadcrumb a:visited
{
	font-weight:normal;
	font-size:11px;

}

#breadcrumb a:hover
{
	color: #FF3333;
	font-weight:bold;
	font-size:12px;

}
