/* ================================================================ 
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 */
body {
	background-color:#000000;
	font-family: Verdana, Arial, sans-serif;
}
.menu {
	font-family: Verdana, Arial, sans-serif;
	/*width:750px;
	height:100px;*/
	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;*/
}
.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;
	background:#ddd;
	color:#000;
	width: 175px;
	height: 35px;
	left: -40px;
	padding-top: 2px;
	text-align: left;
	padding-left: 4px;
}
.menu ul li:hover ul li a:hover {
	background:#000000;
	color:#FFFFFF;
}
.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: 100px;
	height: 35px;
}
#home a {
	width: 100px;
	height: 35px;
}
#home:hover {
	border:none;
	background-image:url(../images/redHome.jpg);
	width:100px;
	height:35px;
}
#product {
	width: 110px;
	height: 35px;
	background-image: url(../images/blackProduct.jpg);
}
#product a {
	width: 110px;
	height: 35px;
}
#product:hover {
	width: 110px;
	height: 35px;
	border:none;
	background-image: url(../images/redProduct.jpg);
}
#why {
	width: 166px;
	height: 35px;
	background-image: url(../images/blackWhy.jpg);
}
#why a {
	width: 166px;
	height: 35px;
}
#why:hover {
	width: 166px;
	height: 35px;
	border: none;
	background-image: url(../images/redWhy.jpg);
}
#applications {
	width: 147px;
	height: 35px;
	background-image: url(../images/blackApplications.jpg);
}
#applications a {
	width: 147px;
	height: 35px;
}
#applications:hover {
	width: 147px;
	height: 35px;
	border:none;
	background-image: url(../images/redApplications.jpg);
}
#faq {
	width: 91px;
	height: 35px;
	background-image: url(../images/blackFAQs.jpg);
}
#faq a {
	width: 91px;
	height: 35px;
}
#faq:hover {
	width: 91px;
	height: 35px;
	border:none;
	background-image: url(../images/redFAQs.jpg);
}
#contact {
	width: 117px;
	height: 35px;
	background-image: url(../images/blackContact.jpg);
}
#contact a {
	width: 117px;
	height: 35px;
}
#contact:hover {
	width: 117px;
	height: 35px;
	border:none;
	background-image:url(../images/redContact.jpg);
}

