/* don't put anything in here unless it a.) is only for the tabs, b.) isn't already in styles.css */
/* this is a stripped / customized version of www.alistapart.com sliding doors technique */
#leftnav
{
	font-size: 1.18em; /* 13px is the goal */
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 4px;
	text-align: right;
	width: 100%;
}

#leftnav ul /* all lists */
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftnav li /* all list items */
{
	/* float:left; */
	height: 1.69em; /* 22px is the goal */
	line-height: 1.69em; /* 22px is the goal */
	margin:0;
	padding:0;

}

#leftnav a
{
	color: #CC292D;
	display: block;
	float: left;
	padding: 0 32px 0 0;
	text-decoration: none;
	text-align: right;
}

#leftnav > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#leftnav a {float:none;}
/* End IE5-Mac hack */

#leftnav .current a
{
	background: transparent url(../images/arrow.gif) no-repeat 225px 4px;
	color: #004E95;
}

#leftnav .current a:hover
{
	cursor: default;
}

#leftnav a:hover
{
	color: #004E95;
}
