/* Top menu */
#navigation {
	height: 38px;
	width:963px;
	background-image: url(../images/global/navBak.png) no-repeat;
}


/* remove the bullets, padding and margins from the lists */


.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	width:auto;
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{ 
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:18px;
}

/* style all the links under 50px */
.menu a, .menu :visited {
display:block;
width:85px;

}

/* Add navigational image to the sections */

.menuA a, .menuA :visited {width:82px; height: 38px; background: url(../images/global/navHome.png) no-repeat; padding:0 0 0 2px;}
.menuB a, .menuB :visited {width:115px; height: 38px; background: url(../images/global/navAbout.png) no-repeat; padding:0 0 0 2px;}
.menuC a, .menuC :visited {width:84px; height: 38px; background: url(../images/global/navSales.png) no-repeat; padding:0 0 0 2px;}
.menuD a, .menuD :visited {width:107px; height: 38px; background: url(../images/global/navFinance.png) no-repeat; padding:0 0 0 2px;}
.menuE a, .menuE :visited {width:131px; height: 38px; background: url(../images/global/navAtersales.png) no-repeat; padding:0 0 0 2px;}
.menuF a, .menuF :visited {width:154px; height: 38px; background: url(../images/global/navNews.png) no-repeat; padding:0 0 0 2px;}
.menuG a, .menuG :visited {width:133px; height: 38px; background: url(../images/global/navContact.png) no-repeat; padding:0 0 0 2px;}
.menuH a, .menuH :visited {width:143px; height: 38px; background: url(../images/global/navRec.png) no-repeat; padding:0;}

/* admin nav bar */


/*BEGIN: drop down menu has different image/width */
.menuI a, .menuI :visited {
	display:block;
	border-top:thin solid #545454;
	font-size:12px;
	height: 15px;
	width:120px;
	padding:8px;
	color:#FFF;
	background:#1e1e1e;
	text-decoration:none;
	margin:0px;
	text-align:left;
}

.menuJ a, .menuJ :visited {
display:block;
border-top:thin solid #545454;
font-size:12px;
height: 15px;
width:103px;
padding:8px;
color:#fff;
background:#1e1e1e ;
text-decoration:none;
margin:0px;
text-align:left;
}

.menuK a, .menuK :visited {
display:block;
border-top:thin solid #545454;
font-size:12px;
height: 15px;
width:70px;
padding:8px;
color:#fff;
background:#1e1e1e ;
text-decoration:none;
margin:0px;
text-align:left;
}

.menuL a, .menuL :visited {
display:block;
border-top:thin solid #545454;
font-size:12px;
height: 15px;
width:95px;
padding:8px;
color:#fff;
background:#1e1e1e ;
text-decoration:none;
margin:0px;
text-align:left;
}

.menuM a, .menuM :visited {
display:block;
border-top:thin solid #545454;
font-size:12px;
height: 15px;
width:145px;
padding:8px;
color:#fff;
background:#1e1e1e ;
text-decoration:none;
margin:0px;
text-align:left;
}


.menuN a, .menuN :visited {
display:block;
border-top:thin solid #545454;
font-size:12px;
height: 15px;
width:96px;
padding:8px;
color:#fff;
background:#1e1e1e ;
text-decoration:none;
margin:0px;
text-align:left;
}

/*END: drop down menu has different image/width */


/* style the links hover */
.menu a:hover{ 
background-POSITION: 0px -50px;
color:#0174e8;
text-decoration:none;
margin:0px;
text-align:left;

}

/* hide the sub level links */
.menu ul ul {
	/*background:transparent filter: alpha(opacity=40);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
opacity:0.9;
margin-top:-1px; /* for IE5.5 faulty box model */
/*marg\in-top:-1px; /* for IE6 */
visibility:hidden;
	position:absolute;
	width:100px;
	height:0;
	z-index: 93;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; left: -1px;
width:130px; /* for IE5.5 faulty box model */
w\idth:130px; /* for IE6 */

}

