/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px 0px;
	height:28px;
	width:780px;
	margin:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
}

div#listmenu ul li
{
	padding-left:15px;
	padding-right:9px;
}
div#listmenu ul li.space{
	background-image:url(../images/layout_02.jpg);
	background-position:left;
	width:214px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
	padding-left:0px;
}


div#listmenu ul li.company{
	background-image:url(../images/newNav_04.jpg);
	background-position:left;
	width:76px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.company:hover  {
	background-image:url(../images/newNavRoll_04.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.product{
	background-image:url(../images/newNav_06.jpg);
	background-position:left;
	width:139px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.product:hover  {
	background-image:url(../images/newNavRoll_06.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.sales{
	background-image:url(../images/newNav_08.jpg);
	background-position:left;
	width:124px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
}
div#listmenu ul li.sales:hover  {
	background-image:url(../images/newNavRoll_08.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact{
	background-image:url(../images/newNav_10.jpg);
	background-position:left;
	width:74px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/newNavRoll_10.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li a.dropDown {
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin:0px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	padding-top:3px;
	font-weight:normal;
	border-bottom:1px solid white;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#000000;
}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	z-index:99;
}


div#listmenu ul li ul.company{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:155px;
	margin-top:28px;
	padding:0px;
}

div#listmenu ul li ul.product{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:170px;
	margin-top:28px;
	padding:0px;
}
div#listmenu ul li ul.sales{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:124px;
	margin-top:28px;
	padding:0px;
}

div#listmenu ul li ul.contact{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:125px;
	margin-top:28px;
	padding:0px;
}


div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	border-top:0px;
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#004e75;
}

div#listmenu ul li ul li:hover {
	background-color:#C0D7E5;
}

/*---------------  FLY OUTS  -----------------*/

	
/*Secondary Flyout*/
div#listmenu ul li:hover ul
{
display:block; /*--- Displays appropriate drop down menu ---*/
}

div#listmenu ul li:hover ul li:hover ul {
display:block; /*--- Displays appropriate drop down menu ---*/
}


div#listmenu ul li ul
{
display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu ul li:hover ul li ul {
display:none;
}
div#listmenu ul li ul li ul 
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:170px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 0px;
	width:225px;
}
div#listmenu ul li ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	border-bottom:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	margin:0px;
	background-color:#C0D7E5;
	text-align:left;	
}

div#listmenu ul li ul li ul li:hover {
	background-color:#004e75;
}

div#listmenu ul li ul li ul li a
{
	display: block;
	padding:3px 0px 3px 8px ;
	margin:0px;
	text-decoration:none;
	color:#004e75;
	font-size:11px;
	font-weight:normal;
}

div#listmenu ul li ul li ul li a:hover	{
	background-color:#004e75;
	font-size:11px;
	color:white;
	}


