@charset "utf-8";
/* CSS Document */

.nav {
	height: 25px;
	background-color: #232176;
	position: relative; 
	font-family: arial, verdana, sans-serif; 
	font-size: 13px; 
	letter-spacing: 1px;
	width: 775px; 
	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 #4d85c5;
	padding: 0; 
	height: auto; 
	float: left;
}

li.last {
	border-right: 1px solid #4d85c5;
}

.nav .select a {
	display: block;
	height: 25px; 
	float: left; 
	background-image: url(../../img/nav/main_nav_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #232176;
	color: #fff;
	padding: 0 18px 0 18px; 
	text-decoration: none; 
	line-height: 25px; 
	white-space: nowrap; 
}

.nav .current a {
	display: block; 
	height: 25px; 
	float: left; 
	background-color: #232176;
	color: #fff;
	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: #252477; 
	color: #f3be35;
}

.nav .select a:hover, 
.nav .select li:hover a {
	background-color: #f3be35; 
	color: #252477;
	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-color: #f3be35; 
	color: #252477;
	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: #fff;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display: block; 
	position: absolute; 
	width: 775px; 
	top: 25px; 
	border-top: 2px solid #4d85c5;
	border-bottom: 2px solid #4d85c5;
	background: #f3be35; 
	padding: 0; 
	z-index: 100; 
	left: 0; 
	text-align: center;
}

.nav .current .show {
	z-index: 10;
}

ul.sub li {
	border-left: 1px solid #4d85c5;
}

ul.sub li.last {
	border-right: 1px solid #4d85c5;
}

.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;
	color: #252477;
	padding: 0 15px 0 15px; 
	margin: 0; 
	white-space: nowrap; 
	border: 0; 
}

.nav .current .sub li.sub_show a {
	background-color: #252477; 
	color: #f3be35;
	cursor: default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility: visible; 
	background-image: none;
	background-color: #252477; 
	color: #f3be35;
}


