.dropdown {
	float:left;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.home {
	width: 113px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/home.png);
}

.home_alt {
	width: 113px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/home_alt.png);
}

.technology_solutions {
	width: 217px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/technology_solutions.png);
}

.technology_solutions_alt {
	width: 217px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/technology_solutions_alt.png);
}

.paperless_office {
	width: 179px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/paperless_office.png);
}

.paperless_office_alt {
	width: 179px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/paperless_office_alt.png);
}

.about {
	width: 136px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/about.png);
}

.about_alt {
	width: 136px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/about_alt.png);
}

.testimonials {
	width: 157px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/testimonials.png);
}

.testimonials_alt {
	width: 157px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/testimonials_alt.png);
}

.contact {
	width: 148px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/contact.png);
}

.contact_alt {
	width: 148px;
	height: 38px;
	font-weight: bold;
	cursor: pointer;
	background-image:url(../images/navbar/contact_alt.png);
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	width: 247px;
	display: none;
	background: #fff;
	z-index: 200;
	opacity:0;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/dd_bg.png);
	background-color: #dfaf74;
	background-repeat: repeat-x;
}
.dropdown ul {
	width: 247px;
	list-style: none;
	border-top: 1px solid #8e520b;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
.dropdown li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}

.dropdown a:hover {
	background: #ca9c66;
	color: #16356d;
}

/*ROLLOVERS*/
.form a {
	display: block;
	width: 555px;
	height: 123px;
	background: url("../images/form.jpg") 0 0 no-repeat;	
}

.form a:hover {	
	background: url("../images/form_alt.jpg") no-repeat;
}