 /* common styling */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	width:690px;
	position:relative;
	font-size:1.05em;
	z-index:100;
	top: 40px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
/* TOP MENU link */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:100px; 
height:3em; 
color:#000; 
/*border:1px solid #fff; 
border-width:1px 1px 0 0; */
background:#ffffff;
padding-left:10px; 
line-height:3em;
}
/* hack for IE5.5 */
* html .menu ul li a, .menu ul li a:visited {
width:99px;
w\idth:89px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}
/* TOP MENU hover */
/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#00000; 
background:#ececec;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:3em;
margin-top:0px;
left:0; 
width:100px;
}
/* hack for IE5.5 */
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}
/* FIRST DROP down link - WIDTH of FIRST DROP*/
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
/* background:#cde3ff; */
background:#ffffff; 
color:#000; 
height:auto; 
line-height:2.2em; 
padding:5px 10px; 
width:160px; /* WIDTH of first drop*/
}
/* hack for IE5.5 */
* html .menu ul li a:hover ul li a {
width:100px;
w\idth:79px;
}

/* SECOND DROP down link */
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(drop.gif) bottom right no-repeat;
}
/* FIRST DROP hover */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#cccccc; 
color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:100px; 
top:0;
width:100px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-100px;
}
