/* 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 */
#hornav2 {
	width: 960px;
	float: left;
	overflow: hidden;
	text-align: left;
	height: 38px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 15px;
	margin: 0px;
	padding-top: 2px;	
}
/* NAV - horizontal nav */
#horiznav2, #horiznav2 ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
overflow:hidden;
	padding-top: 0px;

}
#horiznav2 ul li ul li{
}
#horiznav2 {
	height: 38px;
	font-size: 11px;
	overflow:hidden;
	margin: 0px;
	line-height: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

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

#horiznav2 a:hover {
	color: #9D9753;
	text-decoration: underline;
}
#horiznav2 li {
	color: #9D9753;
	position:relative;
	background-image: url(../images/l2rup.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 10px;
	display:inline;
	float: left;
	height: 38px;
	}
#horiznav2 a:active 
{
	padding-left: 10px;
	overflow:hidden;
	padding-right: 10px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #6C692A;
	background-image: url(../images/l2lup.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 38px;
}

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


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

#horiznav2 li.active {
	color: #6C692A;
	background-image: url(../images/l2rdown.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	position:relative;
	float: left;
	display:inline;
	padding-right: 14px;
}

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

#horiznav2 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: #6C692A;
	background-image: url(../images/l2ldown.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
	height: 38px;
}
#horiznav2 li img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

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

