.menuTitleHolder {
	width:	auto;
	margin-right: auto;
	margin-left: auto;
	}

.menuTitleLang {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	border-left: 1px solid #e1e9f3;
	font-weight:bold;
	height: 17px;
	font-size: 13px;
	text-align:	center;
	margin:1px;
	padding-right: 10px;
	padding-left: 10px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 17px;
	font-size: 13px;
	text-align:	center;
	margin:1px;
	padding-right: 10px;
	padding-left: 10px;
	}

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

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

.menuTitleSelected {
	border-left: 1px solid #ffffff;
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	padding-right: 10px;
	padding-left: 10px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	}

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

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

.menuItemsHolder {
	background-color: #ffffff;
	margin-top: 7px;
	font-weight:bold;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #002b55;
	/* border-bottom: 1px solid #002b55; */
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	}

.menuItemSelected {
	color: #002b55;
	/* border-bottom: 1px solid #002b55; */
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #002b55;
	text-decoration: underline;
	}
	
/* Menu Sub CSS */

.menuItemsHolder {
	background-color: #ffffff;
	margin-top: 7px;
	font-weight:bold;
	width: auto;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItemS {
	/* border-bottom: 1px solid #002b55; */
	height: 12px;
	border-left: 1px solid #002b55;
	padding-bottom: 2px;
	padding-right:	5px;
	padding-left:	5px;
	width: auto;
	}
	
.menuItemSlink:link, .menuItemSlink:active, .menuItemSlink:visited, .menuItemSelectedSlink:link, .menuItemSelectedSlink:active, .menuItemSelectedSlink:visited
{
	color: #002b55;
	text-decoration: none;
}

.menuItemSelectedS {
	height: 12px;
	border-left: 1px solid #002b55;
	/* border-bottom: 1px solid #002b55; */
	text-decoration: none;
	padding-right:	5px;
	padding-left:	5px;
	width: auto;
	}

.menuItemSlink:hover,.menuItemSelectedSlink:hover {
	color: #002b55;
	text-decoration: underline;
	}

