/* 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:31px;
	width:1000px;
	margin:0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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.home{
	background-image:url(../images/nav_06.jpg);
	background-position:left;
	width:86px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.home:hover  {
	background-image:url(../images/navRoll_06.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.company{
	background-image:url(../images/nav_07.jpg);
	background-position:left;
	width:118px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.company:hover  {
	background-image:url(../images/navRoll_07.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.products{
	background-image:url(../images/nav_08.jpg);
	background-position:left;
	width:111px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.products:hover  {
	background-image:url(../images/navRoll_08.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.services{
	background-image:url(../images/nav_09.jpg);
	background-position:left;
	width:115px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.services:hover  {
	background-image:url(../images/navRoll_09.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.info{
	background-image:url(../images/nav_10.jpg);
	background-position:left;
	width:190px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.info:hover  {
	background-image:url(../images/navRoll_10.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.news{
	background-image:url(../images/nav_11.jpg);
	background-position:left;
	width:101px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.news:hover  {
	background-image:url(../images/navRoll_11.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.quote{
	background-image:url(../images/nav_12.jpg);
	background-position:left;
	width:149px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.quote:hover  {
	background-image:url(../images/navRoll_12.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact{
	background-image:url(../images/nav_13.jpg);
	background-position:left;
	width:102px;
	height:31px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/navRoll_13.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:#f1f1f1;
	text-decoration:none;
	display:block;
	margin:0px;
	padding-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	padding-top:3px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#ffffff;
}

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;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}


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:175px;
	margin-top:32px;
	padding:0px;
}

div#listmenu ul li ul.products{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:185px;
	margin-top:32px;
	padding:0px;
}

div#listmenu ul li ul.services{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:165px;
	margin-top:32px;
	padding:0px;
}

div#listmenu ul li ul.info{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:215px;
	margin-top:32px;
	padding:0px;
}

div#listmenu ul li ul.news{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:125px;
	margin-top:32px;
	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-image:url(../images/navBG.jpg);
	background-repeat:no-repeat;
	background-color:#1f4572;
}

div#listmenu ul li ul li:hover {
	background-image:none;
	background-color:#990000;
}

/*---------------  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:185px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 0px;
	width:150px;
}
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-left:6px;
	padding-bottom:6px;
	padding-right:6px;
	padding-top:3px;
	border-bottom:1px solid #cccccc;
	background-image:url(../images/secondNavBg.jpg);
	background-repeat:repeat-y;
	margin:0px;
	text-align:left;	
}

div#listmenu ul li ul li ul li:hover {
	background-color:#1f4572;
}

div#listmenu ul li ul li ul li a
{
	display: block;
	margin:0px;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

div#listmenu ul li ul li ul li a:hover	{
	background-color:#1f4572;
	font-size:12px;
	color:white;
	}


