#nav {
	margin:20px auto 0 auto;
	padding:0px;
	width:1003px;
	height:30px;
}
.jquerycssmenu {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin:0px;
	float:left;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
.jquerycssmenu ul li a {
	width:103px;
	height:30px;
	display: block;	
	padding:0px;
	margin:0 10px 0 0 ;
	line-height:30px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	background:url(../images/menu-bg.gif) no-repeat;
}
.jquerycssmenu ul li a:hover {
	color:#8a0800;
	background:url(../images/menu-hover.gif) no-repeat;
}
.jquerycssmenu ul li a.active {
	color:#8a0800;
	background:url(../images/menu-hover.gif) no-repeat;
}

/*sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	display: block;
	border-top:1px solid #8a0800;
	margin:1px 0 0 0;
}
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}

/*.jquerycssmenu ul li ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 120px;
	background: white;
	color: black;
	padding: 4px 5px;
	margin: 0px;
	border-bottom: 1px solid black;
}
.jquerycssmenu ul li ul li a:hover {
	background: #eff9ff;
	color: black;
}*/
.jquerycssmenu ul li ul li a {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 125px;
	color: #333333;
	padding:0 0 0 5px;
	margin:0px;
	border-bottom: 1px solid #8a0800;
	background:url(../images/tabheader-bg.jpg) repeat-x;
	float:left;
	text-align:left;
	line-height:30px;
}
.jquerycssmenu ul li ul li a:hover {
	background:url(../images/tab-hover.jpg) repeat-x;
	color:#ffffff;
}
.downarrowclass {
	position: absolute;
	float:left;
	margin:10px 0 0 12px;
	padding:0px;
}
.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}
