/* 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:35px;
	width:1000px;
	margin:0px 0px;
	background-image:url(../images/navBg2.jpg);
	background-repeat:repeat-x;
	border-bottom:2px solid white;
/*	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;*/
}

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 ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
}

div#listmenu ul li
{
	margin:0px;
	padding:0px;
	padding-right:2px;
	padding-left:2px;
}

div#listmenu ul li.company{
	background-image:url(../images/newNav_01.jpg);
	width:85px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
	margin-left:8px;
}

div#listmenu ul li.company:hover  {
	background-image:url(../images/newNavRoll_01.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.items{
	background-image:url(../images/refineNav.jpg);
	width:136px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.items:hover  {
	background-image:url(../images/refineNavRoll.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.materials{
	background-image:url(../images/newNav_02.jpg);
	width:177px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.materials:hover  {
	background-image:url(../images/newNavRoll_02.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.buy{
	background-image:url(../images/newNav_03.jpg);
	width:113px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.buy:hover  {
	background-image:url(../images/newNavRoll_03.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.market{
	background-image:url(../images/newNav_04.jpg);
	width:155px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.market:hover  {
	background-image:url(../images/newNavRoll_04.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.work{
	background-image:url(../images/newNav_05.jpg);
	width:117px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.work:hover  {
	background-image:url(../images/newNavRoll_05.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.choose{
	background-image:url(../images/newNav_06.jpg);
	width:136px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.choose:hover  {
	background-image:url(../images/newNavRoll_06.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.news{
	background-image:url(../images/newNav_07.jpg);
	width:58px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.news:hover  {
	background-image:url(../images/newNavRoll_07.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
div#listmenu ul li.faq{
	background-image:url(../images/newNav_08.jpg);
	width:58px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.faq:hover  {
	background-image:url(../images/newNavRoll_08.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact{
	background-image:url(../images/newNav_09.jpg);
	width:170px;
	height:35px;
	background-repeat:no-repeat;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/newNavRoll_09.jpg);
	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:#000000;
	text-decoration:none;
	display:block;
	margin:0px;
	font-weight:bold;
	padding:3px;
	font-size:11px;
	border-bottom:1px solid #9f5e02;
}
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;
	background-image:url(../images/navBG.jpg);
	background-repeat:no-repeat;
	color:#000000;
}


div#listmenu ul li ul.nav01{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:150px;
	padding:0px;
	margin-top:35px;
}

div#listmenu ul li ul.nav02{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:185px;
	padding:0px;
	margin-top:35px;
}
div#listmenu ul li ul.nav03{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:135px;
	padding:0px;
	margin-top:35px;
}

div#listmenu ul li ul.nav04{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:167px;
	padding:0px;
	margin-top:35px;
}

div#listmenu ul li ul.nav05{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:150px;
	padding:0px;
	margin-top:35px;
}



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);
	background-repeat:no-repeat;
	color:#000000;
}

div#listmenu ul li ul li:hover {
	background-color:#ffffff;
}

/*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.nav03 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:135px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 0px;
	width:150px;
	
}

div#listmenu ul li ul.nav04 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:167px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 0px;
	width:185px;
}
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-image:url(../images/navBg);
	background-repeat:no-repeat;
	color:#000000;
	text-align:left;	
	border-bottom:1px solid #9f5e02;

}

div#listmenu ul li ul li ul li:hover {
	background-color:#ffffff;
}

div#listmenu ul li ul li ul li a
{
	display: block;
	padding:3px 0px 3px 8px;
	margin:0px;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

div#listmenu ul li ul li ul li a:hover	{
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	}