body {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	line-height: 22px;
	font-size:14px;
	color: #666666;
}

#menu, #menu a {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	font-size: 14px; 
	font-weight:bold; 
	color:#ffffff; 
	text-decoration:none;
}
#menu a:hover {
	text-decoration: none;
	color: #336699;
}

.submenu {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color:#333333; 
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #99cc33;
	text-decoration: underline;
}






/* TOP MENU */
#horizontal_table_nav table {
	border-collapse: collapse;
}
#horizontal_table_nav td {
	background-image: url(../images/topbar_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding: 0px 3px 0px 0px;
	background-image: none;
}
#horizontal_table_nav td.current {
	background-image: url(../images/topbar_highlight_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#horizontal_table_nav div {
	background-image: url(../images/topbar_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 0px;
	height: 29px;
	margin: 0px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/topbar_highlight_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 7px 0px 0px 0px;
	height: 29px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Halvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	height: 29px;
}
#horizontal_table_nav a.current {
/*	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 24px; */
	color: #336699;
}
#horizontal_table_nav a:hover {
	text-decoration: none;
	color: #336699;
}

/* SUB MENU */
#horizontal_nav {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#333333;
}
#horizontal_nav a {
	font-family: Arial, Verdana, Halvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#333333;
	text-decoration:none;
}
#horizontal_nav a:hover {
	text-decoration:none;
}
