/*======================= RESET FOR THE MENUWRAPPER BLOCK ========================================*/

#menuwrapper * { margin: 0; padding: 0; text-decoration: none; outline: none; border: 0 none; vertical-align: baseline; }
#menuwrapper a, #menuwrapper img, #menuwrapper a img, #menuwrapper form, #menuwrapper table { border: none; }
#menuwrapper table { border-collapse: collapse; border-spacing: 0; text-align: left; }
#menuwrapper caption, #menuwrapper th, #menuwrapper td, #menuwrapper center { text-align: left; vertical-align: top; }
#menuwrapper  { line-height: 1; background: transparent; color: black; }
#menuwrapper ul, #menuwrapper ol, #menuwrapper dir, #menuwrapper menu { list-style: none; }
#menuwrapper hr { display: none; } /* we don't need a visual hr in layout */

/*======================  SCREEN.CSS OVERIDES (BLUE OVERIDE) ======================*/

a:link,
a:visited {
    color: #0082C6;
}

#header { height: 147px;}
#header .nav a:hover,
#header .nav a:active,
#header .nav .active a,
#home #header .nav .home a,
.chain #header .nav .chain a,
.auto #header .nav .auto a,
.mechanical-components #header .nav .mechanical-components a,
.pt #header .nav .pt a,
.distributors #header .nav .distributors a,
.industry-applications #header .nav .industry-applications a {
    background: #0082C6 url(blue/header-nav-a.gif) no-repeat right top;
    color: white;
}

#header .utility-nav a:hover,
#header .utility-nav a:active,
.about #header .utility-nav .about a,
.contact #header .utility-nav .contact a,
.news #header .utility-nav .news a,
.jobs #header .utility-nav .jobs a,
.downloads #header .utility-nav .downloads a,
.sitemap #header .utility-nav .sitemap a,
.links #header .utility-nav .links a,
.login #header .utility-nav .login a {
    color: #0082C6;                                        
}

h1 {
	background-image: none;       /* fix the h1 design in ie by moving h1 image to sidebar */
    background: #0082C6;
    color: #FFF;
    margin: 0 -32px 0.75em;
    padding: 25px 0 10px 32px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 23px;
    line-height: 110%;
}

h2 {
    background-color: #0082C6;
}

h2 span {
    background: #222 url(blue/content-h2-span.gif) right bottom no-repeat ;
}

.product-category th,
.product-category td {
    border: 4px solid #0082C6;
}

#sidebar h2 {
    background-color: #0082C6;
}

#sidebar h2 span {
    background: #222 url(blue/content-h2-span.gif) no-repeat right bottom;
}

#sidebar {
	background: url(blue/content-h1.gif) no-repeat 0 -90px;   /* fix the h1 design in ie by moving h1 image to sidebar */
}

.shadow a:hover img {
    background-color: #0082C6
    border-color: #0082C6;
}

#header #header-name  {
	background-image: none;            
	position: absolute;
	left: 50px;  
	top: 122px;
	height: 33px;;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: black;
	padding: 0;
}

blockquote.blue {           /* ie was pushing sidebar down due to large image in content */
    padding: 16px 0;        /* removed l/r padding to make room for larger images */
}

/*========================== MENUWRAPPER ====================*/

#menuwrapper {
	padding: 5px 0 0 33px;
	background: #222222 url(header-h1.gif)  no-repeat;
	width: auto;
	height: 33px;
}

div#left {
	float: left;
	width: 620px;
	height: 33px;
	background: #222222 url(header-h1.gif)  no-repeat;
}

.menuminwidth0 {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	width:100%;
}

/* suppress our whole menu when not an interactive mode (when printing, etc.) */
@media print, projection { .menuminwidth0 { d\isplay:none; } }



 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	width:100%;         /* we always want our menu to fill the available space */
	background-color: #222222;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu  ul {
	line-height:30px;           /* globally set the menu's item spacing. note */
}

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
}

/*============== drop class contains 3rd level menu, nodrop doesn't ==========*/
.drop, .nodrop {
	display:block;
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

a.drop  span{
    display:block;
	background: transparent url(blue/menu-arrow.gif)   120px no-repeat;
}
a.drop:hover  span{
	background: transparent url(blue/menu-arrow-hover.gif)   120px no-repeat;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/
.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0;    /* this is our box border width */
}

.menu ul li ul li {
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration: none;
	color: #ffffff;    /* need top level white */
	font-weight: bold !important; /* match top tabs */
	background: url("blue/header-nav-b.gif") no-repeat scroll right top #8D969E;
	width: 168px;
	padding-left: 17px !important;
	margin-right: 10px !important;
	height: 33px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	background: url("blue/header-nav-c.gif") no-repeat scroll right top #0082C6;
	height: 32px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {             /* 2nd level drop-down box */
	display:block;
	position:absolute;
	top:32px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	background-color: #C0C0C0;         /* this sets our menu's effective "border" color */
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {   
	width:158px; 
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	text-decoration: none;
	border:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background-image: none;
	background-color:#D4D8DC;       /* this sets the drop-down menu background color */
	width:168px;
	border-bottom: 1px solid #C0C0C0 !important;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	text-decoration: none;
	color:black;
	background:#619DD4;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a,
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {     /* 2nd level un+selected items */
	width:168px;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	text-decoration: none;
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	text-decoration: none;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top: 1px;
	left:185px;
	width:168px;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:168px;
	backgound-image: none;
	background-color:#d8d8d8;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width: 168px;
	background-image: none;
	background-color: #619DD4;
}

/*========================== SIDEBAR =========================================*/
.widget-content img {
	margin-top: 17px;
}

