.menuTitleHolder {
	width:600px;
	margin-right:70px;
	margin-top:40px;
	color: #fff;
	}
	


.menuTitle {
	color: #fff;
	text-align:	center;
	padding-right:10px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	}

.menuTitlelast {
	text-align:	center;
	padding-right:10px;
	padding-left:10px;
	font-weight:bold;
	}

.menuTitle:link, .menuTitle:active, .menuTitlelast:link, .menuTitlelast:active, .menuTitle:visited, .menuTitlelast:visited,
{
	color: #fff;
	text-decoration: none;
	width: auto;
	font-size:14px;
	font-weight:bold;
}

.menuTitle:hover, .menuTitlelast:hover
{
	color:#ccc;
	text-decoration: none;
	width: auto;
}


.menuTitleSelected {
	text-align:	center;
	padding-right:10px;
	padding-left:10px;
	color: #ccc;
	font-weight:bold;
	}

.menuTitleSelectedlast {
	height: 13px;
	text-align:	center;
	padding-right:10px;
	padding-left:10px;
	color:  #ccc;
	font-weight:bold;
	}

.menuTitleSelected:link, .menuTitleSelected:active, .menuTitleSelected:visited, .menuTitleSelectedlast:link, .menuTitleSelectedlast:active, .menuTitleSelectedlast:visited
{
	color: #fff;
	text-decoration: none;
	font-size:14px;
}

.menuTitleSelected:hover
{
	color: #ccc;
	text-decoration: none;
	font-size:14px;
}


.menuItemsHolder {
	margin-top:12px;
	margin-right:5px;
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	width: 180px;
	min-height:24px;
	min-width: 180px;
	color: #003366;
	font-size:14px;
	text-decoration: none;
	text-align:	right;
	z-index:10;
	}

.menuItem 
{
	background:#f2f1f1;
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	width: 180px;
	padding-top:3px;
	padding-right:5px;
	height:24px;
	min-height:24px;
	min-width: 180px;
	color: #003366;
	font-size:14px;
	text-decoration: none;
	text-align:	right;
	z-index:10;
	border-bottom:solid #003366 1px;
}

.menuItemSelected 
{
	background:#ebebeb;
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	width: 180px;
	padding-top:3px;
	padding-right:5px;
	height:24px;
	min-height:24px;
	min-width: 180px;
	color: #000;
	font-size:14px;
	text-decoration: none;
	text-align:	right;
	z-index:10;
	border-bottom:solid #003366 1px;
}

.menuItem:hover,.menuItemSelected:hover
{
	background:#ebebeb;
	background-image: url('images/blank.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	width: 180px;
	height:24px;
	min-height:24px;
	min-width: 180px;
	color: #000;
	font-size:14px;
	text-decoration: none;
	text-align:	right;
	z-index:10;
	border-bottom:solid #003366 1px;
}


.menuItem:link, .menuItem:active, .menuItem:visited
{
	color: #003366;
	text-decoration: none;
}

.menuItemSelected:link, .menuItemSelected:active, .menuItemSelected:visited
{
	color: #000;
	text-decoration: none;
}

.menuItem:hover,.menuItemSelected:hover 
{
	color: #000;
}




