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



/**the nav bar **/
#nav {
	background-color: #452935;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0D080A;
	border-bottom-color: #040203;
	width: 965px;
	height:40px;
}
/**the nav bar (do not inclued if not nessary) **/
#nav-left-end {
	background-image: url(/images/nav-right-end.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 19px;
	float: left;
	margin-top: 9px;
}
/** first level ul **/
#nav-list{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 370px;
	padding: 0px; /*need*/
}

/** first level li **/
#nav-list li {
	float: left; /*need*/
	padding-left: 29px;
	position: relative; /*need*/
	background-image: url(/images/list-node.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none; /*need*/
	z-index: 5;
	overflow: visible;
}

#nav-list li.level1-leadingnode, #nav-list li.level1-leadingnodeover {
	margin: 0px;
	padding: 0px;
}
#nav-list li a {
	font-family: "Gill Sans MT";
	font-size: 20px;
	font-weight:normal; /*need*/
	line-height: 20px;
	color: #FFFFFF;
	padding:0px; /*need*/
	margin:0px; /*need*/
	text-decoration: none; /*need*/
	height: 30px;
	display: inline-block;
}

/**second level ul**/
#nav-list li ul {
	display:none; /*need*/
}

#nav-list li:hover ul, #nav-list li.level1over ul, #nav-list li.level1-leadingnodeover ul {
	background-color:#E0DBDB;
	position:absolute; /*need*/
	z-index:2; /*need*/
	display:block; /*need*/
	border: 1px solid #462A36;
	margin: 0px; /*need*/
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 14px;
	top: 24px; /*need any int*/
	left: 37px; /*need any int*/
}


#nav-list li.level1-leadingnode:hover ul, #nav-list li.level1-leadingnodeover ul{
	left: 10px; /*need any int*/
}

#nav-list li ul li {
	list-style-type: none; /*need*/
	list-style-image: none; /*need*/
	list-style-position: outside;
	background-image: url(/images/level3-list-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
	padding:0px; /*need*/
	margin:0px; /*need*/
	float:none; /*need*/
}

/*all the following can change*/
#nav-list li ul li a{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal; /*need*/
	color: #000000;
	text-decoration: none; /*need*/
	height: 18px;
}
