
/* ######### OUR PROJECT ######### */

.dropmenudiv{
height: auto;
margin-left: -180px;

position: absolute;
margin-top: 10px;
/*border: 1px solid #8FAA3E4; /*THEME CHANGE HERE*/
border-left: 1px solid #50710F; /*THEME CHANGE HERE*/
border-right: 1px solid #50710F; /*THEME CHANGE HERE*/
border-bottom: 1px solid #50710F;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #8FAA3E;
width: 255px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BFD07E; /*THEME CHANGE HERE*/
border-top: 1px solid #50710F; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
color:#fff;
font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
font-size:15px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8FAA3E; color:#E4EBC9}


/* ######### NEWS ######### */

.dropmenudiv_news{
position:absolute;
margin-left: -180px;

margin-top: 10px;
/*border: 1px solid #8FAA3E4; /*THEME CHANGE HERE*/
border-left: 1px solid #50710F; /*THEME CHANGE HERE*/
border-right: 1px solid #50710F; /*THEME CHANGE HERE*/
border-bottom: 1px solid #50710F;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #8FAA3E;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv_news a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BFD07E; /*THEME CHANGE HERE*/
border-top: 1px solid #50710F; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
color:#fff;
font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
font-size:15px;
}
* html .dropmenudiv_news a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_news a:hover{ /*THEME CHANGE HERE*/
background-color: #8FAA3E; color:#E4EBC9}

/*#dropmenu1{ margin:10px 0 0 -54px; padding:0;}
#dropmenu2{ margin:10px 0 0 -54px; padding:0;}
#dropmenu3{ margin:10px 0 0 -54px; padding:0;}*/
