
#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{ /* Main menu boxes */
    width: 130px; /* Main Menu Item widths */
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
}
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
    /* background: #FFF url(bg.gif) repeat-x 0 2px; */
    list-style: none; margin: 0; padding: 0;

}
#menuV2 li a
{
/*  border-top: 1px solid #ccc; */
  display: block;
  /*overflow: auto; force hasLayout in IE7 */
  line-height:21px;/* Space from main menu item text to next */
  padding-top: 8px;  /* space between main menu items (on web page) */
  padding-bottom: 8px;  /* space between main menu items (on web page) */
  padding-left:0px;   
  text-align: left;

  /* text attributes on web page */
  font-size: 16px; font-weight: bold; font-style:italic; fonr-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; 
  color: rgba(255,255,255,1.0);
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}

#menuV2 li a:hover
{
/*  border-top: 1px solid #ccc; */
  display: block;
  /*overflow: auto; force hasLayout in IE7 */
  line-height:21px;  /* Space from main menu item text to next */
  padding-top: 8px;  /* space between main menu items (on web page) */
  padding-bottom: 8px;  /* space between main menu items (on web page) */
  padding-left:0px;   
  text-align: left;

  font-size: 16px; font-weight: bold; font-style:italic; fonr-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  
  color: rgba(255,255,255,1.0); 
  text-shadow: 0px 0px 3px rgba(0,0,0,0.7), 0px 0px 12px rgba(255,255,255,1.0)
}

#menuV2 ul li a
{
    line-height:14px; /* spacing tween item in popup menu */
    margin-top: 0px; /* separates menu box items in submenu */

  font-size: 13px; font-weight: bold; font-style:italic; fonr-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; 
  color: rgba(255,255,255,1.0);
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}


#menuV2 ul li a:hover
{
    line-height:14px; /* spacing tween item in popup menu */
    margin-top: 0px; /* separates menu box items in submenu */

  font-size: 13px; font-weight: bold; font-style:italic; fonr-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;  
  color: rgba(255,255,255,1.0); 
  text-shadow: 0px 0px 3px rgba(0,0,0,0.7), 0px 0px 12px rgba(255,255,255,1.0)
}

              
#menuV2 li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
 

     
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 280px; /*Sub Menu Items width */
    visibility:hidden;

}


    
#menuV2 a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}


#menuV2 li:hover, #menuV2 li.onhover
{
    background-position:0 -62px;
}
#menuV2 ul li
{
/*    background: rgba(87,143,157, 0.9); 
    background: rgba(57,113,117, 0.9); 
 background: rgba(0,170,218, 0.99);  
*/
 background: rgba(0,157,218, 0.96); 
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
/*    background: rgba(87,143,157, 0.9); */
 background: rgba(0,157,218, 0.96); 
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */