/*company navigation styles top navigation*/
#menu1 {
	position:absolute;
	left:266px;
	top:34px;
	z-index:520;
}
/*Top menu container on home page*/
#menu1M {
	position:absolute;
	left:316px;
	top:45px;
	width:687px;
	z-index:520;
}
/*Top menu container on menu page*/
#companyNav {
	width: 800px;
	height: 17px;
	color:#000000;
}
#topNav {
	float: left;
	list-style: none;
	line-height:6px;
	height:17px;
	color: #fff;
	background-color:#000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
#topNav a {
	display: block;
	padding: 5px 40px;
	color: #fff;
	font-size: 9px;	
	text-decoration: none;
}
#topNav li {
	float: left;
	padding: 0;
	font-weight:bold;
	height:17px;
}
#topNav li a:hover{
	color:#FF0000;
	height:17px;
}


/*-----------------------------------------------------*/

/*product navigation second nav bar*/
#menu2 {
position:absolute;
left:200px;
top:56px;
z-index:520;
}
/*bottom menu container on home page*/
#menu2M {
position:absolute;
left:250px;
top:65px;
z-index:520;
}




/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #fff;
	background-color:#999;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	color: #fff;
	font-size: 9px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
/*#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}*/

#nav li {
	float: left;
	padding: 0;
	font-weight:bold;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	border: 1px solid #999;
	background-color:#ccc;
	color:#000000;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 150px; 
	height:20px;
}
#nav li ul a {
	padding: 5px 10px;
	width: 140px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -1050px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #fff;
	height:20px;
}
#nav a:hover {
color:#FF0000;
}
#nav a {
color:#000000;
}



/* ------------------------------------------------------------------------ */
/*miscellaneous styles */
/*arrow at end of menu*/
.arrow {
position:absolute;
right:0px;
padding-right:5px;
padding-top:2px;
}

.divider {
	border-bottom: 1px solid #fff;
	width:100%;
}
