.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: 0px;
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: 5px 0px 0px 8px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: none; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: normal;
color: #6d6e71;
font-size: 12px;
padding: 3px 2px 3px 12px;
background: url(http://www.bellavi.co.nz/images/templates/dropdown_bg.png) repeat-y;
}

.dropmenudivWide a	{
background: url(http://www.bellavi.co.nz/images/templates/dropdown_bg.png) repeat;
}


.dropmenudiv a:hover{
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
