/* nav holder */
#navBar {
	width:940px;
	height: 40px;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	float: left;
	background: url(/media/144/nav-backdrop.jpg);
	background-repeat:repeat-x;
}

/* nav basic setup styles */

ul.mainNav, 
ul.mainNav_vertical {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

ul.mainNav ul,
ul.mainNav_vertical ul {
	display: none;
}

ul.mainNav li {
	float: left;
}

ul.mainNav_vertical {
	width: 300px;
}

ul.mainNav_vertical li {
	float: none;
}

ul.mainNav,
ul.mainNav ul,
ul.mainNav_vertical,
ul.mainNav_vertical ul {
	height: 40px;
}

ul.mainNav_vertical {
	height: auto;
}

ul.mainNav ul {
	height: auto;
}

* html ul.mainNav ul {
	width: 1%;
}

/* end basic setup */

/* top nav styles */

ul.mainNav li {
	text-align: center;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	height: 40px;
	line-height: 30px;
	margin: 0px;	
	cursor: pointer;
	white-space: nowrap;
	font-size:16px;
	color:#ffffff;
}

ul.mainNav li a {
	display: block;
	text-align: center;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	height: 40px;
	line-height: 30px;	
	text-decoration: none;
	font-weight:normal;
	float: left;
}

ul.mainNav li a:hover {
	color: #636466;
}

ul.mainNav li:hover {
	color: #636466;
}

ul.mainNav li.jdm_active a{
	color: #636466;	
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
