/* CSS Document */

#menu  dl,  dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
}

#menu {
/*position: absolute;*/
top: 1em;
left: 1em;
width: 10em;

}

#menu dt {
cursor: pointer;
background: #A9BFCB;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
	background-color: #ffffff;  
  /**/  filter:alpha(opacity=75);  
   -moz-opacity:0.5;           
   opacity: 0.9;               

}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;

border: 1px solid gray;

	background-color: #ffffff;  
  /**/  filter:alpha(opacity=85);  
   -moz-opacity:0.5;           
   opacity: 0.9;    
}

#menu ul {
padding: 2px;
}
#menu li {
	text-align: center;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
	text-decoration: none;

}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
}
#menu dt a:hover {
	text-decoration: none;
	font-size: 1.1em;
}
#menu li a:hover {
	text-decoration: none;
	font-weight: bolder;
}



LI.bullet {
	list-style: disc inside;

	
} 
/*
#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
ul.bullet li { padding-left: 10px; 	list-style: disc inside;
	line-height: 1.1em;s }

	*/

