BODY {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 5px;
	background-color: #353132;
	text-align: right;
}

.MySubMenu{
	font-size: 12px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	line-height: 12px;
}

.MySubMenu:hover{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.MySubMenuSelected{
	font-size: 12px;
	font-weight: bold;
	color: #D97E23;
	text-decoration: none;
	line-height: 12px;
}

.MyTitle{
	font-size: 14px;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
}

.MyDIV{
	width: 100%;
	border: none;
	padding-right: 35px;
}	

.MySelectableTitle{
	font-size: 14px;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
}

.MySelectableTitle:hover{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

