
.navmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.navmenu li{
display: inline;
margin: 0 -4px 0 0;
padding: 0;
}

.navmenu li a{
text-decoration: none;
padding: 0;
margin: 0;
}



/* ######### Style for Drop Down Menu ######### */

.menudiv{
position:absolute;
margin-top: -1px;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
text-align: left;
_width:220px;
}

.menu-desire {
background-color: #4cb048;
}

.menu-explore {
background-color: #8fc85e;
}

.menu-interact {
background-color: #d0cb2a;
}

.menu-watch {
background-color: #cea82d;
}

.menu-educate {
background-color: #cd7f29;
}

.menu-about {
background-color: #ca4f29;
}


.menudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .menudiv a{ /*IE only hack*/
width: 100%;
}

.menudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFF;
}
