/* CSS Document */

#navigation {
	float: left;
	width: 792px;
	height: 60px;
	padding: 8px 0 10px 182px;
	margin: 0;
	background: url(../grfx/nav-bg.gif) top left no-repeat;
}

#navigation-holder {
	float: left;
	width: 628px;
	height: 40px;
	padding: 0;
	margin: 0;
}

#navigation-holder ul {
	font-size: 0.7em;
	width: 628px;
	margin: 0;
	padding: 0;
}

#navigation-holder li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation-holder li a {
	border: 0;
	display: block;
	height: 40px;
	text-decoration: none;
}

#navigation-holder li a span{
	display: none;
}

#navigation-holder li#home a {
	width: 100px;
	background: url(../grfx/nav.gif) 0px 0px no-repeat;
}

#navigation-holder li#home a:hover {
	background: url(../grfx/nav.gif) 0px -40px no-repeat;
}

#navigation-holder li#company-profile a {
	width: 217px;
	background: url(../grfx/nav.gif) -100px 0px no-repeat;
}

#navigation-holder li#company-profile a:hover {
	background: url(../grfx/nav.gif) -100px -40px no-repeat;
}

#navigation-holder li#products a {
	width: 153px;
	background: url(../grfx/nav.gif) -317px 0px no-repeat;
}

#navigation-holder li#products a:hover {
	background: url(../grfx/nav.gif) -317px -40px no-repeat;
}

#navigation-holder li#contact-us a {
	width: 158px;
	background: url(../grfx/nav.gif) -470px 0px no-repeat;
}

#navigation-holder li#contact-us a:hover {
	background: url(../grfx/nav.gif) -470px -40px no-repeat;
}

/* drop down menus */

#navigation li ul { 
	position: absolute;
	z-index: 20;
	background: #f5f5f5;
	margin: 0;
	width: 157px;
	padding: 0;
	left: -999em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border: 1px solid #ededed;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 24px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#navigation li:hover ul, 
#navigation li li:hover ul { 
	left: auto;
}

*:first-child+html #navigation li:hover, 
*:first-child+html #navigation li li:hover { 
	left: auto;
	position: static;
} 

#navigation li ul li a {
	padding: 0;
	display: block;
	height: 24px;
	font-weight: normal;
	color: #999999;
	background: #f5f5f5 !important;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	width: 157px !important;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
}

#navigation li ul li a:hover {
	background: #e5e5e5 !important;
}