/* ================================================================ 
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:724px; position:relative; z-index:100; background: url('images/menuBkTile.gif') repeat-x; height: 28px;}
.menu ul {padding:0;margin:0 0 0 75px;list-style-type:none;}
.menu li {float:left;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #2Ea1b9;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 17px 0 17px;
	display: block;
	float: left;
	height: 21px;
}

/* style the top level hover */
.menu a:hover{
	background-color: #FFFFFF;
	border-left: 1px solid #c4d6c5;
	border-right: 1px solid #c4d6c5;
	padding: 7px 16px 0 16px;
}

.menu :hover > a{
	background-color: #FFFFFF;
	border-left: 1px solid #c4d6c5;
	border-right: 1px solid #c4d6c5;
	padding: 7px 16px 0 16px;
}

/* style for the dropdown menu */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:28px;
	left:-75px; 
	width:125px;
	background: url('images/dropDownBkTile.gif') repeat-y;
	border-bottom: 1px solid #c4d6c5;
	border-top: 1px solid #c4d6c5;
	padding-top: 6px;
	padding-bottom: 15px;
	border-left: 1px solid #c4d6c5;
	border-right: 1px solid #c4d6c5;
}

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

/* 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:#2Ea1b9; 
	height:20px; 
	line-height:13px ;
	padding: 5px 0 0 16px;
	width:109px;
	overflow:hidden;
	text-transform: capitalize;
	background: url('images/dropDownBkTile.gif') repeat-y;
	font-weight: normal;
}

/* style the drop down hovers */
.menu ul ul a:hover{
	background: #e2f1e3;
	border: 0;
	padding: 5px 0 0 16px;
	width:109px;
	overflow:hidden;
}
.menu ul ul :hover > a {
	background: #e2f1e3;
	border: 0;
	padding: 5px 0 0 16px;
	width:109px;
	overflow:hidden;
}

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


.mainMenuWrap {
	border-top: 1px solid #c4d6c5;
	border-bottom: 1px solid #c4d6c5;
	width: 724px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}

.selected a { 
	background-color: #FFFFFF;
	border-left: 1px solid #c4d6c5;
	border-right: 1px solid #c4d6c5;
	padding: 7px 16px 0 16px;
}
