/* CSS Document */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#menu_sub {
	position: absolute;
	top: 160px;
	left: 1em;
	width: 10em;
}

#menu_sub dt {
	cursor: pointer;
	
	height: 26px;
	width: 154px;
	line-height: 20px;
	
	text-align: left;
	
	background-image: url(../images/left_mnu_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	
	color: #515151;
}

#menu_sub dt a {

}

#menu_sub dt a:hover {
	color: #007EFF;
}

#menu_sub dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.4em;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 200px;
	background: #FFF8E8;
}

#menu_sub ul {
	padding: 2px;
}

#menu_sub li {
	text-align: center;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
}

#menu_sub li a, #menu_sub dt a {
	color: #000;
	text-decoration: none;
	display: block;
	
	text-align: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	text-decoration: none;

}

#menu_sub li a:hover {
	color: #007EFF;
	text-decoration: none;
}

#mentions {
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	
	background-color: #ddd;
}

#mentions a {
	text-decoration: none;
	color: #222;
}

#mentions a:hover{
	text-decoration: underline;
}
