 /* common styling */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	font-size:1em;
	padding-bottom:0px;
	font-weight: bold;
	background: #eee;
	z-index: 1;
	
}

.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

.menu ul li {
	float:left;
	position:relative;
	font-weight: bold;
	
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#1b56a4;
	width:78px;
	height:2em;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#eee;
	padding-left:5px;
	line-height:2em;
	font-weight: bold;
	

}
* html .menu ul li a, .menu ul li a:visited {
width:81px;
w\idth:76px;
}
.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 {
color:#fff; 
background:#1b56a4;
}
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:2em;
margin-top:1px;
left:0; 
width:150px;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display:block; 
background:#eee; 
color:#1b56a4; 
height:auto; 
line-height:1.0em; 
padding:5px 10px; 
width:129px
}
.menu ul li:hover ul li a.drop {
	background:#C2D3FC url(images/drop.gif) bottom right no-repeat;
	background-color: #1b56a4;
}
.menu ul li:hover ul li a:hover {
background:#1b56a4; 
color:#fff;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
	width:150px;
	background-color: #FFCC80;
}
.menu ul li:hover ul li:hover ul.left {
left:-150px;
}
