.menuTitleHolder 

{
	width: auto;
	align: right;
	padding:5px;
}

.menuTitleLang 

{
	background-image: url(menu_img.jpg); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:15px; 
	padding-right:30px; 
	color:#BD1141; 
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-weight:bold; 
	font-size: 14px;
}
.menuTitle 
{
	background-image: url(images/menu_img.jpg); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:7px; 
	padding-right:25px;
	color:#BD1141; 
	text-align:right; 
	text-decoration:none;
	font-family:arial; 
	font-weight:bold; 
	font-size: 14px;
}
	.menuTitle A:link {text-decoration: none; font-weight:bold; font-size:12px; color: #BD1141;}
	.menuTitle A:visited {text-decoration: none; font-weight:bold; font-size:12px; color: #BD1141;}
	.menuTitle A:active {text-decoration: none; font-weight:bold;  font-size:12px; color: #BD1141;}
	.menuTitle A:hover {text-decoration: none;  font-weight:bold; font-size:12px; color: #BD1141;}

.menuTitleSelected 
{
	background-image: url(images/menu_img.jpg); 
	background-repeat: no-repeat; 
	background-position: center right; 
	width:auto; 
	padding-left:7px; 
	padding-right:25px; 
	color:#BD1141; 
	text-align:right;
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	font-size: 14px;
}
	.menuTitleSelected A:link {text-decoration: none; font-weight:bold; font-size:12px; color: #BD1141;}
	.menuTitleSelected A:visited {text-decoration: none; font-weight:bold; font-size:12px; color: #BD1141;}
	.menuTitleSelected A:active {text-decoration: none; font-weight:bold;  font-size:12px; color: #BD1141;}
	.menuTitleSelected A:hover {text-decoration: none;  font-weight:bold; font-size:12px; color: #BD1141;}

.menuTitle:hover, .menuTitleSelected:hover
{
	color: #BD1141;
}
.menuItemsHolder .
{
	width:160;
	align: right;
	text-align:	right;
	vertical-align:top;
}

.menuItem 

{
	background: url(images/sub_menu_item_img.gif) no-repeat;
	background-position: center right;
	width:160;
	padding-left:0px; 
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px; 
	border-bottom:1px solid #45bedc;
	font-weight:bold; 
	color:#45bedc;
	text-decoration: none;
}
.menuItem A:link {text-decoration: none; font-weight:bold; font-size:14px;  color: #45bedc;}
.menuItem A:visited {text-decoration: none; font-weight:bold; font-size:14px; color: #45bedc;}
.menuItem A:active {text-decoration: none; font-weight:bold;  font-size:14px; color: #45bedc;}
.menuItem A:hover {text-decoration: none;  font-weight:bold; font-size:14px; color: #45bedc;}

.menuItemSelected 

{
	background: url(images/sub_menu_item_img.gif) no-repeat;
	background-position: center right;
	width:160;
	padding-left:15px; 
	padding-top:5px;
	padding-bottom:5px;
	padding-right:9px; 
	border-bottom:1px solid #45bedc;
	font-weight:bold;
	color:#45bedc;
	text-decoration: none;
}
.menuItemSelected A:link {text-decoration: none; font-weight:bold; font-size:14px; color: #45bedc;}
.menuItemSelected A:visited {text-decoration: none; font-weight:bold; font-size:14px; color: #45bedc;}
.menuItemSelected A:active {text-decoration: none; font-weight:bold;  color: #45bedc;}
.menuItemSelecteds A:hover {text-decoration: underline;  font-weight:bold; color: #45bedc;}

.menuItem:hover,.menuItemSelected:hover 
{
	color:#45bedc;
}
















