/* CSS Document */
/* Copyright Chris Fickling, ibrow media ltd 2006****/


/* horizontal navigation area***************************************/


/*
LEGAL
=====
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/
/* NAV - horizontal nav */
#hornav {
	width: 710px;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	text-align: left;
	height: 38px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	
}
/* NAV - horizontal nav */
#horiznav, #horiznav ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
overflow:hidden;
	padding-top: 0px;

}
#horiznav ul li ul li{
}
#horiznav {
	height: 38px;
	font-size: 10px;
	overflow:hidden;
	margin: 0px;
	line-height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#horiznav, #horiznav a:link, #horiznav a:visited, #horiznav a:hover {
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
	display: inline;
	color: #FFCC00;
}

#horiznav a:hover {color: #990000;
	text-decoration: underline;}
#horiznav li {
	color: #FFCC00;
	position:relative;
	background-image: url(../images/horbutrightup_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 10px;
	display:inline;
	float: left;
	height: 38px;
	}
#horiznav a:active 
{
	padding-left: 10px;
	overflow:hidden;
	padding-right: 10px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-image: url(../images/horbutleftup_01.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 38px;
}

#horiznav li a:visited {padding-left: 10px;
overflow:hidden;
padding-right: 0px;
	
margin-right: 0px;
	padding-top: 0px;
position:relative;float: left;display:inline;
color: #FFCC00;
height: 38px;
	background-image: url(../images/horbutleftup_01.gif);
	background-repeat: no-repeat;
	background-position: 0px top;}


#horiznav li a:link {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #FFCC00;
	background-image: url(../images/horbutleftup_01.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
height: 38px;
}

#horiznav li.active {
	color: #CC0000;
	background-image: url(../images/horbutrightdown_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 4px;
	position:relative;
	float: left;
	display:inline;
	padding-right: 10px;
}

#horiznav li.active a {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-image: url(../images/horbutleftdown_01.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
height: 38px;
}

#horiznav li.active a:visited {
	padding-left: 10px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-image: url(../images/horbutleftdown_01.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
height: 38px;

}

/* end of horizontal nav***************************************/
