.navbar {
	margin: -6px 0px 10px 0;
	padding: 0 10px 0 0;
	float: left;
	width: 170px;
}

.menutitle{
	width: 147px;
	line-height: 20px;
	background-color: #CE0800;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 0 0 0 12px;
	border-top: 1px solid #A50600;
	cursor: pointer;
}

#topMenuItem {
	width: 158px;
	background-image: url(../_images/main-menu-top.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 0px;
}

.submenu {
	position: relative;
}

.submenu a {
	display: block;
	line-height: 20px;
	background-color: #AB0000;
	border-top: 1px solid #CE0800;
	color: #FF9999;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	padding: 0 0 0 27px;
	width: 132px;
}

.submenu a:hover {
	color: #FF6600;
}

#bottom1 {
	background-image: url(../_images/main-menu-bottom-1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 2px 12px;
}


#bottom1 a, #bottom2 a, #bottom3 a, .lonelink a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

#bottom2 {
	background-color: #666666;
}
#bottom3 {
	background-image: url(../_images/main-menu-bottom-3.jpg);
	border: 0px;
}