table#nav {
	color: #000099;
	width: 540px;
	background-image: url(navhead.jpg);
	Background-position: top right;
}
table#nav td {
	border-left: 2px #d5dee7;
	border-right: 2px #d5dee7;
	color: #dfdfdf;
	font-family: "Verdana";
	font-size: 8px;
	font-weight: bold;
    letter-spacing: 0.2ex; 
	padding-top: 1px;
	padding-bottom: 2px;
}
table#nav td.first {
	border: 2px solid #979797;
}

#nav td a, #nav td a:link {
	color: #dfdfdf;
	display: block;
	padding: 2px 12px;
	text-decoration: none;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.4ex;	
}
#nav a.active:link, #nav a.active, #nav a.active:hover  {
	color: black;
	background-image: url(navhead.jpg);
	Background-position: top right;
	display: block;
	font-family: "Verdana";
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.4ex;	
} 

#nav td a:hover, #nav td:hover {
	background-image: url(buttonbg.jpg);
	Background-position: top right;
	color: #d5d5d5;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.4ex;	
}
#nav td.over {
	background-image: url(buttonbg.jpg);
	Background-position: top right;
	color: #d5d5d5;
}

/* Fix IE. Hide from IE Mac \*/
* html table#nav td { float: left; height: 1%; }
* html table#nav td a { height: 1%; }
* html #nav td ul li { float: left; }
/* End */

#nav td ul.c0 {
	display: none;
	position: absolute;
	/* Hide from IE Mac \*/
	/* End */
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	width: 170px;
	list-style-image: none;
}
#nav td ul.c0 li.c0 {
	margin: 0;
	padding: 0;
	width: 170px;
	clear: both;	
}
		
#nav td ul.c0 li.c0 a { 
	padding: 5px 12px;
	background: url(menubg.jpg);
	border: 1px #d5dee7;
	color: #000099;
	text-align: left;
	margin: 0;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
  letter-spacing: 0.1ex;	
} 


/* Sub Menu Styles */
#nav td ul.c0 li.c0 a:hover {
	color: #d5d5d5;
	background-image: url(buttonbg.jpg);
	Background-position: top right;
	border: 1px #d5dee7;
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
  letter-spacing: 0.1ex;	
}

#nav td ul.c0 li.c0 a:active {
	font-family: "Verdana";
	font-size: 10px;
	font-weight: bold;
  letter-spacing: 0.1ex;		
}	
	
#nav td:hover ul.c0, #nav td.over ul.c0 { display: block; } /* The magic */

