/*
 *	Author		: Jarrett & Lam Consulting
 *	Filename	: nav.css
 *	Modified	: 28th May 2007
 *
 */

/* Top level */
#menu {
	position:relative;
	top:30;
	left:-30;
}
#menu li {
	float:left;
	margin-right:32px;
}
#menu, #menu ul 			{	
								list-style			: none;
								text-align			: center;
								padding:0px;
							}
.low_menu {
								margin				: 0;
								padding				: 0;
}
#menu a 					{	
								display				: block;
							}

/* Sub-Menu */
#menu li ul 				{	width				: 100px;
								margin-top			: -5px;
								position			: absolute;
								left				: -999em;
								text-align			: left;
								font-size			: 1.0em;
								z-index				: 5;
							}
							
#menu li a 					{	margin-right		: 3px;

							}

#menu li:hover ul ,#menu li.sfhover ul	{
								left				: auto;
							}

#menu li:hover ul li, #menu li.sfhover ul li	{
								width				: 106px;

							}

#menu ul li a 				{	width				: 106px;
								margin				: 0;
								padding				: 3px;
								padding-top			: 4px;
								padding-bottom		: 0px;
								color				: black;
								vertical-align		: middle;
								/*opacity				: 0.9;
								-moz-opacity		: 0.9;
								filter				: alpha(opacity=90);*/
								font-weight			: 800;
								text-decoration		: none;
							}
#menu a:hover 				{
								color				: red;
								text-decoration		: none;
							}
							
#menu a:visited, a:link, a:active {
								font-size			: 14px;
							}

#subNav						{
								list-style-type		: circle;
							}
							
a.top						{
								background-image	: url(../img/top.gif);
								background-repeat	: no-repeat;
								height				: 21px;
							}

a.middle					{
								background-image	: url(../img/middle.gif);
								background-repeat	: no-repeat;
								height				: 20px;
							}

a.bottom					{
								background-image	: url(../img/bottom.gif);
								background-repeat	: no-repeat;
								height				: 21px;
							}
							
a.middle_big					{
								background-image	: url(../img/main_big.gif);
								background-repeat	: no-repeat;
								height				: 36px;
							}
							
a.bottom_big				{
								background-image	: url(../img/bottom_big.gif);
								background-repeat	: no-repeat;
								height				: 36px;
							}
a.top:hover					{
								background-image	: url(../img/top_h.gif);
								background-repeat	: no-repeat;
							}

a.middle:hover				{
								background-image	: url(../img/middle_h.gif);
								background-repeat	: no-repeat;
							}

a.bottom:hover				{
								background-image	: url(../img/bottom_h.gif);
								background-repeat	: no-repeat;
							}

a.bottom_big:hover			{
								background-image	: url(../img/bottom_big_h.gif);
								background-repeat	: no-repeat;
							}
							
a.middle_big:hover			{
								background-image	: url(../img/main_big_h.gif);
								background-repeat	: no-repeat;
							}