@charset "utf-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#pad {
	height:200px;
}
#nav, #nav ul {
	padding:0;
	margin:0 auto;
	list-style:none;
	background:#fff;
	text-align: left;
}
#nav {
	position:relative;
	z-index:50;
}
#nav ul {
	display:none;
}
#nav li {
	float:left;
	position:relative;
}
#nav li a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	white-space:nowrap
}
#nav li b {
	display:block;
	padding:0 25px 0 12px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	float:left;
	background:url(/images/menu/list-back.gif) center top;
	font-weight:normal;
	color:#000;
}
#nav li b:hover {
	color:#fff;
}
#nav li.first b {
	padding-left:46px;
	background-position:left top;
}
#nav li.last b {
	padding-right:47px;
	background-position:right top;
}
#nav li a b.clicked {
	color:#fff;
}
#nav li ul {
	position:absolute;
	left:0;
	top:30px;
	height:auto;
	float:left;
	background:#f1fbff;
	padding:2px;
	border:1px solid #aaa;
}
#nav li ul.w1 {
	width:135px;
}
#nav li ul.w2 {
	width:235px;
}
#nav li ul.w3 {
	width:180px;
}
#nav li ul.w4 {
	width:135px;
}
#nav li ul.w5 {
	width:180px;
}
#nav li ul.w6 {
	width:150px;
}
#nav li ul li {
	float:none;
}
#nav li ul li a {
	display:block;
	height:20px;
	line-height:20px;
	padding:0 5px;
	color:#000;
	font-size:11px
}
#nav li ul li a:hover {
	background:#89acc7;
	color:#fff;
}

