.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:675px;
	position:relative;
	font-size:12px;
	z-index:100;
	color: #666666;
	letter-spacing: 2px;
	text-align: center;
	margin-right: 10px;
	padding-top: 5px;
}
.menu ul {
	margin:0;
	list-style-type: none;
	padding: 0;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#666666;
	text-align: center;
	width:110px;
	line-height:27px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	border-top-style: none;
	border-bottom-style: none;
}
.menu ul li ul {
display: none;
}

table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#CC0000; 

}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2em;
margin-top:1px;
left:0; 
width:110px;
}
* html .menu ul li a:hover ul {
margin-top:0;
margin-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;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block;
	color:#666666;
	text-align: left;
	height:auto;
	line-height:1.4em;
	width:130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #E7E5DF;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}


.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	color:#000;
	background-color: #FFFFCC;
}
