.menuTitleHolder {
	width:	755px;
	}

.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/menuBG.jpg) center center repeat-x; 
/*	border-right: 1px solid #d4e5ed;
	border-left: 1px solid #79b3c9; */
	border: 1px solid #000000;
	text-align: center;
	height: 35px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	}

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

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

.menuTitleSelected {
	background: url(images/menselBG.jpg) center center repeat-x;
	text-align: center;
	height: 35px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #ffffff;
	width: auto;
	text-decoration: none;
}

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

.menuItemsHolder 
{
	width:187;
	text-align:	center;
	vertical-align:top;
}

.menuItem 

{
	background: url(images/sub_menu.jpg) no-repeat;
	background-position: top center;
	width:187px;
	height:32px;
	vertical-align:center;
	text-align:left;
	padding-left:11px;
	padding-right:4px;
	text-decoration:none;
	font-family:arial; 
	font-weight:bold; 
	font-size: 12px;
	border:0px solid red;
}
.menuItem A:link {text-decoration: none; font-weight:bold; color: #ffffff;}
.menuItem A:visited {text-decoration: none; font-weight:bold; color: #ffffff;}
.menuItem A:active {text-decoration: none; font-weight:bold;  color: #ffffff;}
.menuItem A:hover {text-decoration: none;  font-weight:bold; color: #ffffff;}

.menuItemSelected 

{
	background: url(images/sub_menu_sel.jpg) no-repeat;
	background-position: top center;
	width:187px;
	height:32px;
	vertical-align:center;
	text-align:left;
	padding-left:11px;
	text-decoration:none;
	font-family:arial; 
	font-weight:bold; 
	font-size: 12px;
}
.menuItemSelected A:link {text-decoration: none; font-weight:bold; color: #167DA1;}
.menuItemSelected A:visited {text-decoration: none; font-weight:bold; color: #167DA1;}
.menuItemSelected A:active {text-decoration: none; font-weight:bold;  color: #167DA1;}
.menuItemSelecteds A:hover {text-decoration: underline;  font-weight:bold; color: #167DA1;}

.menuItem:hover,.menuItemSelected:hover 
{
	background: url(images/sub_menu.jpg) no-repeat;
	background-position: top center;
	width:187px;
	height:32px;
	vertical-align:center;
	text-align:left;
	padding-left:11px;
	text-decoration:none;
	font-family:arial; 
	font-weight:bold; 
	font-size: 12px;
}
.menuItem:hover,.menuItemSelected:hover  A:link {text-decoration: none; font-weight:bold; color: #BEDBE5;}
.menuItem:hover,.menuItemSelected:hover  A:visited {text-decoration: none; font-weight:bold; color: #BEDBE5;}
.menuItem:hover,.menuItemSelected:hover  A:active {text-decoration: none; font-weight:bold;  color: #BEDBE5;}
.menuItem:hover,.menuItemSelected:hover  A:hover {text-decoration: underline;  font-weight:bold; color: #167DA1;}