.fullMenu {
	position:absolute;
}

.menuImage {
	position:absolute;
	visibility:hidden;
}

.menuBox {
	position:absolute;
	overflow:hidden;
}

.menuContent {
	position:relative;
	visibility:hidden;
}

.menuItem {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
	cursor: hand;
}

.menuItem:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
	cursor: hand;
}

.menuItem:hover {
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}

.menuItem:active {
	color:#ffffff;
}

.menuItem:link{  
  color:#ffffff;
}

.separatorTop {
	background-color: #AAAAAA;
}

.separatorBot {
	background-color: #666666;
}