/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

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;
	width:687px;
	height:21px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:5px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 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;
	margin:0px;
	padding-left:17px;
	padding-right:17px;
}

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	font-size:11px;
	color:white;
	font-weight:bold;
}
div#listmenu ul li a:hover {
	display:block;
	color:#102336;
	font-weight:bold;
	font-size:11px;
}

/* Middle Nav*/

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenu2 ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu2 /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	width:615px;
	height:18px;
	font-size:11px;
	font-weight:bold;
	color:#102336;
	margin-top:3px;
	margin-left:35px;
}

div#listmenu2 ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

div#listmenu2 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;
	margin:0px;
	padding-left:18px;
	padding-right:18px;
}

div#listmenu2 ul li a  {
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#CCCCCC;
	font-weight:bold;
}
div#listmenu2 ul li a:hover {
	display:block;
	color:white;
	font-weight:bold;
	font-size:11px;
}
/* DROPDOWNS */
div#listmenu2 ul li:hover ul  {
	background-color:#455562;
	display:block; /*--- Displays appropriate drop down menu ---*/
	padding:3px;
}
div#listmenu2 ul li ul li
{
	color:silver;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px 5px;
}

div#listmenu2 ul li ul li a.dropDown {
	color:white;
	text-decoration:none;
	display:block;
	font-size:11px;
	padding:2px 5px;
	text-align:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
}
div#listmenu2 ul li ul li a.dropDown:hover {
	color:#103468;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-size:11px;
	border:none;
}
div#listmenu2 ul li ul.products {
	width:115px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:4px;
	margin-top:0px;
}

div#listmenu2 ul li ul.rubberProducts {
	width:160px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:4px;
	margin-top:0px;
}
div#listmenu2 ul li ul.speckFinder1 {
	width:140px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:4px;
	margin-top:0px;
}
div#listmenu2 ul li ul.speckFinder2{
	width:180px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	margin-left:4px;
	margin-top:0px;
}
div#listmenu2 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;
	margin-top:2px;
	z-index:99;
}
div#listmenu2 ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#455562;
}
div#listmenu2 ul li ul li a:hover
{
	background-color:white;
}
div#listmenu2 ul li ul li:hover {
	background-color:#103468;
}



