@charset "UTF-8";
/* CSS Document */

/* flyout on homepage */

#menu ul li.arrow:hover {
	background-image: url(images/arrow.gif);
	background-position: 25px 0px;
	background-repeat: no-repeat;
}

#menu ul li ul li:hover { /* keeps hover effect off secondary */
	background-image: none;
}

#menu ul li ul { /* hides flyouts */
	display: block;
	position: absolute;
	left: -999em;
	width: 240px;
}

#menu ul li {
	display: block;
	clear: both;
	z-index: 0;
}

#menu ul li:hover ul { /* flyout effect */
	position: absolute;
	float: left;
	margin-left: 200px;
	margin-top: -23px;
	left: auto;
	height: 1%;
	z-index: 5;
}

#menu li.sfhover ul { /* ie6 flyout */
	position: absolute;
	margin-top: -5px;
	left: auto;
	height: 1%;
	z-index: 0;
}

#menu ul li ul li {
	background-color: #1857a3;
	font-size: 11px;
	line-height: 17px;
	border-bottom: solid #FFFFFF 1px;
	padding-left: 10px;
	float: left;
	background-image: none;
	width: 240px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#menu ul li ul li a:hover {
	color: #9dc7fa;
}

#menu ul li ul li.last {
	border-bottom: none;
}

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	width: 250px;
	margin: 4px -4px -4px 4px;
	background: url(images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }


/* homepage only footer */

#footer { 
	display: block;
	padding-left: 387px;
	height: 37px;
	width: 593px;
	font-size: 11px;
}

#footer .vsmall {
	font-size: 9px;
}