/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#nav {
text-align:left;
font-family: verdana, sans-serif;
position:relative;
font-size:0.9em;height:3em;
margin:0;
padding:0;
list-style-type:none;
width: 100%;
background: #FFF;
border-bottom: #909 solid 3px;
text-align: left;
font-weight: bold;
}
#nav ul {
padding:0;
margin:0;
list-style-type:none;
/* for Firefox */
}
#nav li {
float:left;
position:relative;
}
#nav li a, #nav li a:visited {
text-align: center;
display:block;
text-decoration:none;
width:10em;
color:#000;
float:left;
padding-right:1em;
height:3em;
line-height:3em;
color:#909;
}

* html #nav li a, #nav li a:visited {
width:10em;
w\idth:10em;
/* hack for IE5.5 */
}

#nav li a.drop, #nav li a.drop:visited {
font-weight:bold;
}
#nav li ul {
visibility:hidden;
position:absolute;
top:2.5em;
left:0;
height:0;
overflow:hidden;
}
#nav table {
margin:-1px;
border-collapse:collapse;
font-size:1em;
/* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
#nav li:hover a,
#nav li a:hover {
text-decoration:underline;
border:0;
}
#nav li:hover ul,
#nav li a:hover ul {
visibility:visible;
height:auto;
width:17em;
background:#fff;
border:1px solid #ddd;
left:0;
top:2.5em;
overflow:visible;
}
#nav li:hover ul li a,
#nav li a:hover ul li a {
text-align: left;
display:block;
font-weight:normal;
background:transparent;
text-decoration:none;
height:auto;
line-height:1.5em;
padding:0.5em;
width:17em;
}
* html #nav li a:hover ul li a {
width:17em;
w\idth:17em;
/* hack for IE5.5 */
}
#nav li:hover ul li a.drop,
#nav li a:hover ul li a.drop {
font-weight:bold;
}
#nav li:hover ul li ul,
#nav li a:hover ul li a ul {
visibility:hidden;
position:absolute;
top:0;
left:15em;
height:0;
overflow:hidden;
}
#nav li:hover ul li a:hover,
#nav li a:hover ul li a:hover {
text-decoration:underline;
}
#nav li:hover ul li:hover ul,
#nav li a:hover ul li a:hover ul {
visibility:visible;
color:#000;
border:1px solid #ddd;
height:auto;
background:#fff;
width:17em;
} 
#nav li:hover ul li:hover ul.left,
#nav li a:hover ul li a:hover ul.left {
left:-9.3em;
}
#nav li:hover ul li:hover ul li a,
#nav li a:hover ul li a:hover ul li a {
display:block;
height:auto;
}
#nav li:hover ul li:hover ul li:hover a,
#nav li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
