td { font-family: Arial, sans-serif; font-size: 10px}

a:link { color: #000000; text-decoration: none}
a:visited { color: #999999; text-decoration: none}
a:hover { color: #990033; text-decoration: none}
a:active { color: #000000; text-decoration: none}


.style5 {font-size: xx-small}
.style6 {color: #999999}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
body,td,th {
	font-family: Arial;
}
.style9 {
	font-size: 11px;
	font-weight: bold;
}
.style11 {font-size: 10px}
.style16 {font-size: 12px}
.style19 {color: #666666}
.style20 {font-size: x-small}
.style21 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#nav {
	margin:0;
	padding:19px 0 16px 17px;
	list-style-type:none;
	font-family:Arial, sans-serif; 
	font-size:12px;
	letter-spacing:1px;
}

#nav li.first {
	border-left:none;
}

#nav li {
	list-style-type:none;
	position:relative;
	float:left;
	border-left:1px solid #696969;
	padding:0 13px;
}

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

html>body #nav li ul { 	top:auto; }

#nav li ul {
	width:130px;
	display:none;
	position:absolute;
	top:5px;
	left:-1px;
	padding:10px 0 0 0;
	margin:0;
	border-bottom:1px solid #E8E8E8;
}

#nav li ul li {
	border-top:1px solid #E8E8E8;
	border-left:1px solid #E8E8E8;
	border-right:2px solid #E8E8E8;
	font-size:10px;
	margin:0;
	padding:0;
	height:19px;
	width:128px;
	background:#fff;
}

#nav li ul li a {
	letter-spacing:0;
	display:block;
	padding:6px 0 0 4px;
}

#nav li a {
	text-transform:uppercase;
}