/* vchrome */

.dropmenudiv{
   font-family: arial, verdana, tahoma;
   font-size: 12px;
   font-weight: normal;
   color: #ffffff;
   text-decoration: none;
   line-height: 130%;
   z-index:100;
   background-color: #ffffff; 
   width: 150px;
}

.dropmenudiv a{
   width: auto;
   display: block;
   text-indent: 8px;
   width: 150px;
   padding: 2px 0;
   /*
   padding-right: 10px;
   */
}

.dropmenudiv a:link{
   font-family: arial, verdana, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;  
   /*
   background-color: #ccffcc;
   */
   background-image: url(layout/bg_menu.gif);
   
   border-left: 4px solid #ffcc00;
   padding: 5px;
   margin-bottom: 4px;
}

.dropmenudiv a:active{
   font-family: arial, verdana, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   /*
   background-color: #ccffcc;
   */
   background-image: url(layout/bg_menu.gif);
   border-left: 4px solid #ffcc00;
   padding: 5px;
   margin-bottom: 4px;  
}

.dropmenudiv a:visited{
   font-family: arial, verdana, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   /*
   background-color: #ccffcc;
   */  
   background-image: url(layout/bg_menu.gif);  
   border-left: 4px solid #ffcc00;
   padding: 5px;
   margin-bottom: 4px;
}

* html .dropmenudiv a{ /*IE only hack*/
   width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   font-family: arial, verdana, tahoma;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none;
   /*
   background-color: #ffcc00;   
   */
   background-image: url(layout/bg_menu_over.gif);  
}


