.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style:outside;
	list-style-position:outside;
	list-style-type:circle;
	
}

.menulist {
	padding-top:0px;
	display:inline;
	float:right;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; margin-top: 2px; /* I'm using ems and px to allow people to zoom their font */
	left: -10px;
	width: 150px;
	margin-left:10px;
	/*border:1px solid #ccc;*/
	/*background:#358c7f;*/
	background-color:#539c91;
	/*filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;*/
	border-bottom:5px solid #1a7b6b;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px; 
	left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
 	

}



/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	width:150px;
}

.menulist ul li {
	/*filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;*/
}

.menulist ul>li:last-child {
	margin-bottom: 6px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:3px;
}

.menulist li ul li a:link, .menulist li ul li a:active, .menulist li ul li a:visited  {
	padding:5px;
	color:#fff;
	height:auto;
	/*width:150px;*/
	text-align:left;
	
	font-size:11px;
	/*margin:0 2px 0 2px;*/
}

.menulist li ul li a:hover {
	padding:5px;
	color:#fbc300;
	background-color:#000;
	background-image:none;
	
	/*margin:0 2px 0 2px;*/
}


/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color:#fff;
	text-decoration:none;
 
}
.menulist a.highlighted {
 /*color: #001f53;*/
 /*background-color: #C86;*/
}



/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}


.menulist ul ul li, .menulist ul ul a {
	font-size:8px;
}


.menulist {
	margin:auto;
}

.menulist a:link, .menulist a:visited, .menulist a:active, .menulist a:hover, {
	color:#fff;
}

.menulist li a {
	padding:0;
	margin:0;
}

.offer {
	width:83px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/offer.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.menulist .offer a:hover {
	width:83px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/offer2.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.offer a:hover {
	width:83px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/offer2.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.industries {
	width:111px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/industries.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.sustainability {
	width:85px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/sustainability.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.about {
	width:62px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/about.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.account {
	width:118px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/account.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.contact {
	width:74px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/contact.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

.contact a:hover {
	width:74px;
	height:11px;
	background-image:url(http://www.igps.net/images/nav/contact2.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}



/* End Hacks */