/* M E N U */
/* http://tutorials.alsacreations.com/deroulant/ */
/* http://tutorials.alsacreations.com/modelesmenus/vd1.htm# */
dl, dt, dd, ul, li {
margin: 5;
padding: 0;
list-style-type: none;

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	line-height: 20px;
}

#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	margin-left: 5px;
}

#menu {
width: 200px;
}

#menu dt {
	cursor: pointer;
	margin: 2px 0 5px;
	height: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	color: #FFF; /*border: 1px solid gray;*/
	padding-right: 5px;
}

#menu dd {
/*border: 1px solid gray;*/
}

#menu li {
text-align: left;
}

#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #b5cdcd;
}