#hornav {
	width: 700px;
	height: 30px;
	position: absolute;
	left: 600px;
	top: 0px;
	z-index: 3;
}

#hornav a {
	font: bold 9pt Tahoma;
	color: white;
	text-decoration: none;
}

#hornav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#hornav ul li {
	display: block;
	margin-right: 5px;
	float:left;
}

#hornav ul li a, #hornav ul li a span 
{
	display: block;
	text-decoration: none;
	background: url(../images/over1.gif) no-repeat 0 -30px;
	padding:0px;
}

#hornav ul li a span 
{
	margin: 5px 0px 5px 8px;
	padding: 3px 8px 3px 0px;
}

#hornav ul li a:hover, #hornav ul li a:hover span 
{
	background-color: #19699a;
	color: white;

}

#hornav ul li a:hover 
{
	background-position: top left;
	cursor:pointer;
}

#hornav ul li a:hover span 	
{
	background-position: top right;
	cursor:pointer;
}











#menu {
	width: 980px;
	height: 45px;
	z-index: 3;
	position: absolute;
	left: 52px;
	top: 100px;
}

#menu a {
	font: bold 10pt Tahoma;
	color: #3c3c3c;
	text-decoration: none;
}

#menu a:hover {
	color: #19699a;
	text-decoration: underline;
}
	

#menu ul {
	list-style-type: none;
	margin-top: 10px;
}

#menu ul li 
{
	display: block;
	margin-right: 10px;
	float:left;
}

#menu ul li a, #menu ul li a span
{
	display: block;
}

 #current a, #current a span 
{
	display: block;
	background: url(../images/over2.gif) no-repeat 0 -30px;
	padding:0px;
}

#menu ul li a span, #current a span 
{
	margin: 5px 0px 5px 10px;
	padding: 3px 10px 5px 0px;
}

#current a, #current a span 
{
	background-color: #f8f8f8;
	color: white;

}

#current a:hover {
	color: white;
	text-decoration: none;
}

#current a 
{
	background-position: top left;
	cursor:pointer;
}

#current a span 	
{
	background-position: top right;
	cursor:pointer;
}