/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav {
	height:30px; 
	position:relative; 
	width:770px; 
	z-index:500;
	background-color:#dac792;
	font-size:14px;
	margin:0; 
	padding:0;

}

.nav .table {
	display:inline; 
	margin:0; 
	padding:0; 
}

.nav .select, .nav .current {
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
}

.nav li {
	margin:0; 
	padding:0; 
	height:auto; 
	float:left;
}

.header {
	display:block; 
	height:30px; 
	float:left; 
	padding:0 20px 0 20px; 
	text-decoration:none; 
	line-height:30px; 
	color:#002461;
}


.nav .select a:hover, .nav .select li:hover a.header {
	cursor:pointer; 
	background-color: #f6efdc;
	padding:0 19px 0 19px; 
	border-top: 1px solid #002461;
	border-left: 1px solid #002461;
	border-right: 1px solid #002461;
}

.header:hover {
	display:inline; 
	float:left; 
	cursor:pointer;
}

.nav .select_sub {
	display:none;
}

/* IE6 only */
.nav table.navtbl {
	border-collapse:collapse; 
	width:0; 
	height:0;
}

.nav .sub {
	display:table; 
	text-align: center;
	width: 100%;
	padding:0; 
	padding-top: 10px;
	list-style:none;
}

.nav .sub_active .current_sub a, .nav .sub_active a:hover {
	background:transparent; 
	color:#f00;
}

.nav .select :hover .select_sub, .nav .current .show {
	display:block; 
	position:absolute; 
	z-index:100; 
	text-align:center !important;
	height:280px;
	width:1000px;
	top:31px; 
	left: -230px; 
	background:#f6efdc;
	background-image: url(/images/whiteCircBottom.gif);
	background-repeat: no-repeat; 
}

.nav .current .show {
	z-index:10;
}

.nav .select :hover .sub a{
	border:0; 
}


/* custom CSS items */
.itemTitle {
	font-size:17px;
	margin-bottom: 4px;
}
.navLinkBox {
	width: 176px;
	height: 90px;
	padding-top:0px;
	margin-top: 0px;
	padding-left: 4px;
	font-size:12px;
	border-left: 1px solid #003366;
	background-repeat: repeat-x; 
}

.navLinkBox a {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
	text-decoration: underline;
}

.navLinkBox a:hover {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	text-decoration: none;
	background:transparent !important; 
}
.navItemSpacer {
	width: 35px;
}
/* end custom CSS items */
