
/* ------------------------------------------------------ */
/* Standard constructions that should apply to all menus. */
/* Edit these definitions should not be required.         */
/* ------------------------------------------------------ */
.menuItemsContainer .menuItem, .menuItemsContainer .expandItem {
	display: block;
}
.horizontalMenu .menuItem, .horizontalMenu .expandItem, .horizontalMenu .separator {
	float: left;
}
.verticalMenu .menuItem, .verticalMenu .expandItem {
	/*width: 100%;*/
}
.menuItemsContainer .dropItem {
	display: block;
	clear:left;
	cursor: pointer;
	white-space: nowrap;
}
.menuItemsContainer .dropDown {
	position: absolute;
	z-index: 100000;
	visibility: hidden;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
.menuItemsContainer li {
	display: inline;
}
.menuItemsContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ------------------------------------------------------ */
/* The following classes should be modified to customize  */
/* the appearance of your menu. */
/* ------------------------------------------------------ */


  
/* Main Nav */
.Menu .menuItem {
	padding: 0px;
	margin: 0px;
}

/********************************************************************************/



.Footer {
	float: right;
	padding-top: 67px;
	padding-right: 5px;
}
.Footer .menuItem {
	font-size: 12px;
	color: white;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
.Footer .menuItem:hover {
	text-decoration: underline;
}
.Footer .separator {
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
}

