div#navbar{
    list-style:none;
    text-align:center;
    margin:0px 0px 0px 120px;
    font-size:9px;
	position:absolute;
	z-index:100;
}

dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dd {
	margin: 4px 0;
	padding: 0;
	list-style-type: none;
	line-height:200%;
}

#menu {
	z-index:100;
	font-family:verdana;
}

#menu dl {
	float: left;
	width: 11em;
	margin: 0 1px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #16131a;
	font-family:verdana;
	font-size:12px;
}

#menu li {
	text-align: center;
	background: #f7f7f7;
	color: #16131a;
	font-family:verdana;
	font-size:12px;
}

#menu li a, #menu dt a {
	color: #16131a;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-family:verdana;
	font-size:12px;
}

#menu li a:hover, menu li a:active, menu li a:focus, #menu dt a:hover , #menu dt a:active , #menu dt a:focus{
	background: #eee;
	font-weight : bold;
	text-decoration:none;
	font-family:verdana;
	font-size:12px;
}