/* CSS Document */

/*horizontal top navigation rules */

#lowerNav {
	position:absolute;
	left:2px;
	top:98px;
	width:624px;
	height:65px;
	z-index:14;
	background: url(../images/lowerNavBG.jpg) no-repeat;
}
.menu {
	width:600px;
	z-index:100;
	margin: 7px 10px;
	font-size: .70em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:140px;
	position:relative;
	background: url(../images/vertDot.gif) repeat-y right;
}
.menu li.last{
	background:none;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	text-align:center;
	width:140px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:140px;
	w\idth:139px;
}

/*end top navigation*/

/*main navigation*/
#navcontainer {
	position: relative;
	visibility:visible;
	z-index:29;
	font-size:0.65em;
}

#navcontainer a{
	text-align:left;
	display: block;
	color: #4f6b72;
	width: 128px;
	padding: 3px 0px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li {
	position: relative;
	display:block;
}

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	font: bold Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	padding-left:18px;
	padding-top: 5px;
	padding-bottom:5px;
	color: #647d8f;
	height:100%;
}
#navcontainer a:link, #navcontainer a:visited {
	background: url(../images/arrow_brown.gif) no-repeat 4px 12px;
 	text-decoration: none;
}

#navcontainer a:hover {
	color: #a6c0d3;
}

#navcontainer ul li a#current {
	color: #fff;
	text-decoration: none;
}
/*styles main navigation sub menu*/
#navcontainer li ul {
	position: absolute;
	left:140px;
	top: 0px;
	display: none;
	background-color:#FFF;
	border:1px solid #ccc;
}

#navcontainer  li ul li a {
	color:#B59777;
	display: block;
	text-decoration: none;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height:100%;
	z-index:300;
	
}
#navcontainer li ul a:link, #navcontainer li ul a:visited {
	text-decoration: none;
	background:#fff;
}
#navcontainer li ul li a:hover {
	color: #b6ddfa;
	background-color:#FFF;
}
#navcontainer li ul li a#current {
	background:#fff;
	color: #FF6600;
	text-decoration: none;
}
/*end sub menu styles*/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
#navcontainer li:hover ul, #navcontainer li.over ul { 
display: block; }
/*end main nav*/
