dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 0px #aaa;
}

#menu {
	text-align:center;
	z-index:20 !important;
	width:115%;
	height:20px;
	padding:0px;
	margin : 15px 0px 20px 10px;
	position: absolute;
	top: 32px;
	display: none;
}
/*#menu {
	z-index:20 !important;

	margin : 15px 0px 20px 120px;
	position: absolute;
	top: 32px;
	left: 5px;
	display: none;
}*/

dl {
	float: left;
	margin: 0 0px;
	margin-right: 0px;
	width: 12em;
}

dl dt a.title:hover {
	/*
	color: #565050;
	text-decoration: underline;
	*/
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

dl dt a.title {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	/*
	color: #565050;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	*/
}

dl.sub:hover {

	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 0px #aaa;
}

dd.submenu {
	background: white;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	position: absolute;
	margin-top: 3px;
	margin-left:-1px;
	font-size: 11px;
	color: black;
	padding: 5px;
}

dd.submenu ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}

dd.submenu ul li {
	line-height: 18px;
	color: #565050;
}

dd.submenu ul li a {
	text-decoration: none;
	color: #565050;
}

dd.submenu ul li:hover{
	text-decoration: underline;
}
