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

/* these are the titles */
#nav a {
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #1C5691;
}

/* these are the menu drop downs */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #1C5691;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	background-color: #BBC0C4;
	padding: 0.2em 5px;
	border-bottom: solid 1px white;
}

#nav li li a:hover {
	font-size: 11px;
	background-color: #D9DEE2;	
	color: #1C5691; 	
}

/* these are the titles */
li {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	cursor: hand;
	background-color: #F5EDE3;
}

li#empty {
	width: 100px;
}


/* use this to fix the cell drop downs in IE */
li ul {
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	font-weight: normal;
	padding: 0em;
	border: solid 1px #1C5691;
	background-color: white;
}

/* fix the cell drop downs in Safari, moz, opera */
li>ul {
	top: 23px;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
