@charset "utf-8";
/* CSS Document */

.topbanner #indextop {
	background-image: url(images/subpage_Top_pei.gif);
	background-repeat: no-repeat;
	background-position: 1px top;
	padding: 0px;
	height: 132px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
}

#nav_wrap {
	height: 29px;
	padding-left: 3px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/* Begin CSS Drop Down Menu */

#nav_wrap ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	}

#nav_wrap ul li {
	position: relative;
	float: left;
	}
	
#nav_wrap ul li ul {
	position: absolute;
	left: 0px;
	display: none;
	width: 12em;
	z-index: 5;
	}
	
#nav_wrap ul ul li {
	background-color: #000;
	z-index: 100;
}


/* Styles for Menu Items */
#nav_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-left-color: #FF4040;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav_wrap ul li a:hover {
	color: #FFF;
	background-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-top-color: #000;
} /* Hover Styles */
		
#nav_wrap li ul li a {
	color: #FFF;
	display: block;
	width: 15em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000;
	text-align: left;
	background-image: url(images/navArrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top-color: #5B5B5B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-size: 12px;
}

#nav_wrap li ul li a:hover{
	background-color: #666;
}

/* Sub Menu Styles */
		
#nav_wrap li:hover ul, li.over ul { display: block; } /* The magic */
