/*
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 - top horizontal nav */
#navigate
{
	position: relative;
	width: 770px;
	height: 1.6em;
	top: 78px;
	left: 3px;
	z-index:100;
	background-color: #dedede;
}
    
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav
{
	font-weight: normal;
	height: 2.09em;
	margin: 0 0 0 40px;
	font-family: arial;
	font-size: 90%;
}

#nav li
{
	position: relative;
	background: transparent;
	float: left;
	width: 7.8em;
	display: block;
	margin: 0;
	border-bottom: 3px solid transparent;
	border-right: 1px solid #252525;
	padding: 0;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	text-decoration: none;
	cursor: pointer;
	color: #666;
	display: block;
	padding: 4px 10px 2px;
}

#nav a:hover { color: #333; }

#nav li ul
{
	border-left: 1px solid #999;
	background: url("images/featurebox_bg_gray.png") 100% 100%;
	width: 7.8em;
	font-size: 90%;
	margin-top: 3px;
	position: absolute;
	font-weight: normal;
	left: -999em;
}

#nav li.last { border-right: none; }

#nav li:hover ul, #nav li.sfhover ul
{
	left: 0;
	z-index: 99999;
}

#nav li li
{
	background: none;
	float: none;
	border: 1px solid #999;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
	padding-left: 0;
}

#nav li li.last { border-bottom: none; }

#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover
{
	color: #DEDEDE;
	font-weight: 100;
	padding: 3px 10px 2px;
	width: 7.5em;
}

#nav li li a:hover
{
	color: #c00;
	background: url("images/featurebox_bg_white.png") repeat-x 0 99%;
}

#nav li.active
{
	background: transparent;
	border-bottom: 3px solid #c00;
}

#nav li.active ul
{
	border: none;
	background: url("images/featurebox_bg_gray.png") no-repeat 100% 100%;
}

#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active { }
#nav li.active a:hover
{
	color: #333;
	font-weight: 100;
}

#nav li.active li
{
	border-left: 1px solid #999;
	border-top: 1px solid #c15c5c;
	border-bottom: 1px solid #870000;
}

#nav li.active li.last { border-bottom: none;  }
#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active
{
	color: #DEDEDE;
	font-weight: 100;
}

#nav li.active li a:hover
{
	background: url("images/featurebox_bg_white.png") repeat-x 0 99%;
	color: #c00;

}

#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active
{
	color: #c00;
	font-weight: normal;
	background: url("images/featurebox_bg_white.png") repeat-x 0 99%;
}
