.menuTitleHolder {
	width:	auto;
	}
	
.menuTitle, .menuTitleSelected { text-align:center; }
.menuTitle a , .menuTitleSelected a{ display:block; padding-top: 11px; width:80px; height:37px; background: url(images/menu.jpg) no-repeat; color:#FFF; }
.menuTitle a:hover, .menuTitleSelected a{ background: url(images/menu_selected.jpg) no-repeat; }
.menuTitleFirst, .menuTitleSelectedFirst { text-align:center; }
.menuTitleFirst a , .menuTitleSelectedFirst a { display:block; padding-top: 11px; width:82px; height:37px; background: url(images/menu_right.jpg) no-repeat; color:#FFF; }
.menuTitleFirst a:hover, .menuTitleSelectedFirst a { background: url(images/menu_right_selected.jpg) no-repeat; }
.menuTitleLast, .menuTitleSelectedLast { text-align:center; }
.menuTitleLast a , .menuTitleSelectedLast a{ display:block; padding-top: 11px; width:71px; height:37px; background: url(images/menu_left.jpg) no-repeat; color:#FFF; }
.menuTitleLast a:hover, .menuTitleSelectedLast a{ background: url(images/menu_left_selected.jpg) no-repeat; }



/*.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 {
	background-color: #000000;
	border-left:1px solid #c7c7c7;
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #c7c7c7;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	background-color: #000000;
	border-left:1px solid #c7c7c7;
	font-weight:bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #e17f2b;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #ffac65;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
*/
