.Menu {
	height: 38px;
}

.Menu .menuItemsContainer {
	height: 100%;
}

.Menu .menuItemsContainer .firstItem, .Menu .menuItemsContainer .otherItems, .Menu .menuItemsContainer .currentItem {
	font-size: x-small;
	color: white;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	height: 100%;
	text-transform: uppercase;
	text-decoration: none;
}

.Menu .menuItemsContainer .separator {
	float: left;
	padding: 0px;
	height: 100%;
}

.Menu .dropDown {
	background-color: #1B4C5E;
	border: 1px solid white;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
}

.Menu .dropDown .firstItem, .Menu .dropDown .otherItems, .Menu .dropDown .currentItem {
	color: white;
	cursor: pointer;
	display: block;
	padding: 3px 15px;
	text-decoration: none;
}


.Menu .menuItemsContainer .currentItem, .Menu .dropDown .currentItem  {
	/*background-color: red;*/
}

.Menu .menuItemsContainer .hoverItem, .Menu .dropDown .hoverItem {
	/*background-color: #45879D;*/
}



.FooterMenu {
	padding-top:5px;
	height: 20px;
	width: 100%;
}

.FooterMenu .menuItemsContainer {
	height: 100%;
}

.FooterMenu .menuItemsContainer .firstItem, .FooterMenu .menuItemsContainer .otherItems, .FooterMenu .menuItemsContainer .currentItem {
	font-size:10px;
	color:#758996;
	float: left;
	margin-top: 9px;
	padding: 0px;
	cursor: pointer;
	height: 100%;
	text-decoration: none;
}

.FooterMenu .menuItemsContainer .separator {
	color:#b2d0e4;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	height: 100%;
	margin-top: 9px;
}

.FooterMenu .menuItemsContainer .currentItem {
	/*background-color: red;*/
}

.FooterMenu .menuItemsContainer .hoverItem {
	/*background-color: #45879D;*/
}

/********************************************************************************/


/* ------------------------------------------------------ */
/* 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;
}
