/*
.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {

	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	color: #ffffff;
	background: url(images/button.png) top left no-repeat;
	font-weight:bold;
	width: 93px;
	height:15px;
	text-align:	center;
	}

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

.menuTitlelink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelected {
	color: #2f5c1c;
	background: url(images/button.png) top left no-repeat;
	font-weight:bold;
	width: 93px;
	height:15px;
	text-align:	center;
	}

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

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

.menuItemsHolder {

	font-weight:bold;
	width: 135px;
	height:22px;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	margin-top:4px;
	margin-right:9px;
}

.menuItem {
	width: 135px;
	height:22px;
	color:#ffffff;
	background: #DB9132;
	font-weight:bold;
	text-align:	center;
	font-size:13px;
	}

.menuItemSelected 
{
	width: 135px;
	height:22px;
	color:#ffffff;
	background: #DB9132;
	font-weight:bold;
	text-align:	center;
	font-size:13px;
}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	color: #936e75;
	text-decoration: none;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	color: #715459;
}
*/
