﻿@charset "utf-8";

/*menu*/
.chromestyle ul li{ float:left;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#dropmenu1{z-index:101;}

#dropmenu2{z-index:102;}

.dropmenudiv{
position:absolute;
border-bottom-width: 0;
line-height:18px;
border-left:1px solid #67BF62;
border-right:1px solid #67BF62;
border-bottom:1px solid #67BF62;
background:#EDF8F0 url(nnav_bg.jpg.html) repeat-x bottom;
width:110px;
visibility: hidden;
padding:5px 0 0 0;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent:13px;
padding: 2px 0;
border-bottom:1px solid #67BF62;
text-decoration: none;
color:#137F00;

}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#018801 url(navhover.gif.html) repeat-x; color:#FFFF00;

}

.dropmenudiv_off{ display:none;}
