/* 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 */
#hornav1 {
	width: 810px;
	overflow: hidden;
	height: 41px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 30px;
	margin: 0px;
	float: left;
	text-align: left;
	padding-left: 150px;
	
}
/* NAV - horizontal nav */
#horiznav1, #horiznav1 ul {
	text-indent: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
	padding-top: 0px;

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

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

#horiznav1 a:hover {color: #000000;
	text-decoration: underline;}
#horiznav1 li {
	color: #FFFFFF;
position:relative;
	background-image: url(../images/l1rup.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	padding-left: 0px;
padding-right: 10px;
	display:inline;
	float: left;
	height: 41px;
	}
#horiznav1 a:active 
{
	padding-left: 10px;
	overflow:hidden;
	padding-right: 10px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #000066;
	background-image: url(../images/sumGoToL1LUp.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 41px;
}

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


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

#horiznav1 li.active {
	color: #000066;
	background-image: url(../images/l1rdown.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	position:relative;
	float: left;
	display:inline;
	padding-right: 12px;
}

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

#horiznav1 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: #000066;
	background-image: url(../images/l1ldown.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
height: 41px;

}

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