/*Top menu, left, width, padding, zindex, and top can all be changed*/
div#menu  {
	position:absolute;
	top:154px;
	left:0px;
	z-index:10;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:11px;
	padding:5px 0 1px 3px;
	font-weight:bold;
	width: 747px;
}

/*main headings*/
UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL LI {
	POSITION: relative;
	float:left;
	line-height:140%;
}

/*This changes the position and appearance of the submenus*/
LI UL {
	DISPLAY: none; 
	POSITION: absolute;
	background-color:#CCCCCC;
	line-height:140%;
}

LI UL LI {
	white-space:nowrap;
}

/*This changes the top level menu's links*/
UL LI A {
	PADDING:0px 3px;
	DISPLAY: block;
	COLOR: #000000;
	TEXT-DECORATION: none;
}


/*Don't change anything in the IE5-mac hack. Do not put comment tags in side the hack*/
/* Hides from IE5-mac \*/
*HTML UL LI {
	FLOAT: left; 
	HEIGHT: 1%;
}

*HTML UL LI A {
	HEIGHT: 1%;
}
/* End hide from IE5-mac */


/*This changes the hover for all links in the menu div*/
UL LI A:hover {
	BACKGROUND:none;
	color:#800000;
}

LI UL LI A:hover {
	background: #FFFFFF;
	}


/*This changes the submenu links*/
LI UL LI A {
	PADDING:2px 3px;
	color:#000000;
}


/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */

LI#top-home {
width: 60px;
}
LI#top-aboutus {
width: 70px;
}
LI#top-certifications {
width: 95px;
}
LI#top-capabilities {
width: 80px;
}
LI#top-products {
width: 70px;
}
LI#top-services {
width: 100px;
}
LI#top-employment {
width: 85px;
}
LI#top-quoterequest {
width: 105px;
}
LI#top-contactus {
width: 72px;
}

UL#sub-aboutus {
width: 160px;
}
UL#sub-capabilities {
width: 170px;
}
UL#sub-products {
width: 150px;
}
UL#sub-services {
width: 140px;
}
UL#sub-employment {
width: 110px;
}