.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left: 0px;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 119px;
visibility: hidden;
margin: -1px 0px 0px 0px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: none; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #EAD5C4;
font-size: 11px;
padding: 5px 2px 0px 12px;
background: url(http://www.bellavi.co.nz/images/templates/nav_sub_bg.png) repeat-y;
}

.dropmenudivWide a	{
background: url(http://www.bellavi.co.nz/images/templates/nav_sub_bg_wide.png) repeat-y;
}


.dropmenudiv a:hover{
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}