@charset "utf-8";

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

#menuV2 li
{
    /*background: #FFF url(bg.gif) repeat-x 0 2px;*/
	background: #D3DA3B url(bg.png) repeat-x 0 1px;
    list-style: none; margin: 0; padding: 0;
}
#menuV2 li a
{
    font: normal 15px Helvetica, Arial, sans-serif;
    /*border-top: 1px solid #ccc;*/
	border-top: 0px solid #D3DA3B;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: #ffffff;
	font-weight:normal;
    text-decoration: none;
    line-height:25px;
    /*padding-left:26px;*/
	padding-left:54px;
}
#menuV2 ul li a
{
    line-height:25px;
}
                
#menuV2 li a.arrow:hover
{
    /*background-image:url(arrowon.gif);*/
	background-image:url(bgs.png);
    background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #6B972E;
    /*background-position: 97% 50%;	*/
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menuV2 a.arrow
{
	background: #D3DA3B url(bg.png) repeat-x 0 0px;
    /*background-image:url(arrow.gif);*/
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menuV2 li:hover, #menuV2 li.onhover
{
    /*background-position:0 -62px;*/
	background-image:url(bgs.png);
    background-repeat: no-repeat;
	background-position: 8% 50%;
	color:#6B972E;
}
#menuV2 ul li
{
	background: url(bg.png) repeat-x 0 0px;
    /*background: #F0F1F4;*/
    background-image:url(bg.png);
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    /*background: #FFF;
    background-image:none;*/
	background-image:url(bgs2.png);
    background-repeat: no-repeat;
	background-position: 8% 50%;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */
