/* CSS Document MENU IE */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* *********************************************** MENU *********************************************** */
#menu {
	cursor: pointer;
	height:100%;
	position: relative;
	top: 0;
	left: 0;
	border-top: 1px solid #999999; border-bottom:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU / DL *********************************************** */
#menu dl{
	border-top: 1px solid #999999; border-bottom:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU /DL / DT *********************************************** */
#menu dt {
	min-height: 25px;
	text-align: center;
	color:#02496D;
	border-bottom: 1px solid #999999; border-top:0px; border-left:0px; border-right:0px;
	background: #BEF8FF;
	font-family: verdana, arial, sans-serif;
}

#menu dt.blanc {
	height: 10px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
}
#menu dt a, #menu dt a:link {
	color:#02496D;
	text-decoration: none;
}

#menu dt a:hover {
	color:#336699;
	background: #eee;
}

/* *********************************************** MENU / DL / DT / DD *********************************************** */
#menu dd {
	border-bottom: 1px solid #999999; border-top:0px; border-left:0px; border-right:0px;
}

/* *********************************************** MENU / DL / DT / DD / UL / LI *********************************************** */
#menu li {
	text-align: left;
	background: #F3F3F3;
	padding-left:5px;
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	min-height:15px;
}
#menu li.class3{
	background-color:#eee;
}

#menu li a{
	color:#713D17;
	text-decoration: none;
	border:0px;
}
#menu li a:visited{
	color:#713D17;
	text-decoration: none;
	border:0px;
}

#menu li.class3 a:link, #menu li.class3 a:visited, #menu li.class3 a:hover{
	background: #eee;
	color:#003366;
}
#menu li a:hover {
	background: #eee;
}


