/***********************************
 Menu Tabs - Generic Implementation
************************************/

.menu {
	display: none;
	border-right: 1px solid #665;
	border-bottom: 1px solid #665;
	border-left: 1px solid #ffe;
	background-color: #fff;
	padding: 2px;
	position: absolute;
	z-index: 100;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.menuRight {
	display: none;
	border-right: 1px solid #665;
	border-bottom: 1px solid #665;
	border-left: 1px solid #ffe;
	background-color: #F1EEE3;
	color: #333333;
	padding: 2px;
	position: absolute;
	z-index: 100;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.menuRight a {
	color:  Black;
	text-decoration: none;
}

.menuRight a:hover {
	color: #EA9D19;
	text-decoration: none;
}

