@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/jquery-menutree.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#nav {
	position:absolute;
	width:142px;
	left:35px;
	top:-3px;
}
#nav, #nav ul {padding:0; margin:0; list-style:none; font-family:arial, sans-serif; text-align:right; background: none; font-weight:bold;}
#nav li a {padding:0; white-space:nowrap; text-align:right;}
#nav li ul li {line-height:16px;
}
#nav li ul li a {padding-left:0; font-size:10px; color: #fdb913; text-decoration:none;}
#nav li ul li a:hover {text-decoration: underline;}

#nav ul {padding:0; text-align:right;}
#nav li a {color: #FFF; text-decoration:none; font-size:11px;}
#nav li {font-size:11px; line-height:28px; color:#FFF; cursor:pointer; width:100%;}
#nav li.down {text-indent:0;}
#nav li.down:hover {color: #CCC;}

#nav li.down b {color:#FFF;}
#nav li.down b:hover {background: #fdb913url(images/arrow.png) no-repeat 60px 12px;}

#nav li a:hover {color: #fdb913}

