/* all menu links */
div.nav-drop-menu {
	position: absolute; 
	margin-top: 47px;
	left:-4px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
	width:160px;
}
.nav-drop-menu-item{
	padding:0 4px;
	width:152px;
	position:relative;
	background-image:url(../images/subnavbg.png);
}
.nav-drop-menu-item a{
	text-decoration:none;
	display:block;
	padding:0 0 0 13px;
	border-bottom:1px solid #dadada;
	color:#000000;
	text-align:left;
	font-size:12px;
	line-height:39px;
	height:auto !important;
	float:none !important;
	width:auto !important;
	margin:0 4px;
	z-index:10000;
}
.nav-drop-menu-item a:hover{ color:#c00000;background:#ededed;border-bottom:1px solid #c00000;text-decoration:none;}
.nav-drop-menu-item-first{
	background-image:url(../images/subnavtop.png);
	background-repeat:no-repeat;
	height:4px;
}
.nav-drop-menu-item-last{
	background-image:url(../images/subnavbtm.png);
	background-repeat:no-repeat;
	height:4px;
}
#subMenusContainer a{
	text-decoration:none;
	display:block;
	margin:0 4px;
	padding:0 0 0 13px;
	border-bottom:1px solid #dadada;
	color:#000000;
	text-align:left;
	font-size:12px;
}
#subMenusContainer a:hover{ color:#c00000;background:#ededed;border-bottom:1px solid #c00000;}
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0 2px;
	margin:0 0 0 -2px;
	margin-left:-7px;
}


/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	left:0;
	float:left;
	display:block;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
	background-image:url(../images/subnavbg.gif);
	background-repeat:repeat-y;
	display:block;
	width:160px;
	float:left;
	clear:both;
	line-height:40px;
}
#subMenusContainer li.last{
	background-image:url(../images/subnavbtm.gif);
	background-repeat:no-repeat;
	height:4px;
}
/* main menu ul or ol elment */
#nav{
	display:block;
	position: absolute;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
}

#subMenusContainer{	
	display:block; 	
	position:absolute;	
	top:0;	left:0;	
	width:500px;	
	height:0;	
	overflow:visible;	
	z-index:1000000000; 
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:left; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 300px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }




#main-nav-bg{
	width:960px;
	float:left;
	margin:0;
	padding:0;
	height:47px;
}
#headermenu{
	width:680px;
	float:left;
	margin:0px;
}
ul#nav li.nav-1{
	background:url(../images/main-nav-bg.gif) no-repeat;
	width:95px;
	background-position:0px;
}
ul#nav li.nav-1:hover{
	background:url(../images/main-nav-bg-hover.gif) no-repeat;
	background-position:0px;
}
ul#nav li.active-nav-1{
	background:url(../images/main-nav-bg-active.gif) no-repeat;
	width:95px;
	background-position:0px;
}

ul#nav li.nav-2{
	background:url(../images/main-nav-bg.gif) no-repeat;
	background-position:-95px;
	width:119px;
}
ul#nav li.nav-2:hover{
	background:url(../images/main-nav-bg-hover.gif) no-repeat;
	background-position:-95px;
}
ul#nav li.active-nav-2{
	background:url(../images/main-nav-bg-active.gif) no-repeat;
	background-position:-95px;
	width:119px;
}
ul#nav li.nav-3{
	background:url(../images/main-nav-bg.gif) no-repeat;
	background-position:-214px;
	width:115px;
}
ul#nav li.nav-3:hover{
	background:url(../images/main-nav-bg-hover.gif) no-repeat;
	background-position:-214px;
}
ul#nav li.active-nav-3{
	background:url(../images/main-nav-bg-active.gif) no-repeat;
	background-position:-214px;
	width:115px;
}
ul#nav li.nav-4{
	background:url(../images/main-nav-bg.gif) no-repeat;
	background-position:-329px;
	width:101px;
}
ul#nav li.nav-4:hover{
	background:url(../images/main-nav-bg-hover.gif) no-repeat;
	background-position:-329px;
}
ul#nav li.active-nav-4{
	background:url(../images/main-nav-bg-active.gif) no-repeat;
	background-position:-329px;
	width:101px;
}
ul#nav li a{
	float:left;
	height:47px;
	margin:0;
	width:100%;
}
#main-nav-bg #search-box{
	float:right;
	margin:5px 0px 0 0;
	padding:0;
}
#main-nav-bg #search-box .search-field{
	background:url(../images/search-bg.gif) no-repeat left;
	height:34px;
	float:left;
}
#main-nav-bg #search-box .search-field .input{
	height:16px;
	width:200px;
	margin:8px 0 0 13px;
	background:none;
	border:none;
	color:#8f8f8f;
	outline:none;
	font-size:13px;
	padding:0;
}
.search-button{
	height:34px;
	background:#0093c5;
	border:none;
	background:url(../images/search-bg.gif) no-repeat right;
	width:42px;
	font-size:0px;
	color:#FFFFFF;
}
/*2nd lavel menu*/
div.nav-drop-menu-sub {
	position: absolute; 
	margin-top: -45px;
	left:153px;
	z-index: 99;
	white-space: nowrap; 
	width:160px;
	display:inline;
}