.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 #0a223d;
	font-weight:bold;
	height: 13px;
	text-align:	center;
	padding-right: 10px;
	padding-left: 10px;
	}

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

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

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

.menuTitleSelected {
	border-left: 1px solid #0a223d;
	font-weight:bold;
	height: 13px;
	text-align:	center;
	padding-right: 10px;
	padding-left: 10px;
	}

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

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

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

.menuItemsHolder {
	background-color: #ffffff;
	font-weight:bold;
	width: 130px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:4px;
	margin-right:-30px;
		text-decoration: none;

}

.menuItem 
{
	background: url(images/subMenuBg.jpg) top center repeat;
	width: 130px;
	border:solid 1px #1c4271;
	height: 20px;
	padding-right: 20px;
	padding-top: 1px;
		text-decoration: none;
color:#1c4271;
display:block;
}

.menuItemSelected 
{
	background: url(images/subMenuBg.jpg) top center repeat;
	border:solid 1px #1c4271;
	width: 150px;
	height: 20px;
	padding-right: 10px;
	padding-top: 1px;
		text-decoration: none;
		color:#1c4271;

}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
color:#1c4271;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
color:#1c4271;
	text-decoration: none;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	text-decoration: none;
color:#1c4271;
}

