.menuTitleLang {
	background:url(images/dynamic_menu.gif) no-repeat;
	font-weight:bold;
	width: 185px;
	height:28px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
	display:	block;
	text-align:	center;
	}
	
.menuTitleHolder {
	width:	100%;
	}

.menuTitle {
	background:url(images/dynamic_menu.gif) no-repeat;
	font-weight:bold;
	width: 185px;
	height:28px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
	display:	block;
	text-align:	center;
	}

.menuTitleSelected {
	background:url(images/dynamic_menu.gif) no-repeat;
	font-weight:bold;
	width: 185px;
	height:28px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:14px;
	text-decoration: none;
	display:	block;
	text-align:	center;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #000000;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	display:	block;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-left:	3px;
	display:	block;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	display:	block;
	padding-left:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
