/* Navigation Menu Controls */

body { 
	font-size:1%; 
	color:#000000; 
	background-color:#acacac;
}
#menu {
	position:absolute;
	width:770px;
	/*Moves down the nav bar */
	top:-85px;
}

.menuitem {
	position:absolute;
}

.menuitem ul {
	display: block;
	list-style-type:none;
	position: absolute;
}

.menuitem a:hover img {
	visibility:hidden
}

.menuitem a { 
	
	display: block;
	margin: 0px;
	padding: 2px; 
	text-decoration: none; 
}

.menuitem#individuals_b {
	left:0px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/individuals_b.gif");
	background-repeat: no-repeat;	
}

.menuitem#individuals_d {
	left:0px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/individuals_d.gif");
	background-repeat: no-repeat;	
}

.menuitem#businesses_b {
	left:64px;
	display: block;
	background-color:#1C4E80;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/businesses_b.gif"); 
	background-repeat: no-repeat;
}


.menuitem#businesses_d {
	left:64px;
	display: block;
	background-color:#1C4E80;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/businesses_d.gif"); 
	background-repeat: no-repeat;
}


.menuitem#charities_b {
	left:130px ;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/charities_b.gif");
	background-repeat: no-repeat;
}

.menuitem#charities_d {
	left:130px ;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/charities_d.gif");
	background-repeat: no-repeat;
}

.menuitem#govt_b {
	left:256px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/govt_b.gif");
	background-repeat: no-repeat;
}

.menuitem#govt_d {
	left:256px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/govt_d.gif");
	background-repeat: no-repeat;
}

.menuitem#taxpros_b {
	left:368px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/taxpros_b.gif");
	background-repeat: no-repeat;
}

.menuitem#taxpros_d {
	left:368px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/taxpros_d.gif");
	background-repeat: no-repeat;
}


.menuitem#retirement_b {
	left:468px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/retirement_b.gif");
	background-repeat: no-repeat;
}

.menuitem#retirement_d {
	left:468px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/retirement_d.gif");
	background-repeat: no-repeat;
}

.menuitem#taxexemptbond_b {
	left:622px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/taxexemptbond_b.gif");
	background-repeat: no-repeat;
}

.menuitem#taxexemptbond_d {
	left:622px;
	display: block;
	background-image: url("http://www.irs.gov/irs/cda/common/images/nav/taxexemptbond_d.gif");
	background-repeat: no-repeat;
}


