/* ================================================================ 
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 */
.menu1
{
   font:bold 0.9em Calibri, "Trebuchet MS", sans-serif;width:133px; 
height:160px; 
position:relative;  
margin:0; background:#d4d4d4; padding:5px 10px; border:1px solid #888;
	top: 7px;
	left: 0px;
}
.menu1 ul {
padding:0; margin:0; list-style-type: none;
}
.menu1 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-1px; left:130px;
}
.menu1 ul li {
float:left; position:relative; z-index:90;
}
.menu1 ul li a, .menu1 ul li a:visited {
display:block; float:left; text-decoration:none; color:#000; 
width:125px; height:auto; line-height:1.1em; font-size:1.1em; background:transparent;
/*padding-left:10px;*/padding:0.2em 0.5em 0.2em 0.2em;
}
* html .menu1 ul li a, .menu1 ul li a:visited {width:130px; w\idth:130px;}
.menu1 ul li.home {font:bold 1.0em verdana;}
.menu1 ul li.products {font:bold 1.0em verdana;}
.menu1 ul li.services {font:bold 1.0em verdana;}
.menu1 ul li.contact {font:bold 1.0em verdana;}



.menu1 table {
border-collapse:collapse; border:0; padding:0; font-size:0.8em; position:absolute; left:0; top:0;
}

.menu1 ul li:hover a,
.menu1 ul li a:hover{
text-decoration:underline; border:0;color:#989898;
}

.menu1 ul li a:hover {position:relative; z-index:100;}

.menu1 ul li:hover ul,
.menu1 ul li a:hover ul {
/*visibility:visible; width:170px; height:auto; border:1px solid #606; z-index:10; background:#f8f8f8; overflow:visible;*/
visibility:visible; z-index:10; width:170px; height:auto; color:#000; padding:0;
border:0 solid #888;overflow:visible; list-style-type:none; background:#eee;
}
.menu1 ul li:hover ul li a,
.menu1 ul li a:hover ul li a{
display:block; background:transparent; color:#000; width:135px; line-height:15px; padding:5px 0 5px 20px; 
height:auto; text-decoration:none;font:normal 0.9em arial;
}
* html .menu1 ul li a:hover ul li a {width:170px; w\idth:135px;}

.menu1 ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover {
text-decoration:underline; border:0;
}
.menu1 ul li:hover ul li ul,
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:161px;
}
.menu1 ul li:hover ul li:hover ul,
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:150px; height:auto; color:#000; padding:0; 
border:0px solid #888; list-style-type:none; background:#eee;
}
.menu1 ul li:hover ul li:hover ul li a,
.menu1 ul li a:hover ul li a:hover ul li a {
display:block; width:115px; background:transparent; color:#000;
}
* html .menu1 ul li a:hover ul li a:hover ul li a {width:150px; w\idth:115px;}

.menu1 ul li:hover ul li:hover ul li a:hover,
.menu1 ul li a:hover ul li a:hover ul li a:hover {
background:#ddd; text-decoration:underline;
}

