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

#gardenimage{
	width:198px;
	height:30px;
	/*background-image:url(../images/rollover/regular_r3_c1.gif);*/	
}
#gardendiv a.test:link{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/regular_r3_c1.gif);
}
#gardendiv a.test:visited{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/regular_r3_c1.gif);
}

#gardendiv a.test:hover{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/home_01_r3_c1.gif);
}
/*current cat*/
#gardendiv a.test2:link{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/home_01_r3_c1.gif);
}
#gardendiv a.test2:visited{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/home_01_r3_c1.gif);
}
#gardendiv a.test2:hover{
	width:198px;
	height:30px;
	display:block;
	background-image:url(../images/rollover/home_01_r3_c1.gif);
}

.dropmenudiv {
position:absolute;
top: 0;
margin-left:168px;
margin-top:-31px;
border: 1px solid black; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color:#F2E9A4;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #79ADDC;
color: white;
}

