/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*          *** modded 09/14/08 by arrayInteractive.ca ***          */

.menu {width:740px; position:relative; z-index:100;  height: 25px;}
.menu ul {padding:0; margin:0 0 0 0px; list-style-type:none;}
.menu li {float:left; position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	font-size: 12px;
	color: #fff; 
	font-weight: normal;
	text-decoration: none;
	padding: 6px 22px;
	display: block;
	float: left;
	height: 20px;
}

/* style the top level hover */
.menu a:hover{
	background-color: #66aa66;
	padding: 6px 22px;
	text-decoration: none;
}

.menu :hover > a{
	background-color: #66aa66;
	padding: 6px 22px;
	text-decoration: none;
}

/* style for the dropdown menu */
/*.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:32px;
	left:-40px; 
	width:150px;
	background-color: #006699;
	padding: 0px;
	
}*/

/* hack for IE5.5 */
* html .menu ul ul {top:32px;t\op:32px;}

/* 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; border-collapse:collapse;}

/* style the dropdown links */
/* .menu ul ul a, .menu ul ul a:visited {
	color:#ffffff; 
	height:20px; 
	line-height:20px ;
	padding: 6px 20px;
	width:150px;
	overflow:hidden;
	background-color: #006699;
	font-weight: normal;
	border-top: 1px solid #AAA;
} */

/* style the drop down hovers */
/* .menu ul ul a:hover{
	padding: 6px 20px;
	width:150px;
	overflow:hidden;
	background-color: #66aa66;
	color:#ffffff;
}
.menu ul ul :hover > a {
	padding: 6px 22px;
	width:150px;
	overflow:hidden;
	background-color: #66aa66;
	color:#ffffff;
}

.menu ul li:hover ul,
.menu ul li a:hover ul{visibility:visible; }*/


.mainMenuWrap {
	width: 746px;
	position: relative;
	margin-top: 3px;
	padding-bottom:7px;
	border: 3px solid  #e8e9dd;
}


/* g7 menu */
#g7menuWrap {
	width: 734px;
	position: relative;
	border: 3px solid  #e8e9dd;
	background-color: #edefa0;
	height:30px;
		
}

#g7menuWrap .menu a, #g7menuWrap .menu a:visited {
	font-size: 12px;
	color: #204458; 
	font-weight: normal;
	text-decoration: none;
	padding: 5px 0px; 
	margin:0; 
	
}

#g7menuWrap .menu ul li a{width:120px;text-align:center; margin:0px;}

#g7menuWrap li.lineDiv {margin-top:5px}

#g7menuWrap .menu a:hover{
	background-color: #edefa0;
	color: #006699;
	font-weight:bold;
	text-decoration: none;
}

#g7menuWrap .menu :hover > a{
	background-color: #edefa0;
	color: #006699;
	
	text-decoration: none;

}

/* g7 submenu RH SIDE */
.rightSideNav{margin: 8px;}

ul.rsMenu {font-size:12px; line-height:16px; margin-top:0px;}

ul.rsMenu li{list-style-type:none;
margin-left:25px; margin-bottom:20px;
}

ul.rsMenu li a{color:#666666;}
ul.rsMenu li a:hover {color: #006699;
	text-decoration: none;
}


ul.rsMenu li img {margin-left:-25px; float:left; margin-top:0px; 
}


/* internal page SUBMENU */
#sub_menu {padding:0px;}
#sub_menu h1 { color: #006699; font-size: 12px; font-family: Verdana; font-weight: bold; padding:0; border-bottom: 1px solid #6a6 }
#sub_menu h1 a   { color: #006699; text-decoration: none; display: block; padding: 12px; }
#sub_menu h1 a:hover
   { text-decoration: none; color: #006699; font-weight: bold; background-color: #bccee4; display:block; }
#sub_menu h1.current { border-bottom: 3px solid #6a6; }
#sub_menu  { color: #006699; font-size: 12px; font-family: Verdana; width: 183px }
#sub_menu ul { margin:0; padding: 0px; }
#sub_menu ul li {
	list-style-type:none;
	text-align: left;
	border-bottom: 1px solid #D3D6CC;
}
#sub_menu ul li a  { color: #666666; text-decoration: none; display: block; padding: 8px 12px }
#sub_menu ul li.current a:link, #sub_menu ul li.current a:visited {color:#006699;}
#sub_menu ul li a:hover {background-color: #bccee4; text-decoration: none; color: #666666; background-color: #bccee4; display:block;}
#sub_menu ul.current {
	border-bottom: 1px solid #6a6;}

#sub_menu img {margin-left:12px; padding-right:6px; float:left}

#sub_menu ul ul {
	background-color:#FAF8EE;
}
#sub_menu ul ul h1 a {color:#666666; padding:12px;}
#sub_menu ul ul h1 a:hover {color:#006699;}
#sub_menu ul ul h1.current a {color:#006699;}


