H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #e8641b; FONT-FAMILY: Verdana, Arial
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #808264; FONT-FAMILY: Verdana, Arial
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; TEXT-TRANSFORM: uppercase; COLOR: #e8641b; FONT-FAMILY: Verdana, Arial
}
BODY {
	FONT-SIZE: 11px; COLOR: #32322d; FONT-FAMILY: Verdana, Arial
}
P.small {
	FONT-SIZE: 10px; COLOR: #32322d; FONT-FAMILY: Calibri, Cambria, Arial
}
.h1 {
	FONT-WEIGHT: bold; FONT-SIZE: 22px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.form-search-bg {
	BACKGROUND-COLOR: #e3e3dd
}
.footer-address {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Trebuchet MS, verdana
}
td.table-bg {
	BACKGROUND-IMAGE: url(http://www.manpac.com.au/wb/images/bg-content-body.gif); BACKGROUND-REPEAT: repeat-x; overflow: hidden; padding: 0px 0px 0px 0px; display: inline-block;
}

.white {
	COLOR: #ffffff
}
A.orange {
	FONT-FAMILY: Trebuchet MS, verdana
}

.welcome_links {
	FONT-SIZE: 16px; 
	FONT-FAMILY: Trebuchet MS, verdana
}

UNKNOWN {
	HEIGHT: 100px
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */

#navContainer {width: auto;display:block;clear:both;}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#nav {
	height: 1.88em;
	FONT-SIZE: 15px; 
	FONT-FAMILY: Trebuchet MS, verdana, sans-serif;
}
#nav ul {list-style-type: none; margin: 0; padding: 0; font-size: 81%; twidth:auto;white-space:normal; }
#nav ul li {float: left; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 20px; padding-bottom: 4px;  color: #cccccc; text-decoration: none;}
#nav ul li a:hover, #nav li a:focus {background: #132e52; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #cc6600; color: #fff;}


/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
#header_menu ul {z-index: 10; clear: both;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #132e52; color: #cccccc; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #3b5a82; color: #cccccc; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #cc6600; border: 0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #3b5a82; color: #cccccc; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */