/* Copyright © 2006. NZDH Ltd. All Rights Reserved. */
/* All source code remains the property of NZDH Ltd. */
/* For any questions/comments, please email info@nzdh.co.nz. */


/* START CSS Document */

.bg {
	background-color: #EFF4FC;
}
.bg-header {
}
.bg-menu {
	background-color: #3399FF;
}
.bg-text { background-color:#FFFFFF; }
.bg-footer { background-color:#FFFFFF; }

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

BODY {
	margin-left:0;
	margin-bottom: 20mm;
	margin-right:0;
	margin-top:0;
}

SELECT, INPUT, TEXTAREA {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.menu {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: Navy;
	background-color: #3399FF;
}

.heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: Navy;
	font-weight: bold;
}

.subheading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: Navy;
	font-weight: bold;
}

.text {
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333333;
	margin-left : 8px;
}

.text_small {
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333333;
	margin-left : 8px;
}

.error {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#CC0000;
}

.success {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#009900;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size:10px;
  color:#495766;
}



.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 135px;
	/* Width of Menu Items */
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color: #660000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 135px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto;
	/*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size:11px;
	color: #660000;
}

.suckerdiv ul li a:hover{
background-color: #cccc99;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* END CSS Document */
