/* CSS Document */

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

#menu {
	}

#menu li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-weight: bold;
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #cc0000;
	display: block;
	font-size: 11px;
	}
	
#menu li a:hover {
	color: #666699;
	font-size: 11px;
	}
#menu li a:active {
}
	
#submenu {
	}
	
#submenu ul {
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#submenu li a {
	height: 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
	text-decoration: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}	
	
#submenu li a:link, #submenu li a:visited {
	color: #cc0000;
	display: block;
	font-size: 11px;
	background-image: none;
	}
	
#submenu li a:hover {
	color: #666699;
	font-size: 11px;
	}
	
#titlemenu {
	}

#titlemenu li a {
	height: 22px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	font-weight: bold;
	background-image: none;
	}	
	
#titlemenu li a:link, #menu li a:visited {
	display: block;
	font-size: 11px;
	}
	
#titlemenu li a:hover {
	font-size: 11px;
	}

