.menuTitleHolder {
	width:	100%;
	}

.menuTitle {
	border:1px solid #8C5610;
	border-right:0px;
	font-weight:bold;
	width: 100%;
	color: #EEEEEE;
	text-decoration: none;
	text-align:	center;
	}

.menuTitleEND {
	border:1px solid #8C5610;
	font-weight:bold;
	width: 100%;
	color: #EEEEEE;
	text-decoration: none;
	text-align:	center;
	}


.menuTitleSelected {
	border:1px solid #8C5610;
	border-right:0px;
	font-weight:bold;
	width: 100%;
	color: #EEEEEE;
	text-decoration: none;
	text-align:	center;
	}

.menuTitle:hover, .menuTitleSelected:hover, .menuTitleEND:hover{
	color:#132855;
	}

.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;
	}

