#menuBox {
	width: 1017px;
	font-size: 18px;
	text-align: center;
	font-family: "Times New Roman", serif;
	color: white;
}
#menuBox a {
	color: white;
	text-decoration: none;
}
#menuBox a:hover {
	color: white;
}
#textpadding {
	width: 100%;
	height: 5px;
}
/* Menu Layout w/ Rollover */
#menuLeft {
	background: url(../graphics/menuLeft.png) no-repeat;
	width: 23px;
	height: 33px;
	float: left;
}
#home {
	background: url(../graphics/home.png) no-repeat;
	width: 68px;
	height: 33px;
	float: left;
}
#home:hover {
	background-position: 0 -33px;
}
#about {
	background: url(../graphics/about.png) no-repeat;
	width: 97px;
	height: 33px;
	float: left;
}
#about:hover {
	background-position: 0 -33px;
}
#products {
	background: url(../graphics/products.png) no-repeat;
	width: 92px;
	height: 33px;
	float: left;
}
#products:hover {
	background-position: 0 -33px;
}
#services {
	background: url(../graphics/services.png) no-repeat;
	width: 86px;
	height: 33px;
	float: left;
}
#services:hover {
	background-position: 0 -33px;
}
#downloads {
	background: url(../graphics/downloads.png) no-repeat;
	width: 109px;
	height: 33px;
	float: left;
}
#downloads:hover {
	background-position: 0 -33px;
}
#contact {
	background: url(../graphics/contact.png) no-repeat;
	width: 108px;
	height: 33px;
	float: left;
}
#contact:hover {
	background-position: 0 -33px;
}
#menuRight {
	background: url(../graphics/menuRight.png) no-repeat;
	width: 434px;
	height: 33px;
	float: right;
}
/* Dropdown Effect */
#menuBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuBox li {
	position: relative;
	cursor: default;
}
#menuBox ul li:hover ul {
	display: block;
}
#menuBox ul ul {
	display: none;
	background: #0b3c6b;
	position: absolute;
	z-index: 500;
	top: 33px;
	left: 0px;
	text-align: left;
	font-size: 14px;
	font-family: sans-serif;
}
#menuBox ul ul.products {
	width: 335px;
}
#menuBox ul ul.services {
	width: 235px;
}
#menuBox ul ul.downloads {
	width: 335px;
}
#menuBox ul ul li {
	padding-top: 2px;
	padding-bottom: 3px;
}
#menuBox ul ul li:hover {
	background: #195897;
}	
#menuBox ul ul li.spacer {
	padding-top: 0px;
	padding-bottom: 1px;
}
#menuBox ul ul li.spacer:hover {
	background: #0b3c6b;
}