.menuTitleHolder {

	width: auto;
	align: left;
}

.menuTitleLang 
{background:url(images/menu_item_img.gif)center center no-repeat;
	background-position:center;
	height:40px;
	padding-top:26px;
	align:left;
	padding-right:7px;
	padding-left:7px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #5D718C;
	text-decoration: none;
}

.menuTitle 
{
	background:url(images/menu_item_img.gif) center center no-repeat;
	background-position:center;
	height:40px;
	padding-top:26px;
	align:left;
	padding-right:7px;
	padding-left:7px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #5D718C;
	text-decoration: none;
}




.menuTitleSelected 
{
	background:url(images/menu_item_img.gif) center center no-repeat;
	background-position:center;
	height:40px;
	padding-top:26px;
	align:left;
	padding-right:7px;
	padding-left:7px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #3366FF;
	text-decoration: none;
}


.menuTitle:hover, .menuTitleSelected:hover
{
	background:url(images/menu_item_img.gif) center center no-repeat;
	background-position:center;
	height:40px;
	padding-top:26px;
	align:left;
	padding-right:7px;
	padding-left:7px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: #3366FF;
	text-decoration: none;
}



.menuItemsHolder 
{
	background:#CACDD9;
	
}


.menuItem 
{
	background: url(images/sub_menu_item_img.gif) no-repeat;
	background-position: center left;
	border-bottom:1px solid #CFCFCF;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px; 
	width:150px;
	font-weight:bold; 
	color:#3366FF; 
	text-decoration: none;
}
.menuItem A:link {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}



.menuItem A:visited {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}



.menuItem A:active {text-decoration: none; font-size:12px; font-weight:bold;  color: #3366FF;}



.menuItem A:hover {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}


.menuItemSelected 
{
	background: url(images/sub_menu_item_img.gif) no-repeat;
	background-position: center left;
	align:right;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CFCFCF;
	padding-left:10px; 
	width:150px;
	font-weight:bold;
	color:#3366FF;
	text-decoration: none;
}
.menuItemSelected A:link {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}



.menuItemSelected A:visited {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}



.menuItemSelected A:active {text-decoration: none; font-size:12px; font-weight:bold;  color: #3366FF;}



.menuItemSelected A:hover {text-decoration: none; font-size:12px; font-weight:bold; color: #3366FF;}

.menuItem:hover,.menuItemSelected:hover 
{
	color:#3366FF;
}

