html {
	background: white;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
a:hover {}

td {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
}

th {
	font-family: verdana, arial, tahoma, sans-serif;
}

h1,h2,h3,h4,h5 {
	font-family: verdana, arial, tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

#header, #content, #footer {
	width: 770px;
	margin: auto;
	text-align: left;
}

#header {
	height: 118px;
	background: url(images/bg_header.jpg);
	margin-bottom: 10px;
}
#content {
	background: url(images/bg_content.gif) top repeat-y;
}
#left {
	float: left;
	width: 114px;
	text-align: center;
	padding: 14px 0px 15px 0px;
	margin-right: 4px;
}
#main {
	width: 533px;
	padding-top: 15px;
	float: left;
	padding-bottom: 15px;
}
#right {
	float: right;
	width: 119px;
	padding: 14px 0px 15px 0px;
}
#footer {
	background: url(images/bg_footer.gif) top repeat-x;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 15px;
}


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

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

#navContainer {
	width: 770px;
	background: url(images/bg_menu.gif) no-repeat;
	display:block;
	clear:both;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 

#header_menu {position: absolute;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	width: 750px;
	margin: 0px 10px 0px 10px;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	width: auto;
	height: 27px;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}

#nav ul li {
	position: relative;
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
	width: auto !important;
	width: 90px;
}

#nav ul li a {
	display: block;
	height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 6px 10px 0px 10px;
	white-space: nowrap;
}



/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: #D1DAD8;
	color: #000;
}
#nav li a:active, #nav ul li a.active {
	background: #d1d2d4;
	color: #4b4c4d;
}

/* Current page Customisations*/
#nav li.menu-current a		{

}



/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	left: 0%;
	margin: 0;
	display: none;
	text-transform: none;
	border-top: 0;
}
#nav .menu li ul li {
	text-align: left;
	float: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 180px !important;
}
#nav .menu li ul a {
	background: #3C8BB6;
	color: #fff;
	border: 1px solid #000;
	border-top: none;
}

/* 2nd Child link hover */

#nav .menu li ul a:hover {
	color: #000;
	background: #d1dad8;
}

/* 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;}

/* end menu */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
