/* - - - - - - - - - - - - - - - - - - - - -
Title : Threadbear 2009v.2
Author : Jennifer Murray
URL : www.threadbear.com.au
Created : 20090316
Modified : 20090316
- - - - - - - - - - - - - - - - - - - - - */

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#nav {
	padding:0;
	margin:0;
	font-size:12px;
	}
#nav a:hover {
	text-decoration:none;
	background: none;
	}
	
#nav dt b, #nav dt a {
	display:block;
	font-weight:normal;
	color:#fff;
	height:35px;
	line-height:35px;
	padding-left:10px;
	cursor:pointer;
	width:173px;
	}
 #nav dt b {
	background:url(../images/arrow.gif) no-repeat left center;
	} 
#nav dt a {
	text-decoration:none;
	color: #fff;
	}
#nav dd {
	padding:0;
	margin:0;
	}
#nav dd ul {
	padding:0;
	margin:0;
	/* border: 1px solid #fff; */
	}
#nav dd ul li {
	padding-left:13px;
	}
#nav dd ul li a {
	color:#fff;
	text-decoration:none;
	}