/* ================================================================ 
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/example_flyout.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 */
.menu2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:182px; 
	height:250px; 
	position:relative; 
	font-size:10px; 
	margin:0;
	z-index:100;

}

.menu2 ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	/*background:#eee; */
	width:182px; 
	height:250px; 
	/*border:1px solid #606;*/
}

.menu2 ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:125px;
	display:block;
	width:140px;
}

.menu2 ul li {
	float:left;
}

.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	/*overflow:hidden;*/
	float:left; 
	text-decoration:none; 
	color:#000; 
	width:182px; 
	height:28px; 
	line-height:27px; 
	font-size:10px; 
	background:transparent; 
	padding-left:0px;
	text-indent:-1000px;
	background-position:top;
}

/*------------ BUTTON CLASSES TO MAKE ROLLOVERS WORK IN IE6 --------------*/
.menu2 ul li a.about, .menu2 ul li a:visited.about {
	background-image:url(../images/about.jpg);
}

.menu2 ul li a.products, .menu2 ul li a:visited.products {
	background-image:url(../images/products.jpg);
}

.menu2 ul li a.services, .menu2 ul li a:visited.services {
	background-image:url(../images/services.jpg);
}

.menu2 ul li a.industries, .menu2 ul li a:visited.industries {
	background-image:url(../images/industries.jpg);
}

.menu2 ul li a.resources, .menu2 ul li a:visited.resources {
	background-image:url(../images/resources.jpg);
}

.menu2 ul li a.contact, .menu2 ul li a:visited.contact {
	background-image:url(../images/contact.jpg);
}

/*------------- END BUTTON CLASSES ------------------*/

* html .menu2 ul li a, * html .menu2 ul li a:visited {
	width:182px; 
	w\idth:182px;
}

.menu2 table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
	/*background:#606; */
	color:#fff;
	background-position:bottom;
}



/*----------------- BUTTON CLASSES FOR MAIN BUTTON ROLLOVERS --------------------------*/
.menu2 ul li a.about,
.menu2 ul li a.about {
	background-image:url(../images/about.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.about,
.menu2 ul li a:hover.about {
	background-position:left bottom;
}

.menu2 ul li a.products,
.menu2 ul li a.products {
	background-image:url(../images/products.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.products,
.menu2 ul li a:hover.products {
	background-position:left bottom;
}

.menu2 ul li a.services,
.menu2 ul li a.services {
	background-image:url(../images/services.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.services,
.menu2 ul li a:hover.services {
	background-position:left bottom;
}

.menu2 ul li a.industries,
.menu2 ul li a.industries {
	background-image:url(../images/industries.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.industries,
.menu2 ul li a:hover.industries {
	background-position:left bottom;
}

.menu2 ul li a.resources,
.menu2 ul li a.resources {
	background-image:url(../images/resources.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.resources,
.menu2 ul li a:hover.resources {
	background-position:left bottom;
}

.menu2 ul li a.contact,
.menu2 ul li a.contact {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.menu2 ul li:hover a.contact,
.menu2 ul li a:hover.contact {
	background-position:left bottom;
}



/* -------------------------- END CLASSES FOR MAIN BUTTON ROLLOVERS ------------------*/

.menu2 ul li:hover {
	position:relative; 
	z-index:90;
	background-position:bottom;
}

* html .menu2 ul li a:hover {
	position:relative;
	z-index:100;
	background-position:bottom;
}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	visibility:visible;
	position:absolute; 
	height:auto; 
	/*border:1px solid #606; */
	background:#2d466c;
	overflow:visible;
	background-position:bottom;
}


/*------------ flyouts -----------*/
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block;
	background:transparent;
	color:#fff;
	line-height:12px;
	padding:4px 0 4px 10px;
	width:140px;
	height:auto;
	text-decoration:none;
	text-indent:0;
	background-image:url(../images/navfobg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	/*background:#069;*/
	color:#CCCCCC;
	color:#DBF5FD;
	/*color:#ff0;*/
	background-position:bottom;
	
}

.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
	top:0;
	left:85px;
}

.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	height:auto;
	color:#000;
	padding:0;
	border:1px solid #069;
	list-style-type:none;
	background:#069;
}

.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background:transparent;
	color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background:#eee;
	color:#000;
}