.MENU{
width: 100%;
padding: 0px;
margin: 0px;
}

.MENU a, .MENU a img{
text-decoration: none;
border:none;
display:block;
}

/*set nav images here*/
.nav1{
	background:url(navimages/home_nav11.jpg) no-repeat;
}
.nav1:hover{
	background:url(navimages/home_nav12.jpg) no-repeat;
}

.nav2{
	background:url(navimages/home_nav21.jpg) no-repeat;
}
.nav2:hover{
	background:url(navimages/home_nav22.jpg) no-repeat;
}

.nav3{
	background:url(navimages/home_nav31.jpg) no-repeat;
}
.nav3:hover{
	background:url(navimages/home_nav32.jpg) no-repeat;
}

.nav4{
	background:url(navimages/home_nav41.jpg) no-repeat;
}
.nav4:hover{
	background:url(navimages/home_nav42.jpg) no-repeat;
}

.nav5{
	background:url(navimages/home_nav51.jpg) no-repeat;
}
.nav5:hover{
	background:url(navimages/home_nav52.jpg) no-repeat;
}

.nav6{
	background:url(navimages/home_nav61.jpg) no-repeat;
}
.nav6:hover{
	background:url(navimages/home_nav62.jpg) no-repeat;
}


/* ######### Style for Drop Down Menu ######### */

.DROPDOWN{
position:absolute;
top: 0;
visibility: hidden;

/*THEME CHANGE HERE*/
border: none; 
border-bottom-width: 0;
z-index:100;
background: none;
width: auto;
/*THEME CHANGE HERE*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.DROPDOWN a{
width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
border-bottom: 1px solid #BBB;
font:normal 13px 'Times New Roman';
line-height:1.2em;
padding: 6px 3px;
text-decoration: none;
background-color: #D2B788;
color: black;
margin:1px;
/*THEME CHANGE HERE*/
}

* html .DROPDOWN a{ /*IE only hack*/
width: 100%;
}

.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
background-color: #433721;
color: white;
}