.MENU{
width: 100%;
padding: 0px;
margin: 0px;
}

.MENU a, .MENU a img{
text-decoration: none;
border:none;
display:block;
}

/*set nav images here*/
.h_nav1{
	background:url(images/nh_nav11.gif) no-repeat;
}
.h_nav1:hover{
	background:url(images/nh_nav12.gif) no-repeat;
}

.h_nav3{
	background:url(images/nh_nav31.gif) no-repeat;
}
.h_nav3:hover{
	background:url(images/nh_nav32.gif) no-repeat;
}


.nav1{
	background:url(images/i_nav11.gif) no-repeat;
}
.nav1:hover{
	background:url(images/i_nav12.gif) no-repeat;
}

.nav2{
	background:url(images/i_nav21.gif) no-repeat;
}
.nav2:hover{
	background:url(images/i_nav22.gif) no-repeat;
}

.nav3{
	background:url(images/i_nav31.gif) no-repeat;
}
.nav3:hover{
	background:url(images/i_nav32.gif) no-repeat;
}

.nav4{
	background:url(images/i_nav41.gif) no-repeat;
}
.nav4:hover{
	background:url(images/i_nav42.gif) no-repeat;
}

.nav5{
	background:url(images/i_nav51.gif) no-repeat;
}
.nav5:hover{
	background:url(images/i_nav52.gif) no-repeat;
}

.nav6{
	background:url(images/i_nav61.gif) no-repeat;
}
.nav6:hover{
	background:url(images/i_nav62.gif) no-repeat;
}


/* ######### Style for Drop Down Menu ######### */

.DROPDOWN{
position:absolute;
top: 0;
visibility: hidden;

/*THEME CHANGE HERE*/
border: none; 
border-bottom-width: 0;
line-height:1.2em;
z-index:100;
background: none;
width: 150px;
/*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: 3px;
/*THEME CHANGE HERE*/
border-bottom: none;
padding: 4px 2px;
text-decoration: none;
font-weight: bold;
background-color: #000000;
font:normal 12px Tahoma;
color: white;
margin:1px;
/*THEME CHANGE HERE*/
}

* html .DROPDOWN a{ /*IE only hack*/
width: 100%;
}

.DROPDOWN a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
}

