/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/navs/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

/*

background:url(../../images/site/leftNav.png);
background: url(../../images/site/leftHeader.png) center;

*/

#round_top { 
	height: 12px;
	background:url(images/site/leftTopper.png) top center; 
}

#round_bot {
	height: 12px;
	background:url(images/site/leftTopper.png) bottom center; 
	margin-top: -1px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;	
}

#nav li {
	margin: 0;
	padding: 0;
	display: block;	
}

#nav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	background: url(images/site/leftTopper.png) center;
	border-bottom: 1px solid red;
	padding: 5px 0 1px 8px;
	border-right: bibe;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

#nav a.first {
	padding-top: 0;
}

#nav a:hover {
	text-decoration: underline;
	background-position: left;
}


#nav .nav_1 a {
	color: #333;
	background:url(images/site/leftNav.png) right;
	border-bottom: none;
	border-right: 1px solid #bbb;
	padding: 1px 0 3px 22px;
	font-size: 13px;
}

#nav .nav_1 a span { 
	background:url(images/site/triangle.gif) top left no-repeat;
	padding-left: 13px;
	margin-left: -13px;
	display: block;
}

#nav .nav_1 a:hover {
	background-position: left;
	color: white;
}

#nav .nav_1 a:hover span {
	background-position: bottom left;
}