/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */

.menu {
text-align:left; font-family: Tahoma, sans-serif; position:relative; font-size:0.8em;
height:2em; margin:0px;  padding:0px; list-style-type:none; margin-bottom: 10px;
}
.menu ul {
padding:0px; margin:0px; list-style-type:none; /* for Firefox */
}
.menu li {
float:left; position:relative;
}
.menu li a, .menu li a:visited {
display:block; text-decoration:none; width:10em; color:#000; float:left; padding-left:1em;
padding-right:1em; height:2em; line-height:2em; color:#666666; 
}
.menu li a.drop, .menu li a.drop:visited {
font-weight:bold;
}
.menu li ul {
visibility:hidden; position:absolute; top:2em; left:0px; height:0px; overflow:hidden;
}
.menu table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* first line style for IE7 and non-IE browsers and the second line for IE6 */
.menu li:hover a,
.menu li a:hover {
text-decoration:none; border:0; background: #ddd;
}
/*sub menu*/
.menu li:hover ul,
.menu li a:hover ul {
visibility:visible; height:auto; width:11.7em; background:whitesmoke;
border:1px solid #ddd; left:0; top:2em; overflow:visible;
-moz-border-radius: 0px 0px 10px 10px;
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; 
line-height:1.1em; padding-left:1em; padding-right: 1em; padding-top: 0.5em; padding-bottom: 0.5em; 
width:9.7em;
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
font-weight:bold;
}
.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:10.7em; height:0; overflow:hidden;
}
/*drop down items*/
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
text-decoration:none; background:#ddd;
}
/*sub sub menu*/
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:whitesmoke; width:10.7em;
} 
.menu li:hover ul li:hover ul.left,
.menu li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
text-decoration:none;
}

.home {width: 6em; overflow: hidden; margin-left: 140px; }


