.menuTitleHolder {
	font-weight:bold;
	width:100%;
	vertical-align:middle;
	margin-top:14px;
	text-align:center;
	}

.menuTitle {
	font-weight:bold;
	font-size:15px; 
	}


.menuTitle:link, .menuTitle:active, .menuTitle:visited, .menuTitlelast:link, .menuTitlelast:active, .menuTitlelast:visited
{
	color: #fff;
}

.menuTitle:hover, .menuTitlelast:hover
{
	color: #dff2f2;
	text-decoration: none;
}



.menuTitleSelected {
	font-weight:bold;
	font-size: 15px;
	}

.menuTitleSelectedlast {
	color: #dff2f2;
	font-weight:bold;
	font-size: 15px;
	}

.menuTitleSelected:link, .menuTitleSelected:active, .menuTitleSelected:visited, .menuTitleSelectedlast:link, .menuTitleSelectedlast:active, .menuTitleSelectedlast:visited
{
	color: #dff2f2;
	text-decoration: none;
}

.menuTitleSelected:hover
{
	color: #dff2f2;
	text-decoration: none;
}

.menuItemsHolder {
    margin-top:10px;   
    font-weight:bold;
	font-size:13px;
	width: 137px;
	color: #fff;
	text-decoration: none;
	text-align:	right;
	
}

.menu_sub{color:#0066AA; font-size:15px; text-align:right; font-weight:bold;}
.menu_sub td{background-image:url(images/submenu_bg.jpg); height:26px; width:147px;}
.menu_sub p{margin-right:10px;}

.menuItem,.menuItemlink
{
	color:#0066AA; 
	font-size:13px;
}

.menuItemSelected,.menuItemSelectedlink
{
	color:#0079a4;
	text-decoration: none;
}

.menuItem:link, .menuItem:active, .menuItem:visited
{
	color:#0066AA; 
	font-size:13px;
}

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

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

