/**
 * @created on 20/11/2006
 * @author Michael Kelly
 * @contact mikee@whatsthat.co.nz
 *
 **/

/* CSS Document */

/* look and feel */
.topMenuItem
	{
	border-top:solid 1px #979797;
	background-color:#676767;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px; /* this makes it center */
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
	}

.topMenuItem:hover
	{
	background-color:#343434;
	}
	
.topMenuItemCurrent
	{
	border-top:solid 1px #979797;
	background-color:#343434;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px; /* this makes it center */
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	}

.subMenuItem
	{
	text-indent:20px;
	background-color:#A59B77;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	height:27px;
	line-height:27px; /* this makes it center */
	cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}


#nav_beta ul {
	list-style: none inside;
	}

#nav_beta ul li {

	}

#nav_beta ul li:hover {

	}

#nav_beta ul li.child {
	background: transparent url(images/bullet.arrow.black.gif) no-repeat 16px 7px;
	}

html[xmlns] #nav_beta ul li.child {
	background: transparent url(images/bullet.arrow.black.gif) no-repeat 0px 7px;
	}

#nav_beta ul li a {
	font-weight: normal;
	}

#nav_beta ul li a:hover {
	text-decoration: none;
	background-color: #343434;
	}

#nav_beta ul li.top
	{
	border-top:solid 1px #989898;
	background-color:#676767;
	height:24px;
	}

#nav_beta ul li.top a,
#nav_beta ul li.parent a {
	margin-left:10px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	width:100%;
	hieght:100%;
	}

#nav_beta ul li.parent a:hover {
	text-decoration: underline;
	}

#nav_beta ul li.child a {
	color: #ab4e31;
	font-size: 10px;
	font-weight: normal;
	}

#nav_beta ul li.child a:hover {
	text-decoration: underline;
	}

/* positioning and such */

#nav_beta ul {
	margin: 0px;
	margin-left: -18px;
}

html[xmlns] #nav_beta ul {
	margin-left: 0px;
}

#nav_beta ul ul {
	margin: 0px;
	margin-left: 0px;
}

#nav_beta ul li {
	padding: 3px;
}

#nav_beta ul li ul li {
	padding-left: 15px;
}
