/* CSS Document */
<style type="text/css">

body {
margin: 0;
padding: 0;
background: white;
font: 100% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
}
/*controls position of navigation menu on page*/
#menu {
	position: relative;
	overflow: visible;
}
/*controls width of menu block*/
#menu {
}
#menu dt {
	cursor: pointer;
	;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px none blue;
	background-image: url(../images/topnav_bg5.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 1px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	overflow: visible;
}
#menu dd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 5px;
	display: block;
	overflow: visible;
}
#menu li {
	text-align: left;
	left: 0px;
	background-image: url(../images/leftnav_bg1c.jpg);
	background-repeat: repeat;
}
#menu li a, #menu dt a {

/* menu text color */

color: #FFFFFF;
display: block;
border: 0 none;
height: 100%;
}
/* submenu menu rollover color */
#menu li a:hover, #menu dt a:hover {
	background-image: url(../images/topnav_bg6.jpg);
}

.mentions {
	position: absolute;
	top : 300px;
	left : 10px;
	color: #000000;
	background-color: #C2C9FE;
}

</style>

