div.center {
	text-align: center;
}

#menu {
	background-color: white;
}

.menuItem {
	background-color: #f0f0f0;
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top:4px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.menuItem a {
	color: #000000;
	text-decoration: none;
}

.menuItem a:hover {
	text-decoration: underline;
}

.menuItem#isCurrent {
	background-color: #ffffff;
}

.menuItem#isCurrent a {
	color: #95B9C7;
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;
}

div.menuHeader {
	background-color: #2d2620;
	border-right: 1px solid #2d2620;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
	padding: 0px 0 0px 11px;
}

div.delim {
	line-height: 6px;
	height: 6px;
}

div.menuTitle {
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	color: #2d2620;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	/*padding: 0px 0 0px 11px;*/
	text-align: center;
}