@charset "utf-8";
/* CSS Document */

div#top
{
	height: 52px;
	background: url('../images/topnav-bg.gif') no-repeat top left;
}

div#second-nav-holder
{
	background: url('../images/second-nav-bg.gif') no-repeat top left;
	width: 639px;
	height: 38px;
	float: left;
}

div#third-nav-holder
{
	background: url('../images/second-nav-bg.gif') no-repeat top left;
	width: 639px;
	height: 32px;
	margin: 26px 0 0 20px;
	/*float: left;*/
}

div#navigation
{
	display: block;
	_display: inline;
	float: left;
	padding: 18px 5px 0 10px;
	margin-right: 0px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; 
	color: #eee;
	width: 930px;
}

div#second-navigation
{
	display: block;
	_display: inline;
	float: left;
	padding: 8px 5px 0 10px;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; 
	color: #eee;
	width: 620px;
}

div#third-navigation
{
	display: block;
	_display: inline;
	float: left;
	padding: 8px 5px 0 10px;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; 
	color: #eee;
	width: 620px;
}

/*
.third-navigation, .second-navigation, ul.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation li
{
	display: block;
	_display: inline;
	float: left;
	padding: 18px 10px 0 10px;
	margin-right: 20px;
	height: 34px;
	background: url('../images/navarrow.jpg') no-repeat center right;
}

.second-navigation li
{
	display: block;
	_display: inline;
	float: left;
	padding: 8px 10px 0 10px;
	margin-right: 20px;
	height: 23px;
	background: url('../images/navarrow.jpg') no-repeat center right;
}

.third-navigation li
{
	display: block;
	_display: inline;
	float: left;
	padding: 8px 10px 0 10px;
	margin-right: 20px;
	height: 23px;
	background: url('../images/third-navarrow.jpg') no-repeat center right;
}

.second-navigation li.hover, ul.navigation li.hover
{
	background: url('../images/navarrow-hover.jpg') no-repeat center right;
}

.third-navigation li.hover
{
	background: url('../images/third-navarrow-hover.jpg') no-repeat center right;
}

a:visited.top,
a:link.top,
a.top
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
}

ul.flyout
{
	display: none;
	position: absolute;
	width: 244px;
	list-style: none;
	margin: 32px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #384F80;
}

.third-navigation ul.flyout,
.second-navigation ul.flyout
{
	margin-top: 22px;
}

ul.flyout li ul.flyout
{
	margin: 0 0 0 243px;
}

.third-navigation ul.flyout li, 
.second-navigation ul.flyout li, 
ul.navigation ul.flyout li
{
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	background: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
	padding: 7px;
	border: 1px solid #384F80;
	border-bottom: none;
	_height: 1px;
}

ul.flyout a:hover.flyout
{
	background: white url('../images/flyout-hover.jpg') repeat-x top left;
}

*/



