#navi { /* all lists */
	background-color: #ae3983;
	padding-top: 5px;
	padding-bottom: 9px;
	padding-left: 1px;
	width: 766px;
	margin-left: 15px;
	text-align: left;
	background-image: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 18px;
	margin-bottom: 30px;
}

#menu a{ /* all lists */
	color: #FFFFFF;
}

#menu ul{ /* all lists */
	
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;	
}

#wrapper #navi #menu li { /* all list items */
/*	z-index:100;*/
	display: inline;
	list-style-type: none;
	/*	padding-right: 25px;*/
	text-transform: capitalize;
	background-image: url(images/navslit.gif);
	background-repeat: no-repeat;
	background-position: right;
/*	padding-left: 25px;*/
	float: left;
	position: relative;
	width: 10em;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #ae3983;
	margin-top: 1px;
}


li a:hover, li a:active, li a:focus {
	/*background: #8A2681;*/
    
}
#apDiv1 .style4 {
	float: none;
	margin: auto;
}
