﻿#menuV2 li, #menuV2 a {
	zoom:1;
} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{
	width: 180px; /* 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: 20;
	background-color: #999;
}

#top_link_on 
{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center top;
}
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: 0 2px;
}
#menuV2 li a
{
	border-top: 1px solid #666;
	display: block;
	/*overflow: auto; force hasLayout in IE7 */
    color: #FFF;
	text-decoration: none;
	line-height:26px;
	padding-left:26px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#menuV2 ul li a
{
    line-height:30px;
}
                
#menuV2 li a.arrow:hover
{
	background-image: url(arrowon.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-color: #70bf04;
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
	position: absolute;
	width: 200px; /*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 -50px;
	background-color: #70bf04;
}
#menuV2 ul li
{
	background-image: none;
	background-color: #333;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
	background-image: none;
	background-color: #70bf04;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */
