
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 165px; /*position of links*/
	left: 300 px;
}
dl#menu {/*width of the whole thing*/
/*width: 15em;*/
width: 175px;
}
dl#menu dt {
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;
	margin: 2px 0;
	
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: 100; /*--font sytple for categories*/
	border: 1px solid gray;
	background: #003374;
	/*-------------menu item color*/
	color: #FFFFFF;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
/*-----------------------------------------bg color for dropdowns menus*/
background: #5ea9f5;
}
dl#menu li a, dl#menu dt a {
	/*-----------------------------------------bg color for link text*/
color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-weight: normal; /*--font sytple for links*/
}

dl#menu li a:hover, dl#menu dt a:hover {
/*-----------------------------------------bg color for hwne mose goes over*/

background: #f7e2ae;
}

#mentions {
font-family: arial;
position: absolute;
bottom : 200px;
left : 12px;
color: #000033;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
#apDiv4 {
	position:absolute;
	left:13px;
	top:6px;
	width:553px;
	height:226px;
	z-index:3;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f7e2ae;
}
a:visited {
	color: #f7e2ae;
}
a:hover {
	color: #f7e2ae;
}
a:active {
	color: #f7e2ae;
}
.style1 {font-weight: bold}
#apDiv5 {
	position:absolute;
	left:13px;
	top:85px;
	width:657px;
	height:23px;
	z-index:4;
}
.style3 {
	font-weight: bold;
	font-size: medium;
}
a:link {
	color: #002744;
}

#linkdiv {
	position:absolute;
	left:130px;
	top:500;
}