#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
    width: 160px; /* Main Menu Item widths */
   /* border: 1px solid #ccc;*/
    border-top:none;
    position: relative;
	font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;
	/*background-color:#0F0;*/
}
                
/* Top level menu links style
---------------------------------------*/

#menu-v li
{
   /* background:  url(bg.gifaaa) repeat-x 0 0px;*/
    list-style: none; margin: 0; padding: 0;margin-top: 1px;
}
#menu-v li a
{
    font: 11px tahoma;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: #00063E;
    text-decoration: none;
    line-height:26px;
    padding-right:5px;
	border-radius: 10px 10px 10px 10px;            
}
#menu-v ul li a
{
    line-height:20px;
}
                
#menu-v li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
	background-color:#BEE1F5;color:#F00;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 180px; /*Sub Menu Items width */
    visibility:hidden;
	margin-top:00px;
	margin-left:-300px;
	float:right;
	
}
        
#menu-v a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
#menu-v li:hover a:hover, #menu-v li.onhover
{
    background-position:0 -62px;
	background-color:#BEE1F5;
	color:#F00;
	
}
#menu-v ul li
{
    background: rgba(211,200,255, 1);
    background-image:none;
	border:1px #00F solid;
	border-radius: 10px 10px 10px 10px; 
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    
    background-image:none;

}

        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */