﻿.menu 
{ 
	float:right; 
	font-size:12px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing:1px; 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	z-index:10000; 
	width:962px;
	background: #559100 url(../images/menu_bg_top.jpg) repeat-x;
	height:21px	
}
.menu ul { float:none; margin:0px; padding:0px; list-style:none; height:21px; position:relative;left:10%;z-index:10000; }
.menu li { float:none; margin:0px; padding:0px; background:none; height:26px;}
.menu a 
{ 
	float:right; 
	color:#ffffff;	
	background: #559100 url(../images/menu_bg_top.jpg) repeat-x;
	margin:0px 0px; 
	padding:0px 20px 0px 20px;
	text-decoration:none; 
	cursor:auto;
	display:block;
	line-height:19px;
	border:solid 1px #559100;
}
.menu ul ul li { float:right; margin:0px; padding:0px; background:none;  height:auto;z-index:10000;  } 
.menu a span 
{ 
	float:left; 	
	background-color:#559100;
	padding:3px 16px 4px 6px; 
	margin-right:0px; 
	color:#FFF; 
	height:21px;  
	border-width:1px 1px 1px 1px;	
}
.menu .current { clear:both; color:#ffffff; color:#0C4898; }

.menu a:hover 
{ 
	float:left; 
	color:#FFFFFF; 
	background: #559100 url(../images/menu_bg_h.jpg) repeat-x;
	margin:0px 0px; 
	padding::0px 20px 0px 20px;
	text-decoration:none; 
	cursor:pointer; 
	border-right-color: #BEC043;
	border-left-color: #BEC043;
}
.menu a:hover span 
{ 
	float:left; 
	background: #4896E8 url(../images/menu_bg_h.jpg) repeat-x;
	padding:0px 5px 4px 6px; 
	margin-right:0px; 
	color:#FFF; 
	height:21px;  
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul ul {width:auto;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li,.menu a {float:left;width:auto; position:relative;}

/* style the links for the top level */
.menu ul ul  a , .menu ul ul a:visited 
{
	width:128px;
	border:1px solid #fff; 
	border-width:1px 1px 1px 1px; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:auto;
width:auto;
}

/* style the second level background */
.menu ul ul a, .menu ul ul a:visited 
{	
	 background-color:White;
	 color:#ffffff;
	 font-weight:normal;	
	 border-color:#68b001;
	 border-style:solid;
	 border-bottom-width:1px;
	 border-left-width:1px;
	 border-right-width:1px;
}
/* style the second level hover */
.menu ul ul a:hover
{
	background: #4896E8 url(../images/menu_bg_h.jpg) repeat-x;	
	color:#ffffff;
	font-weight:normal;	
	border-color:#ffffff;
	border-style:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
}
/*.menu ul ul :hover > a 
{
	background: #4896E8 url(../images/menu_bg_h.jpg) repeat-x;
	color:#FFFFFF;
}*/

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{	
	background-color:White;
	color:#ffffff;
	font-weight:normal;	
	border-color:#68b001;
	border-style:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	margin:0px 2px 0px 2px; 
	z-index:10000; 
}
/* style the third level hover */
.menu ul ul ul a:hover 
{
	background: #4896E8 url(../images/menu_bg_h.jpg) repeat-x;	
	color:#ffffff;
	font-weight:normal;	
	border-color:#ffffff;
	border-style:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	margin:0px 2px 0px 2px; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0; 
	width:auto;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:33px;top:34px;}

/* position the third level flyout menu */
.menu ul ul ul{ left:167px; top:0; width:auto;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* yet another hack for IE5.5 */
* html .menu ul ul a{width:auto;width:128px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}

/* keep the FOURTH level hidden when you hover on SECOND level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}

/* make the FOURTH level visible when you hover over THIRD level list OR link */
.menu ul :hover ul :hover ul :hover ul{visibility:visible;}

/* keep the FIFTH level hidden when you hover on THIRD level list OR link */
.menu ul :hover ul :hover ul :hover ul ul{visibility:hidden;}

/* make the FIFTH level visible when you hover over FOURTH level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul{visibility:visible;}

/* keep the SIXTH level hidden when you hover on FOURTH level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul ul{visibility:hidden;}

/* make the SIXTH level visible when you hover over FIFTH level list OR link */
.menu ul :hover ul :hover ul :hover ul :hover ul :hover ul{visibility:visible;}