/* 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: 615px;
	float: left;
	overflow: hidden;
	text-align: left;
	height: 35px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 15px;
	margin: 0px;
	padding-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: 22px;
	font-size: 11px;
	overflow:hidden;
	margin: 0px;
	line-height: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 350px;
	float: left;
}

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

#horiznav a:hover {color: #000000;
	text-decoration: underline;}
#horiznav li {
	color: #999999;
	position:relative;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 10px;
	display:inline;
	float: left;
	height: 22px;
	}
#horiznav a:active 
{
	padding-left: 0px;
	overflow:hidden;
	padding-right: 10px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: 0px top;
	height: 22px;
}

#horiznav li a:visited {
	padding-left: 0px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #999999;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0px top;
}


#horiznav li a:link {
	padding-left: 0px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #999999;
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
	height: 22px;
}

#horiznav li.active {
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 4px;
	position:relative;
	float: left;
	display:inline;
	padding-right: 5px;
}

#horiznav li.active a {
	padding-left: 0px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
	height: 22px;
}

#horiznav li.active a:visited {
	padding-left: 0px;
	overflow:hidden;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	position:relative;
	float: left;
	display:inline;
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 0px;
	height: 22px;
}

/* end of horizontal nav***************************************/
#vertouterweb {
	background-image: url(../images/vert-web-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 257px;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
#vertinnerweb {
	background-image: url(../images/vert-web-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 207px;
	padding-left: 50px;
}
#vertoutergraphic {
	background-image: url(../images/vert-graphic-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 257px;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
#vertinnergraphic {
	background-image: url(../images/vert-graphic-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 207px;
	padding-left: 50px;
}
#vertouterprint {
	background-image: url(../images/vert-print-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 257px;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
#vertinnerprint {
	background-image: url(../images/vert-print-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 207px;
	padding-left: 50px;
}
