
/* ------------------------------------------------------ */

/* Standard constructions that should apply to all menus. */

/* Editing 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 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	width:200px;
}

.menuItemsContainer li {
	display: inline;
}

.menuItemsContainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ------------------------------------------------------ */
/* MESS WITH THESE ONES TO STYLE THE MENUS....
/* ------------------------------------------------------ */

.menu {

}

/* ------------------------------------------------------ */
/* Main Nav  */
/* ------------------------------------------------------ */

.Menu .menuItem {
	line-height: 17px;
	font-size: 11px;
	color: #002663;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 15px 0px 0px;
	margin: 0px;
}

.Menu .menuItem:hover {
	/*font-weight:bold;*/
	color:#018A46;
	text-decoration: none;
}


.Menu .lastItem {
	/*border-right: 1px solid #ccc;*/
}

/* ------------------------------------------------------ */
/* Main Nav Dropdowns  */
/* ------------------------------------------------------ */

.Menu .dropItem {	
	font-size: 11px;
	text-decoration: none;
	color:#002663;
	padding: 6px 0px 6px 10px;
	background-color: #ECECEC;
	border-bottom:#F9F9F9 solid 1px;
}

.Menu .dropItem a{
	border-bottom: 1px solid #ac1e0e;
}

.Menu .dropFirstItem {
	background:url(../Images/Menus/dropDownFirstBg.gif) repeat-x top;
}

.Menu .dropLastItem {
	border-bottom:none;
	background:url(../Images/Menus/dropDownBottomBg.gif) no-repeat left bottom;
	padding-bottom:5px;
}

.Menu .dropItem:hover {
	font-weight:normal;
	text-decoration:none;
	color:#018A46;
	background-color:#E4E4E4;
	background-image:none;
}

.Menu .dropLastItem:hover {
	background:url(../Images/Menus/dropDownBottomBgHover.gif) no-repeat left bottom;
}

.Menu .dropFirstItem:hover {
	background:url(../Images/Menus/dropDownFirstHover.gif) repeat-x top;
}

/* ------------------------------------------------------ */
/* Currently Selected - for main menu and drop downs
/* ------------------------------------------------------ */

.Menu .currentItem, .Menu .dropCurrentItem, .Menu .expandCurrentItem {
	
	color:#018A46;
}

.Menu .dropItem .dropOtherItems .dropLastItem a{
	color:#993300;
	border-bottom:none;
	
	padding-bottom:5px;
}

/* Main Nav Expander */
.Menu .expandItem {
	
}

.Menu .expandLastItem {


}

.Menu .expandItem:hover {
	
}

.Menu .expandArrowItem, .Menu .dropArrowItem {
	

}



.Menu .beforeExpandItem {
	
	
}

.Menu .afterExpandItem {
	
}


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