﻿#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{
	width: 180px;
	position: relative;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuV2 li a
{
	display: block;
	/*overflow: auto; force hasLayout in IE7 */
	color: #39C;
	text-decoration: none;
	line-height: 26px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#menuV2 li a:hover {
	color: #FFF;
}

#menuV2 ul li a
{
	line-height: 30px;
	color: #FFF;
}
                
#menuV2 li a.arrow:hover
{
	background-image: url(arrowon.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color: #FFF;
}
        
/*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 -62px;
	color: #FFF;
}
#menuV2 ul li
{
    background: #F0F1F4;
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
	background: #FFF;
	background-image: none;
	color: #FFF;
}

        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */
#menu_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	display: block;
	width: 800px;
	float: none;
	clear: both;
	height: 30px;
	margin: auto;
	text-align: center;
}
#menu_footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_footer ul li {
	list-style-type: none;
}
#menu_footer ul li a{
	display: inline;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#menu_footer ul li a:hover {
	color: #39C;
}
