/* CSS Document */


.menuArea {
	width: 150px;
	background-image: url('../images/menu/menuFillerBackground.gif');
}

.menuHeader {
	width: 150px;
	height: 33px;
	background-image: url('../images/menu/menuHeader.gif');
	padding: 0px;
	font-family: "Comic Sans MS",Verdana,Arial,Sans-Serif,Helvetica;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #000000;
}
.visitorHeader {
	width: 150px;
	height: 33px;
	background-image: url('../images/menu/menuHeader.gif');
	padding: 0px;
	font-family: "Comic Sans MS",Verdana,Arial,Sans-Serif,Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.menuItemHolder {
	width: 150px;
	background-image: url('../images/menu/menuParentBackground.gif');
	font-size: 12px;
	visibility: hidden;
	display: none;
	overflow: hidden;
}

.menuItemOuter {
	width: 150px;
	padding: 0px 9px;
	overflow: hidden;
}

.menuItem {
	width: 132px;
	background-color: #9CFE41;
	cursor: pointer;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	overflow: hidden;
}
.menuItemSeparator {
	width: 132px;
	height: 6px;
	overflow: hidden;
}
.menuItemBottom {
	width: 132px;
	height: 2px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #008800;
	overflow: hidden;
}

.menuSeparator {
	width: 150px;
	background-image: url('../images/menu/menuParentBackground.gif');	
}