/**
 * ================
 * PART NUMBER LIST
 * --------------------------------------------
 *
 * --------------------------------------------
 */

div#list {
  	background: 	transparent;
  	}

div#list ul {
	margin: 		0;
	padding: 		0;
	background: 	#eeeeee;
  	}

div#list li 
{
	position:relative;
	width:126px;
	list-style:none;
	margin:0;
	padding:2px;
	border-top:1px solid #ffffff;
  border-bottom: 	1px solid #dddddd;
}

div#list li:hover {
	background: 	#cccccc;
	}

div#list li.submenu {
 
	}

div#list li.submenu:hover 
{
	background-color: 	#dddddd;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

div#list li a 
{
	display:block;
  text-decoration:none;
  text-align:left;
  color:#0D76C0;
  font:10px/12px arial,sans-serif;
}

div#list>ul a 
{
	width: 			auto;
}

div#list ul ul {
	position: 		absolute;
	top: 			-1px;
	left:		 	150px;
  display: 		none;
  z-index:		1;
}

div#list ul ul li {
	padding: 		8px;
    width:			240px;
    background: 	#0D76C0;
    text-align:		center;
    color:			#ffffff;
    font-weight:	800;
  	}

div#list ul.level1 li.submenu:hover ul.level2,
div#list ul.level2 li.submenu:hover ul.level3 {
	display:		block;
	}
	
div#partcenter {
	width: 100%;
	background: #eeeeee;
	}
