﻿/*
	CSS for Northen Metal Fab, Inc.
	by Ken Neville (ken.neville@gmail.com)
	(c) 2006 - All Rights Reserved
*/

/* Navigation and Submenus */

#navMain, #navMain ul {
padding: 0px;
margin: 0px;
list-style: none;
text-align: left;
}
#navMain {
position: relative;
z-index: 50;
height: 24px;
background-image: url(../assets/navgreystrip.gif);
background-repeat: repeat-x;

}
#navMain ul {
width: 506px;

}

#navMain img.navTab {
float: left;
border: 0px;
border-right: 1px solid #333;
}
#navMain li.navTop {
float: left;
}

div.navSubmenuFrame {
position: absolute; z-index: 55;
left: -9999px;
top: 24px;
width: 430px;
height: 119px;
/*
background-image: url(../assets/slotfade_navbg.gif);
background-repeat: no-repeat;
*/
}


div.navSubmenuFrame ul {
height: 118px !important;
background-color: #3c4453 !important;
background-color: #888 !important;
border: 1px solid #333;
filter: alpha(opacity=88);
-moz-opacity: 0.88;
opacity: 0.88;

}

div.navSubmenuFrame ul li {
position: relative; top: 3px;
padding: 0px;
height: 18px;
}

#navMain li ul li a {
text-decoration: none;
text-transform: none;
font-size: 12px;
line-height: 1;
letter-spacing: 1px;
font-weight: bold;

color: #eee;
margin: 0px;
width: auto;
height: 15px;

display: block;
float: none;
padding-left: 10px;
padding-top: 3px;
}
#navMain li ul li a:hover {
background-color: #de6916;

color: #000;

}

#navSub1{

}
#navSub2{

}
#navSub3{

}

#navSub1 ul {
position: relative;
left: -1px;
width: 195px !important;
height: 100px !important;
}
#navSub2 ul {
position: relative;
left: 114px;
width: 236px !important;
}
#navSub3 ul {
position: relative;
left: 351px;
width: 153px !important;
height: 28px !important;
}
#navSub3 ul li a {
width: 143px !important;
}
