.menuTitleHolder {
	width:	100%;
	}

.menuTitle {
	
	
	
	background: url(images/blue.gif) top right no-repeat;
	width: 80px;
	color: #434343;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	padding-right:15px;
	}

.menuTitleSelected {
	background: url(images/red.gif) top right no-repeat;
	width: 80px;
	color: #434343;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	padding-right:15px;
	}

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


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

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

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

