.menuTitleHolder {
	text-align:right;
	margin-top:10px;
	margin-right:15px;
	vertical-align:middle;
    text-decoration:none;
}

.menuTitle {
	padding-top:1px;
	vertical-align:middle;
	font-weight:bold;
	height: 15px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
    text-decoration:none;
	}

.menuTitlelast {
	padding-top:1px;
	vertical-align:middle;
	font-weight:bold;
	font-size: 14px;
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;
    text-decoration:none;
	}

.menuTitle:link, .menuTitle:active, .menuTitle:visited, .menuTitlelast:link, .menuTitlelast:active, .menuTitlelast:visited
{
	color: #fff; 
	text-decoration:none;
}

.menuTitle:hover, .menuTitlelas:hover
{
	color: #ccc; 
	text-decoration:none;

}

.menuTitleSelected {
	padding-top:1px;
	color: #32110A;
	vertical-align:middle;
	font-weight:bold;
	font-size: 14px;
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;  
	text-decoration:none;
	}

.menuTitleSelectedlast {
	padding-top:1px;
	color: #32110A;
	vertical-align:middle;
	font-weight:bold;
	font-size: 14px;
	height: 15px;
	padding-right: 10px;
	padding-left: 10px;  
	text-decoration:none;
	}

.menuTitleSelected:link, .menuTitleSelected:active, .menuTitleSelected:visited, .menuTitleSelectedlast:link, .menuTitleSelectedlast:active, .menuTitleSelectedlast:visited
{
	color: #32110A;
	text-decoration: none;
}

.menuTitleSelected, .menuTitleSelectedlast:hover
{
	color: #32110A;
	text-decoration: none;
}

.menuItemsHolder {
	font-weight:bold;
	font-size:13px;
	width: 145px;
	color: #1d0100;
	text-decoration: none;
	text-align:	center;
	margin-top:10px;
	background: url(images/bg_sub.gif) top center no-repeat; 
    text-decoration:none;
}

.menuItem 
{
	background: url(images/bg_sub.gif) top center no-repeat; 
	display:block;
	width: 145px;
	height: 30px;
    text-decoration:none;
}

.menuItemSelected 
{
	background: url(images/bg_sub.gif) top center no-repeat;
	width: 145px;
	display:block;
	height: 30px;
    text-decoration:none;
}

.menuItem:link, .menuItem:active, .menuItem:visited
{
	color: #33120b;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelected:active, .menuItemSelected:visited
{
	color: #42150b;
	text-decoration: none;
}

.menuItem:hover,.menuItemSelected:hover 
{
	color: #83706c;
	text-decoration: none;
}
