/* 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:#000000; }
.bg-header { background-color:#000000; }
.bg-menu { background-color:#000000; }
.bg-text { background-color:#000000; }
.bg-footer { background-color:#383a37; }

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

A:hover {
  text-decoration: underline;
}

BODY {
margin-left:0;
margin-bottom:0;
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:#FFFFFF;
}

.menu_heading {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#000000;
  font-weight:bold;
  background-image:url(images/bg_menu.gif);
}

.menu_top {
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  font-weight:bold;
}

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

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

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

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

.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:#FFFFFF;
}

.footer_bold {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
}



.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:#FFFFFF;
}
	
.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;
background: #000000;
padding: 1px 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#FFFFFF;
}

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

/* END CSS Document */