#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 147px;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	color: #ffffff;
}
A IMG {
	border-width: 0px;
	border-style: none;
}
		A.sectionRolloverLink {
			display: block;
			height: 100%;
			width: 100%;
		}
		
		UL.menuBar {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			height: 19px;
		}
		
		LI.menuButtonService {
			height: 19px;
			width: 68px;
			float: left;
		}
		
		LI.menuButtonService A {
			background-image: url('../images/new_feb08/rollover_images/old_nav_services.gif');
			background-position: top;
		}
		
		LI.menuButtonService A:HOVER {
			background-position: bottom;
		}
		
		LI.menuButtonAbout {
			height: 19px;
			width: 53px;
			float: left;
		}
		
		LI.menuButtonAbout A {
			background-image: url('../images/new_feb08/rollover_images/old_nav_about.gif');
			background-position: top;
		}
		
		LI.menuButtonAbout A:HOVER {
			background-position: bottom;
		}
		
		LI.menuButtonCareer {
			height: 19px;
			width: 67px;
			float: left;
		}
		
		LI.menuButtonCareer A {
			background-image: url('../images/new_feb08/rollover_images/old_nav_careers.gif');
			background-position: top;
		}
		
		LI.menuButtonCareer A:HOVER {
			background-position: bottom;
		}
		
		LI.menuButtonContact {
			height: 19px;
			width: 69px;
			float: left;
		}
		
		LI.menuButtonContact A {
			background-image: url('../images/new_feb08/rollover_images/old_nav_contacts.gif');
			background-position: top;
		}
		
		LI.menuButtonContact A:HOVER {
			background-position: bottom;
		}
		
				
				LI.menuButtonSpacer {
					height: 19px;
					width: 2px;
					float: left;
					background-image: url('../images/new_feb08/old_nav_spacer.gif');
		}