#navContainer	{
	float: left;
	text-align:center;
	width: 100%;
	clear:both;
	border:1px solid red;
}

#nav	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:770px;
}

#nav a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 172px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1;
}

#nav li ul li {
	display:block;
	clear:both;
	line-height:1.5em;	
	text-align:left;
	width: 172px;
	font-Size:0.8em;
	font-Weight:bold;
	background-image: url('/images/dropmenu_bg.png');
	background-repeat: repeat-y;
}

#nav li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav li ul li a:hover 	{
	color:#11779F;
}

#nav li ul li.lastItem	{
	background-image: url('/images/dropmenu_bottom.png');
	background-repeat : no-repeat;
	background-position: top right;
	width:172px;
	height:15px;
	line-height:8px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav li:hover, #nav li.hover	{
	position:static;
}

#nav a	{
	behavior: url('/css/iepngfix.htc'); 
}

#nav a#navHome  {
	width:94px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/home_2.gif') top left no-repeat;
}

#nav a#navCorporate {
	width:251px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/corporate_2.gif') top left no-repeat;
}

#nav a#navProducts {
	width:86px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/products_2.gif') top left no-repeat;
}		

#nav a#navCustomerSupport {
	width:118px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/support_2.gif') top left no-repeat;
}		

#nav a#navShop {
	width:54px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/store_2.gif') top left no-repeat;
}		

#nav a#navContactUs {
	width:167px;
	height:34px;
	background: url('http://images.europe.creative.com/iss/images/menu/top/contact_2.gif') top left no-repeat;
}		

#nav a#navHome:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/home_over_2.gif') top left no-repeat;
}

#nav a#navCorporate:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/corporate_over_2.gif') top left no-repeat;
}

#nav a#navProducts:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/products_over_2.gif') top left no-repeat;
}		

#nav a#navCustomerSupport:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/support_over_2.gif') top left no-repeat;
}		

#nav a#navShop:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/store_over_2.gif') top left no-repeat;
}		

#nav a#navContactUs:hover img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/contact_over_2.gif') top left no-repeat;
}	

#nav a#navHome.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/home_over_2.gif') top left no-repeat;
}

#nav a#navCorporate.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/corporate_over_2.gif') top left no-repeat;
}

#nav a#navProducts.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/products_over_2.gif') top left no-repeat;
}		

#nav a#navCustomerSupport.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/support_over_2.gif') top left no-repeat;
}		

#nav a#navShop.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/store_over_2.gif') top left no-repeat;
}		

#nav a#navContactUs.highlighted img {
	background: url('http://images.europe.creative.com/iss/images/menu/top/contact_over_2.gif') top left no-repeat;
}

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
