﻿.searchActive, .searchInactive 
{	
	font-size: 8pt;		
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
}
.searchActive a.highlighted
{	 text-decoration: none;
}
.searchActive, .searchInactive, .leftmenu div {
	font-size: 7pt;
	margin-left: 0px;
	margin-left: 0px;
}
.searchActive a, .searchInactive a, .leftmenu a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

.leftmenu a {
	font-size: 7pt;
	font-family: verdana;
	text-align: left;
}

.leftmenu a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #9B9187;
}
.leftmenu a.highlighted {
 color: #FFF;
 background-color: #9B9187;
}


.listhide {
	/* display: none; */
 } 


.menulevel1 {
	font-size: 8pt;
	background-color: #efefce;
	font-weight: bold;
 	border-top: solid 1px #dedebd;
 	border-left: solid 1px #dedebd;
 }  

.menulevel2 
{
	background-color: #f2f2e0;
	border-top: solid 1px #dedebd;
}

.menulevel3 {	
	padding-left: 0px;
	border-top: solid 1px #dedebd;
}

.menulevel4 {
	padding-left: 8px;
	border-top: solid 1px #dedebd;
}

.menulevel5 {
	padding-left: 16px;	
	border-top: solid 1px #dedebd;
}

.menulevel4 a { 
	border-left: solid 1px #dedebd; 
}

.menulevel5 a { 
	color: #808080; 
	border-left: solid 1px #dedebd;
}

.selectedItemLevel2 a, .selectedItemLevel3 a, .selectedItemLevel4 a, .selectedItemLevel5 a{
	padding-right: 10px;
	background-image: url(../images/static/arrow_horizontal_white.gif); 
	background-repeat: no-repeat;	
	background-position: right center;
	background-color: #B3AEAA;
	color: white;
	font-weight: bold;
}

.selectedItemLevel1 a, .pathItemLevel1 a, .pathItemLevel2 a, .pathItemLevel3 a, .pathItemLevel4 a, .pathItemLevel5 a{
	padding-right: 10px;
	background-image: url(../images/static/arrow_vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menuSeparator {
	border-top: solid 1px #dedebd;
	padding-top: 5px;
}

*+html .leftmenu a {
 height: 1%;
}
* html .leftmenu a {
 height: 1%;
}
* html #searchbytext, * html #searchbypartno { zoom: 75% }

