/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
/* Essentials - configure this */

#nav ul {
	width: 130px;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: -1px;
}
#nav ul ul {
	left: 129px;
}
/* Everything else is theming */
 
#nav {
	height: 30px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	border-right: 1px solid #CCC;
	color: white;
	font-size: 12px;
	padding: 9px 10px 9px 25px;
	line-height: 1;
	background: url(../images/tri.gif) no-repeat left center;
	text-decoration: none;
}
#nav a:hover {
	background: url(../images/tri_hover.gif) no-repeat left center;
	color: #C00605;
}
#nav li.hover a {
	color: #FFF;

}
#nav ul {
	top: 30px;
	border-top: 1px solid #B70000;
	list-style: none;
}
#nav ul li a {
	background: #F89E9E url(../images/tri_i.gif) no-repeat left center;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 5px 0px 25px;
	border-right: 1px solid #B70000;
	border-bottom: 1px solid #B70000;
	border-left: 1px solid #B70000;
	color: #BB0302;
}
#nav ul li a:hover {
	background: #FDE3E3 url(../images/tri_hover.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 5px 0px 25px;
	color: #BB0302;
}
#nav ul a.hover {
}
#nav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

