.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(images/nav-paul-galloway.jpg) no-repeat;

}

.nav1:hover{

	background:url(images/nav-paul-galloway2.jpg) no-repeat;

}



.nav2{

	background:url(images/nav-mls-search.jpg) no-repeat;

}

.nav2:hover{

	background:url(images/nav-mls-search2.jpg) no-repeat;

}



.nav3{

	background:url(images/nav-featured-properties.jpg) no-repeat;

}

.nav3:hover{

	background:url(images/nav-featured-properties2.jpg) no-repeat;

}



.nav4{

	background:url(images/nav-developments.jpg) no-repeat;

}

.nav4:hover{

	background:url(images/nav-developments2.jpg) no-repeat;

}



.nav5{

	background:url(images/nav-contact-us.jpg) no-repeat;

}

.nav5:hover{

	background:url(images/nav-contact-us2.jpg) no-repeat;

}





/* ######### Style for Drop Down Menu ######### */



.DROPDOWN{

position:absolute;

top: 0;

visibility: hidden;



/*THEME CHANGE HERE*/

border: none; 

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:1.2em;

z-index:100;

background: none;

width: auto;

/*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;

text-decoration: none;

font-weight: bold;

background-color: #A03E1B;

color: #FFFFFF;

margin:1px;

/*THEME CHANGE HERE*/

}



.DROPDOWN a:visited{ /*THEME CHANGE HERE*/

background-color: #A03E1B;

color: #FFFFFF;

}



.DROPDOWN a:active{ /*THEME CHANGE HERE*/

background-color: #A03E1B;

color: #FFFFFF;

}



.DROPDOWN a:hover{ /*THEME CHANGE HERE*/

background-color: #D3E29C;

color: #000000;

}



* html .DROPDOWN a{ /*IE only hack*/

width: 200px;

}



.DROPDOWN div{

	background-color: #26300E;

	font:bold 12px Verdana;

	color:#ffffff;

	text-align:center;

	padding:3px;

}

