.menuTitleHolder 

{
	width: auto;
	text-align: center;
}

.menuTitleLang 

{
	background-image: url(images/menu_item_img.gif); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:8px; 
	padding-right:8px;
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-size: 12px;
	border-left:1px solid #ffffff;
}
	.menuTitleLang A:link {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitleLang A:visited {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitleLang A:active {text-decoration: none; font-weight:bold;  color: #ffffff;}
	.menuTitleLang A:hover {text-decoration: none;  font-weight:bold; color: #ffffff;}
	
.menuTitle 
{
	background-image: url(images/menu_item_img.gif); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:8px; 
	padding-right:8px;
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-size: 12px;
	border-left:1px solid #ffffff;
}
	.menuTitle  A:link {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle  A:visited {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle  A:active {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle  A:hover {text-decoration: none; font-weight:bold; color: #ffffff;}

.menuTitleSelected 
{
	background-image: url(images/menu_item_img.gif); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:8px; 
	padding-right:8px;
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-size: 12px;
	border-left:1px solid #ffffff;
}
	.menuTitleSelected A:link {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitleSelected A:visited {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitleSelected A:active {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitleSelected A:hover {text-decoration: none; font-weight:bold; color: #ffffff;}

.menuTitle:hover, .menuTitleSelected:hover
{
	background-image: url(images/menu_item_img.gif); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:8px; 
	padding-right:8px;
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-size: 12px;
	border-left:1px solid #ffffff;
}
	.menuTitle:hover , .menuTitleSelected:hover A:link {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle:hover , .menuTitleSelected:hover A:visited {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle:hover , .menuTitleSelected:hover A:active {text-decoration: none; font-weight:bold; color: #ffffff;}
	.menuTitle:hover , .menuTitleSelected:hover A:hover {text-decoration: none; font-weight:bold; color: #ffffff;}
	
.menuItemsHolder 
{
	width:220px;
	text-align:	right;
	vertical-align:top;
}

.menuItem 
{
	background: url(images/blue_row.gif) no-repeat;
	width:217px;
	height:24px;
	padding-left:0px; 
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px; 
	font-weight:bold; 
	text-decoration: none;
	color: #ffffff;
}
.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: #bdccd7;
	width:95px;
	padding-left:0px; 
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px;
	font-weight:normal; 
	color:#37748A;
	text-decoration: none;
}
.menuItemSelected A:link {text-decoration: none; font-weight:normal; color: #ffffff;}
.menuItemSelected A:visited {text-decoration: none; font-weight:normal; color: #ffffff;}
.menuItemSelected A:active {text-decoration: none; font-weight:normal;  color: #ffffff;}
.menuItemSelecteds A:hover {text-decoration: underline;  font-weight:normal; color: #ffffff;}

.menuItem:hover,.menuItemSelected:hover 
{
	background: #bdccd7;
	width:95px;
	padding-left:0px; 
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px; 
	font-weight:normal; 
	color:#37748A;
	text-decoration: none;
}
.menuItem:hover,.menuItemSelected:hover  A:link {text-decoration: none; font-weight:normal; color: #ffffff;}
.menuItem:hover,.menuItemSelected:hover  A:visited {text-decoration: none; font-weight:normal; color: #ffffff;}
.menuItem:hover,.menuItemSelected:hover  A:active {text-decoration: none; font-weight:normal;  color: #ffffff;}
.menuItem:hover,.menuItemSelected:hover  A:hover {text-decoration: underline;  font-weight:normal; color: #ffffff;}















