/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.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.
=================================================================== */
 
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:verdana,arial, sans-serif;
	height: 58px;
}
 
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	
	
}
 
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
 
/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:58px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */
 
/* pre-load the hover images into the lists */
.menu li.p1 {width:190px; background:url(images/custom/home2.jpg) no-repeat;;}
.menu li.p2 {width:62px;background:url(images/custom/faq2.jpg) no-repeat;}
.menu li.p3 {width:115px; background:url(images/custom/contact2.jpg) no-repeat;}
.menu li.p4 {width:95px;background:url(images/custom/about2.jpg) no-repeat;}

 
/* set up the normal unhovered images in the links */
.menu li a#home {width:190px; background:url(images/custom/home1.jpg) no-repeat;}
.menu li a#faq {width:62px; background:url(images/custom/faq1.jpg) no-repeat;}
.menu li a#contact {width:115px; background:url(images/custom/contact1.jpg) no-repeat;}
.menu li a#about {width:95px; background:url(images/custom/about1.jpg) no-repeat;}

 
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#faq:hover, .menu li:hover a#faq,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#about:hover, .menu li:hover a#about


{background:transparent;}
 
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {
	position:relative;
	z-index:200;
} /* for IE7 */
 
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
.menu :hover ul {left:0; top:58px; background: #fff; padding:0px; border:1px solid #2f2f2f; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.menu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.menu :hover ul li a:hover {background:#ccc; color:#2f2f2f;}
 
.menu ul.sub1 {width:150px; height:auto;}
.menu ul.sub2 {width:185px;}
.menu ul.sub3 {width:185px;}
.menu ul.sub4 {width:185px;}
 

