#topnav{
margin-top:0px;
background: url("../images/top_nav_bg1.gif")  repeat-x 0 0x;
/*background-color:#2168B1;*/
#height: 35px;
#background: url("nav_bg.gif") repeat-x 0 -8px;
clear:both;
}
#nav{

	 
#background: url("nav_bg_start.gif") no-repeat 7px 2px/*background-color:#2168B1;*/
#background: url("nav_bg_start.gif") repeat-y 7px 47px;
#height:45px;
	float: left;
	margin-top: 62px;
	margin-right: 0px;
	margin-left: 10px;
}
.nav_start{
	float:left;
	background: url("nav_start.gif") no-repeat left bottom;
	position:absolute;
	width:2px;
}

.jquerycssmenu{
	float:left;
	width:900px;
	line-height:23px;
	padding:0;
	position: absolute;
	z-index:999;
}

.jquerycssmenu ul{
	
  margin-bottom:1;
  padding:0px 10px 0;
  list-style:none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline-block;
*display:block;
float: left;
margin:1px 0;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
#background: url("nav_right.gif") no-repeat right bottom;
padding:5px 23px 4px 25px;
margin: 1px 0; /*spacing between tabs*/
border: 0px solid #778;
border-bottom-width: 0;
color: #fff;
text-decoration: none;
font-weight:bold;
}

.jquerycssmenu ul li a:hover{
color:#0085D2; /* blue */

}
/*#005285/dark blue */
.jquerycssmenu ul li#nosubmenu a:hover, .jquerycssmenu ul li a.current {
	
	#border: 1px solid #CDDBEC;
	#border-style:solid solid none solid;
  background: url("../../images/top_nav_bg2.gif") center center no-repeat;
#background: url("../../images/top_nav_bg1.gif") top right repeat-x;
  color:#fff; /* white */
  padding-bottom:3px;
  #margin-left:-2px;
  padding-right:25px;
  }
.jquerycssmenu ul li#nosubmenu a{
padding-right:25px;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid black;
z-index:99999999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul{
border: 1px solid #CDDBEC;
border-style:none solid solid solid;
padding:0;
margin:-2px 0  0 -1px;
background: #c7db5c;
}

.jquerycssmenu ul li ul li a{
font: normal 12px Arial;
width: 160px; /*width of sub menus*/
background: #C7DB5C url(bg_sub_nav.jpg);
color: #fff;
padding: 4px 10px 4px 24px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid black;
font-size:12px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #FFF2CC;
color: #F8740F;
border: 0px solid #e6e6e6;
border-style:none none none none;
font-weight:bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
