/* --------- 1. defaults  --------- */


		

body {
	background-image: url.backGround.jpg);
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.76em;
	background: #EAEAEA url(../images/backgroundSlither.jpg) repeat-x;
}





/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu {
	font-family: Verdana, Arial, sans-serif;
	/*width:750px;
	height:100px;*/
	height:79px;
	position:relative;
	font-size:11px;
	z-index:100;
	font-weight: bold;
}
.menu ul {
	margin:0;
	padding:0;
	list-style: none;
}
.menu ul li a, .menu ul li a:visited {
	font-weight:bold;
	display:block;
	padding-top: 3px;
	margin-top: 0px;
	text-decoration:none;
	height:35px;
	text-align:center;
	vertical-align: center;
	color:#ffffff;
	border:0px solid #fff;
 	background: none;
	background-position: 0% 40%;
	line-height:14px;
	font-size:10px;
	overflow:hidden;
	z-index:100;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
/*color:#fff;
	background:#36f;*/
	padding-top: 35px;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	/*top:21px;*/
	left:0;/*width:105px;*/
}
.menu ul li:hover ul li a.hide {
	background:none;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {
	background:#000000;
	color:#FFFFFF;
	padding-top:20px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	background:#ddd;
	/*color:#000;*/
}

.menu ul li:hover ul li a {
	display:block;
	/* Drop Down Menu Colour Change */
	background:#dfdfe3;
	color:#000000;
	width: 305px;
	height: 25px;
	padding-top: 2px;
	text-align: left;
	border-color:#000000;
}

.menu ul li:hover ul li a:hover {
	/* Drop Down Hover Menu Colour Change */
	background:#ffffff;
	color:#2a3a96;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
#home {
	background-image:url(../images/blackHome.jpg);
	width: 130px;
	height: 77px;
}
#home a {
	width: 130px;
	height: 77px;
}
#home:hover {
	border:none;
	background-image:url(../images/redHome.jpg);
	width:130px;
	height:77px;
}

#why {
	width: 109px;
	height: 77px;
	background-image: url(../images/blackWhy.jpg);
	margin-right: 0px;
	margin-left: 0px;
}
#why a {
	width: 109px;
}
#why:hover {
	width: 109px;
	height: 77px;
	border: none;
	background-image: url(../images/redWhy.jpg);
}

#business {
	width: 107px;
	height: 77px;
	background-image: url(../images/blackBusiness.jpg);
	margin-right: 0px;
	margin-left: 0px;
}
#business a {
	width: 107px;
}
#business:hover {
	width: 107px;
	height: 77px;
	border:none;
	background-image: url(../images/redBusiness.jpg);
}

#schools {
	width: 112px;
	height: 77px;
	background-image: url(../images/blackSchools.jpg);
}
#schools a {
	width: 112px;
}
#schools:hover {
	width: 112px;
	height: 77px;
	border:none;
	background-image: url(../images/redSchools.jpg);
}

#funding {
	width: 103px;
	height: 77px;
	background-image: url(../images/blackFunding.jpg);
}
#funding a {
	width: 103px;
}
#funding:hover {
	width: 103px;
	height: 77px;
	border:none;
	background-image: url(../images/redFunding.jpg);
}

#services {
	width: 102px;
	height: 77px;
	background-image: url(../images/blackServices.jpg);
}
#services a {
	width: 102px;
}
#services:hover {
	width: 102px;
	height: 77px;
	border:none;
	background-image:url(../images/redServices.jpg);
}

#contact {
	width: 113px;
	height: 77px;
	background-image: url(../images/blackContact.jpg);
}
#contact a {
    width: 113px;
}
#contact:hover {
    width: 113px;
	height: 77px;
	border:none;
	background-image:url(../images/redContact.jpg);
}

/*------------------------- Contact Form ----------------------------*/
#checkBoxTextTwo {
	font-size: 0.9em;
	width:280px;
	height:24px;
	float:left;
	margin-top: 4px;
	margin-right: 7px;
}

#QuoteForm2Left {
	width: 160px;
	height: 330px;
	float: none;
	margin-top: 20px;
		}
		
#QuoteForm2Right {
	width: 296px;
	height: 330px;
	float: right;
	margin-top: 6px;
		}
