
/********************************************************************/
/** Menu CSS Configuration ******************************************/
/********************************************************************/



.TopMenu {
	position: relative;
	font-size: 11px;
	width: 100%;
}

.TopMenu nobr,
.MenuGroup nobr
 {
	line-height: 16px;
	padding: 2px 7px 2px 10px;
	display: block;
	float: right;
	border-bottom: 1px solid #fff;
	}
	
.MenuGroup nobr {
	float: left;
	border: none !important;
	}
	
.MenuGroup {
	background: #eee;
	font-size: 11px;
	padding: 0 5px 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	margin: 0;
	}
	
	* html .MenuGroup {
		height: 1px;
		}
	
	.MenuGroup a:hover {
		text-decoration: underline;
		}

.MenuItem {
	text-align: right;
	color: #333;
	cursor: pointer;
	position: relative;
	line-height: 20px;
}


.MenuItemHover nobr {
	background: #eee;
	border-bottom: 1px solid #ccc;
}



.MenuGroup .MenuItemHover {
	text-decoration: underline;
}

.SelectedItem nobr {
	background: #333;
	color: #fff;
}
