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

.nav {
	width: 100%;
	height: 25px;
	border-bottom: 2px solid #8092a7;
	background-color: #325e94;
	position: relative; 
	font-family: arial, verdana, sans-serif; 
	font-size: 13px; 
	text-align: center;
	letter-spacing: 1px;
	z-index: 500;
}

.nav .table {
	display: table;
	margin: 0 auto;
}
.nav .table .row { display: table-row; }

.nav .select,
.nav .current {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: table-cell; 
	white-space: nowrap;
}

.nav li {
	border-left: 1px solid #99b9df;
	padding: 0; 
	height: auto; 
	float: left;
	text-align: center;
}

li.last {
	border-right: 1px solid #99b9df;
}

.nav .select a {
	display: block;
	height: 25px; 
	float: left; 
	background-image: url(../img/nav/main_nav_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #325e94;
	color: #FFE6BE;
	padding: 0 18px 0 18px; 
	text-decoration: none; 
	line-height: 25px; 
	white-space: nowrap; 
}

.nav .current a {
	display: block; 
	height: 25px; 
	float: left;
	background-image: url(../img/nav/main_nav_bkgd_over.gif);
	background-color: #dec19e;
	color: #333;
	padding: 0 0 0 0; 
	text-decoration: none; 
	line-height: 25px; 
	white-space: nowrap; 
}

.nav .current a b {
	display: block; 
	padding: 0 18px 0 18px; 
	background-color: #dec19e; 
	color: #333;
}

.nav .select a:hover, 
.nav .select li:hover a {
	background-image: url(../img/nav/main_nav_bkgd_over.gif);
	background-color: #dec19e; 
	color: #333;
	padding: 0 0 0 0; 
	cursor: pointer; 
}

.nav .select a:hover b, 
.nav .select li:hover a b {
	display: block; 
	float: left; 
	padding: 0 18px 0 18px;
	background-image: url(../img/nav/main_nav_bkgd_over.gif);
	background-color: #dec19e; 
	color: #333;
	cursor: pointer;
}

.nav .select_sub {
	display: none;
}

/* IE6 only */
.nav table {
	border-collapse: collapse; 
	margin: -1px; 
	font-size: 12px; 
	width: 0; 
	height: 0;
}

.nav .sub {
	display: table; 
	margin: 0 auto; 
	padding: 0; 
	list-style: none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
	background: transparent; 
	color: #000;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block; 
	position: absolute; 
	width: 100%; 
	top: 25px; 
	border-top: 2px solid #8092a7;
	border-bottom: 2px solid #8092a7;
	background-color: #FFE6BE;
	padding: 0; 
	z-index: 100; 
	left: 0; 
	text-align: center;
}

.nav .current .show {
	z-index: 10;
}

ul.sub li {
	border-left: 1px solid #333;
}

ul.sub li.last {
	border-right: 1px solid #333;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
	display: block; 
	float: left; 
	letter-spacing: normal;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/nav/sub_nav_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #cda16b;
	color: #333;
	padding: 0 15px 0 15px; 
	margin: 0; 
	white-space: nowrap; 
	border: 0; 
}

.nav .current .sub li.sub_show a {
	background-color: #FFE6BE;
	color: #333;
	cursor: default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility: visible; 
	background-image: url(../img/nav/sub_nav_bkgd_over.gif);
	background-color: #325e94; 
	color: #FFE6BE;
}


