#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
}

#menu dl, #menu dd, #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
#menu dd {
	border-left: 1px solid #ddd;
	border-top-width: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: white;
}
*/

#menu dt {
	padding: 2px 4px;
	list-style-type: none;
	cursor: hand;
	margin: 0px 0px 4px 2px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	color: navy;
	font-size: 13px;
	font-weight: bold;
	border-style: outset;
	border-width: 2px;
	/*
	border-left: 4px solid #444; 	
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	*/
	background: #e5e6d8;/*#ffffd0;#ddd;*/
}

#menu dt.highlighted {
	position: relative;
	top: 1px;
	left: 1px;
	border-style: inset;
	border-width: 2px;
	color: #c73118;
	cursor: default;
	/*border-left: 4px solid #0066cb;*/
}

#menu li {
	margin: 0px;
	padding: 0px 4px 2px 24px;
	list-style-type: none;
	text-align: left;
	/*background: white;*/
}

/*
#menu a {
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	font-size: 13px;
	background: #ddd;
}
*/

#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
}

#menu dt a {
	/*border-style: outset;
	border-width: 2px;*/
	color: navy;
	/*padding: 2px;*/
}

#menu dt a.highlighted, #menu dt a.highlighted:hover {
	/*position: relative;
	top: 2px;
	left: 2px;
	border-style: inset;
	border-width: 2px;*/
	color: #c73118;
	/*cursor: default;*/	
}

#menu li a {
	/*border: 1px solid white;*/
	border-style: outset;
	border-width: 2px;
	color: navy;
	background: #f0f2db;/*#ffffbf;#eee;*/
	padding: 2px 4px;
}

#menu li a.highlighted, #menu li a.highlighted:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-style: inset;
	border-width: 2px;
	color: #c73118;
	/*cursor: default;*/
}

#menu li a:hover {
	/*border: 1px solid gray;*/
	position: relative;
	top: 1px;
	left: 1px;
	border-style: inset;
	border-width: 2px;
	/*color: #000;
	background: #eee;*/
	text-decoration: none;
}