.pomo_style{
width: 99%;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top: 5px;
font-size:13px;
/* letter-spacing: -0.039em; */
background-color: transparent;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=4);  */
}

.pomo_style:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.pomo_style ul{
/* border: 1px solid #BBB; */
width: 100%;
padding: 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-weight: bold;
}

.pomo_style ul li{
display: inline;
}

.pomo_style ul li a{
color: #333;
padding: 5px 9px 5px 8px;
margin: 0px;
text-decoration: none;
}

.pomo_style ul li a:link{
background-color: transparent; 
color: #333;
text-decoration: none;
font-weight: bold;
}

.pomo_style ul li a:visited{
background-color: transparent; 
color: #333;
text-decoration: none;
font-weight: bold;
}

.pomo_style ul li a:hover{
background-color: transparent; 
color: #f30;
color: #F33F00;
text-decoration: none;
font-weight: bold;
}

.pomo_style ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #333; 
border-right: none;
border-bottom: 1px solid #333;  
margin: 0;
font:normal 12px Verdana;
line-height:20px;
padding: 0px 4px 8px 0px;
z-index:100;
text-indent: 10px;
background-color: #F9EA8E;
width: 200px;
visibility: hidden;
font-weight: bold;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=4); */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
padding: 0;
text-decoration: none;
font-weight: bold;
color: #333;
background-color: #F9EA8E;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #333;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:link{ /*THEME CHANGE HERE*/
color: #333;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:active{ /*THEME CHANGE HERE*/
color: #333;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #333;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #f30;
color: #F33F00;
text-decoration: none;
font-weight: bold;
}
