@charset "utf-8";
/* CSS Document */



#dropDown {
	z-index: 1;
}

#dropDown li ul {
	position: absolute;
	top: 23px;
	left: 0px;
}

#dropDown li ul li {
	float:none;
}

#dropDown li ul ul {
	position: relative;
	left: 110px;
	top: -23px;
}

#dropDown {
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#dropDown ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropDown ul.click {
	display: block;
}

#dropDown ul.click li {
	width:130px;
	height:20px;
	text-align:left;
}

#dropDown li {
	position: relative;
	margin-right:3px;
    z-index:1;
	float: left;
	display: block;
	text-align:center;
	width:110px;
	height:19px;
	font-family:Tahoma;
	font-size:13px;	
}



/* ----- Main Nav Layer href ----- */
#dropDown a {
	font: 13px Tahoma;
	font-weight:bold;
    position: relative;
    z-index: 1;
    display: block;
	height:19px;
	line-height:19px;
	text-decoration: none;
	color:#FFFFFF;
	background-image:url(/images/nav/background.png);
	background-repeat:repeat-x;
	border:#EA8C00 2px solid;						
}

/* ----- Main Nav Layer href Over ----- */
#dropDown li a:hover {
	font: 13px Tahoma;
	font-weight:bold;
    position: relative;
    z-index: 1;
    display: block;
	height:19px;
	line-height:19px;
	text-decoration: none;
	color:#FFFFFF;
	background-image:url(/images/nav/background-over.png);
	background-repeat:repeat-x;
	border:#EA8C00 2px solid;	
	border:#333 2px solid;					
}

/* ----- Sub Nav Layer href ----- */
#dropDown ul li a {
	font-family:Tahoma;
	font-size:10px;	
	height:20px;
	line-height:20px;
	padding-left:5px;
	background-image:none;	
	background-color:#666666;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;	
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	color:#000000;	
}

/* ----- Sub Nav Layer href Over ----- */
#dropDown ul li a:hover {
	color: #FFF;
	line-height:20px;
	height:20px;
	padding-left:5px;
	background-image:none;
	background-color:#999999;
	border-right:#999999 1px solid;
	border-left:#999999 1px solid;		
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;	
	font-size:10px;
		
}

#dropDown_active, #dropDown_active a {
	background-image:url(/images/nav/background-over.png);
	background-repeat:repeat-x;
	border:#333 2px solid;
}

#dropDown_active {
	border:none;
}