
/* ------------------------------------------------------ */
/* 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. */
/* ------------------------------------------------------ */



.MenuHome .menuItem,  .MenuInt .menuItem {
margin-bottom:7px;
}

/* Main Nav */
.Menu .menuItem{
	background-color: white;
	line-height: 17px;
	font-size: 11px;
	color: black;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
.Menu .menuItem:hover{
	background-color: #fff;
	color: black;
	text-decoration: none;
}

.Menu .menuItem{
	margin-bottom:7px;
}
.Menu .lastItem {
	margin-bottom:7px;
}


.MenuFooter .menuItem{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #FFF;
text-decoration:none;
}

.MenuFooter .menuItem:hover{
color: #FFF;
text-decoration:underline;
}

.MenuFooter .separator{
font-size: 1.1em;
margin-right:5px;
margin-left:5px;
color:#FFF;
}

/* Main Nav Dropdowns */
.Menu .dropItem {
	background-color: white;
	padding: 0px 10px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: black;
}
.Menu .dropLastItem {
	border-bottom: 1px solid #ccc;
}
.Menu .dropItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}


/* Main Nav Expander */
.Menu .expandItem {
	background-color: yellow;
	padding: 0px 10px 0px 20px;
	line-height: 17px;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: red;
}
.Menu .expandLastItem {
  /*  border-bottom: 1px solid pink;*/
}
.Menu .expandItem:hover {
	background-color: #f7f7f7;
	color: black;
	text-decoration: none;
}
.Menu .expandArrowItem, .Menu .dropArrowItem {
	background-image: url(../Images/menuArrowBlack.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.Menu .beforeExpandItem {
	/*color: blue;*/
	border-bottom: 0px;
}
.Menu .afterExpandItem {
	/*color: red;*/
	/*border-top: 1px solid black;*/
}

/* Currently selected items are highlighted the same colour in both main and dropdown nav */
.Menu .currentItem, .Menu .dropCurrentItem, .Menu .expandCurrentItem {
	
}
/********************************************************************************
#navigation 
********************************************************************************/
#navigation .MenuInt ul,
.navigation .MenuInt ul {

}
#navigation .MenuInt ul li,
.navigation .MenuInt ul li {
text-align:right;
}
#navigation .MenuInt ul li a,
.navigation .MenuInt ul li a {
padding: 5px 0 4px; margin: 0; text-align:right; display:block;
background-image: url(../Images/Menus/nav-bg.gif); background-repeat: repeat-x; background-position: left bottom;
}
#navigation .MenuInt ul li a.lastItem,
.navigation .MenuInt ul li a.lastItem {
background-image: url(../Images/Menus/nav-bg.gif); background-repeat:no-repeat; background-position: -2px bottom;
}
/*
#navigation .MenuInt ul li#menuitem_6_1181,
#navigation .MenuInt ul li#menuitem_6_1180 { display: none; visibility: hidden;}
*/
