#mainMenu {
	position: absolute;
	top: 142px;
	left: 68px;
	width: 754px;
    height: 27px;
	margin: auto;
	float: left;
	text-align: left;
	color: #ffffff;
	z-index: 300;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	padding: 0px;
	background: transparent url(/images/top-nav-bg2.jpg) repeat-x;
}


#menuList {
    position: relative;
	left: 12px;
	top: 0px;
	text-align:center;
    margin: 0px;
	padding: 0px;
	/*border: 1px solid black;*/
	float: left;	
}



#menuList ul {
    margin:0px;
	padding: 0px;
	background-color: transparent;
	font-weight: normal;
	font-size: 11px;
}

#menuList li {
    position: relative;
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	/*padding will set the top menu item  width */
    padding: 0px 10px 0px 10px;
	background-color: transparent;
	background-position: top right;
	line-height: 26px;
}

	#menuList ul li.homeLi { 
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	}
	#menuList ul li {
	background-color: transparent;
	background-image: none;
	position: relative;
	/* top sets the distance of the drop menu from the main menu item */
	top: 10px;
	padding: 0px;
	}



/* the first sub menu list item is a curved top */
  .menu li a.starterTop {
    /* the width of the sub-menu item*/
	background: none;
	color: #000;
	/* sub menu background colour */
	display: block;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
	left: -9px;
	width: 71px;
	text-decoration: none;
	/* uncomment to get a border on the sub nav items.
	border-bottom: 1px solid #d4cfbf;
	*/
}
/* the left and right curved corners of the top sub menu item */
a.starterTop img.left {
float: left;
}
a.starterTop img.right {
float: right;
}



/*the sub menu list items*/
a.starter {
    position: relative;
	z-index: 300;
	background-color: transparent;
	color: #000;
	margin: 0px;
    padding: 0px;
	text-decoration: none;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color: transparent;
	color: #000;
}



/* .menubar: the first level menu (top menu).*/
.menubar {
position: relative;
z-index: 300;
}


/* sub menu */
ul.menu {
    position: relative;
	text-align: left;
	color: #000;
	position: absolute;
	visibility: hidden;
	z-index: 200;
}


/* sub menu item links */

.menu li a {
    /* the width of the sub-menu item*/
    width: 170px;
	color: #000;
	/* sub menu background colour */
	background: #e6e3db url(/images/navs/sub-menu-item-bg.jpg);
	display: block;
	font-size: 11px;
	line-height: 160%;
	margin: 0px 0px 0px -9px;
    padding: 5px 0px 4px 9px;
	text-decoration: none;
	/* uncomment to get a border on the sub nav items.
	border-bottom: 1px solid #d4cfbf;
	*/
}




/* sub menu items hover state */

.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #cc0000;
	/* sub menu background colour on hover */
	background-image: url(/images/navs/sub-menu-item-bg.jpg);
}


/*sub-sub menu position*/

ul#menuList li.menubar ul.menu li ul.menu li {
position: relative;
padding: 0px 0px 0px 0px;
margin-left: -20px;
top: 0px;
left: 2px;
z-index: 700;
}

/*sub-menu bottom curve */
#menuList li.menubar ul.menu li a.last {
background-image: url(/images/navs/sub-menu-bottom-bg.jpg);
height: 19px;
padding: 0px;
margin: 0px 0px 0px 0px;
position: relative;
left: -9px;
width: 179px;
line-height: 0px;
height: 18px;
z-index: 300;
}

