.menuTitleHolder {
	margin-top:2px;
	width:	650px;
	}


.menuTitle {
	border-left: 1px solid #ffffff;
	font-weight:bold;
	text-align:	center;
	font-size:14px;
	}

.menuTitlelast {
	font-weight:bold;
	text-align:	center;
	font-size:14px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelected {
	border-left: 1px solid #ffffff;
	font-weight:bold;
	text-align:	center;
	font-size:14px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	text-align:	center;
	font-size:14px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuItemsHolder {
	background-color: #263997;
	margin-top:8px;   
    font-weight:bold;
	font-size:13px;
	width: 137px;
	color: #fff;
	text-decoration: none;
	text-align:	right;
	border:solid 1px black;
	padding-right:5px;
	}

.menuItem {
	color:#FFF; 
	font-size:13px;
	text-decoration: none;
	}
	
.menuItemlink:link, .menuItemlink:active, .menuItemlink:hover, .menuItemlink:visited, .menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited, .menuItemSelectedlink:hover
{
	color:#FFF;
	text-decoration: none;
}

.menuItemSelected {
	color:#000;
	text-decoration: none;
	}

.menuItem:hover,.menuItemSelected:hover {
	text-decoration:none; color:#000;
	}
