body {
	margin: 0;
	padding: 0;
	font: 11px Arial,Helvetica,sans-serif;
}

#topnav {
	width: 775px;
	margin: 0;
	padding: 0;
}

.topnavcell {
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.topnavspace {
	width: 2px;
	height: 25px;
	margin: 0;
	padding: 0;
}



.topnavcellOLDDELETEME {
	background: url("../images/nav/top_nav_bg_0.gif") no-repeat;
	width: 155px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.topnavcell1 {
	width: 155px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.topnavcell1DELETEME{
	background: url("../images/nav/top_nav_bg_1.gif") no-repeat;	
	width: 155px;
	height: 25px;
	margin: 0;
	padding: 0;
}

#topnav td a {
	display: block;
	margin: 0;
	padding: 4px 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	voice-family: "\"}\"";
    voice-family: inherit;
	padding: 5px 6px;
    width: 155px;
	height: 25px;
}

html>body #topnav td a {
	width: auto;
	height: auto;
}

#topnav td a:hover {
	color: #000;
}

.subnav {
	visibility: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
	width: 155px;
}

.subnavcell {
	width: 155px;
	height: 23px;
	margin: 0;
	padding: 0;
}

.subnavcell1 {
	width: 155px;
	height: 23px;
	margin: 0;
	padding: 0;
}

.subnav td a {
	background: url("../images/nav/sub_nav_bg_0.gif") repeat-y;
	display: block;
	margin: 0;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}

.subnav td a:hover {
	background: url("../images/nav/sub_nav_bg_1.gif") repeat-y;
	color: #000;
}