.menuTitleHolder {
	width:	99%;
	}

.menuTitleLang {
	font-weight:bold;
	width: 100%;
	color: #2e2e2e;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	/*border-left: 1px dotted #330033;*/
	background: url(images/sep.gif) top left no-repeat;
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #330033;
	text-decoration: none;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #330033;
	text-decoration: none;
}

.menuTitleSelected {
	background: url(images/sep.gif) top left no-repeat;
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #330033;
	text-decoration: none;
}

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

.menuItemsHolder {
  margin-right: 10px;
	background: url(images/subDot.jpg) right center no-repeat;
	color: #bc6760;
	text-decoration: none;
	padding-right:	10px;
	width: 100px;
	}

.menuItem {
	background: url(images/subDot.jpg) right center no-repeat;
	color: #330033;
	text-decoration: none;
	padding-right:	10px;
	width: 140px;
	}

.menuItemSelected {
	background: url(images/subDot.jpg) right center no-repeat;
	color: #330033;
	text-decoration: none;
	padding-right:	10px;
	width: 140px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #330033;
	}
