.menuTitleHolder {
	width:	100%;
	margin-right: auto;
	margin-left: auto;
	background: #F18A0A;
	}

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

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

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

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

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

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

.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: #ffffff;
	font-weight:bold;
	width: 125px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:4px;
}

.menuItem 
{
	background: #f08909;
	width: 125px;
	height: 15px;
	padding-right: 10px;
	padding-top: 2px;
}

.menuItemSelected 
{
	background: #f08909;
	width: 125px;
	height: 15px;
	padding-right: 10px;
	padding-top: 2px;
}

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

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

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited, .menuItemlink
{
	display: block;
	background: #75a3c7 url(images/menuItem.gif) top right no-repeat;
	width: 125px;
	height: 16px;
	padding-right: 50px;
	padding-top: 2px;
	color: #ffffff;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	display: block;
	background: #82939f url(images/menuItem.gif) top right no-repeat;
	width: 125px;
	height: 16px;
	padding-right: 50px;
	padding-top: 2px;
	color: #184c68;
	text-decoration: none;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	display: block;
	background: #82939f url(images/menuItem.gif) top right no-repeat;
	width: 125px;
	height: 16px;
	padding-right: 50px;
	padding-top: 2px;
	color: #184c68;
	text-decoration: none;
}
