.menuTitleHolder {
	width:	100%;
	}


.menuTitle {
	display: 		block;
	height:		16px;
	width:		100%;	
	text-align:		center;
	background:	#EEE8AA;;
	font-weight:	bold;
	margin-right:	1px;
	margin-left:	1px;
	color:		black;
	text-decoration:	none;
	}

.menuTitleSelected {
	display:		block;
	height:		16px;
	width:		100%;	
	text-align:		center;
	background:	#EEE8AA;;
	font-weight:	bold;
	margin-right:	1px;
	margin-left:	1px;
	color:		black;
	text-decoration:	none;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color:		#708090;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
