.menuTitleHolder {
	float:left;
	}

/*.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: url(images/menu_bg.png) no-repeat;
	width:104px; height:33px; text-align:center;
	padding-left:2px;
	}

.menuTitleHover {
	background: url(images/menu_bg_selected.png) no-repeat;
	width:104px; height:33px; text-align:center;
	padding-left:2px;
	}

.menuTitlelast {
	background: url(images/menu_bg.png) no-repeat;
	width:104px; height:33px; text-align:center;
	padding-left:2px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	font-size:14px; 
	color:#FFF;
	display:block;
	outline:0;
	padding-top:7px;
	text-decoration: none;
	font-weight:bold;
}


.menuTitleoverlink:link, .menuTitleoverlink:active, .menuTitleoverlink:visited, .menuTitlelastoverlink:link, .menuTitlelastoverlink:active, .menuTitlelastoverlink:visited, .menuTitleSelectedoverlink:link, .menuTitleSelectedoverlink:active, .menuTitleSelectedoverlink:visited
{
	color: #efefef;
	font-size:14px; 
	display:block;
	outline:0;
	padding-top:7px;
	text-decoration: none;
	font-weight:bold;
}

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

.menuTitleSelected 
{
	background: url(images/menu_bg_selected.png) no-repeat;
	width:104px; height:33px; text-align:center;
	padding-left:2px;
}

.menuTitleSelectedlast {
	background: url(images/menu_bg_selected.png) no-repeat;
	width:104px; height:33px; text-align:center;
	padding-left:2px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	font-size:14px; 
	color:#FFF;
	display:block;
	outline:0;
	padding-top:7px;
	text-decoration: none;
	font-weight:bold;
}

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

.menuItemsHolder {
	font-weight:bold;
	width: 79px;
	text-decoration: none;
	text-align:	right;
	margin-top:4px;
}

.menuItem 
{
	background: #c0cddb;
	margin-bottom: 2px;
}

.menuItemSelected 
{
	background: #c0cddb;
	font-weight: bold;
	margin-bottom: 2px;
}

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

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

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	color: #000000;
}

