
/* New Navigation */

#level1,
#level2,
span#findwidth {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; 
	font-size: 13px;
	margin: 1px 0 0 10.5em;
}

#level1 ul,
#level2 ul {
	list-style-type: none;
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
}

#level1 ul {
	/* background-color: #BBD447; 
	background-image: url(../images/menus/hoverdot1.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	width:100%;
}

#level2 ul {
	background-color: #8B6914;
	border-bottom: 2px solid #8B6914;
	width:100%;
}

#level1 ul li.tab,
#level1 ul li.selected, 
#level1 ul li.first, 
#level2 ul li {
	float:left ;
}

/* Override: No floats for dropdowns and higher */
#level2 ul li ul li {
	float: none;
}

#level1 ul li.tab ul,
#level1 ul li.selected ul,
#level1 ul li.tab ul li ul,
#level1 ul li.tab:hover ul ul,
#level2 ul li ul {
	position: absolute;
	display: none;
	border-top: 2px solid #fff;
}

#level1 ul li ul {
	width:auto;
}
#level2 ul li ul {
	width: auto;
}

/* Override: No image background for 2nd level dropdown */
#level1 ul li ul {
	background-image: none;
}

/* Override: No top border for third level */
#level2 ul li ul {
	border-top: 0px #fff solid;
}

/* Override: No background for 2nd level and higher */
#level1 ul li ul li a,
#level2 ul li ul li a {
	background-image: none;
}

#level1 li.blank,
#level2 li.blank {
	clear: both;
	display: expression("inline");
	float:none;
}
#level1 ul li {
	background-color: none; 
}
#level1 ul li a {
	display: block;
	text-decoration:none;
	color:#000000;
	background-color: transarent; /* #4190bf; */ 
	padding: 4px 9px 3px 9px;
	white-space: nowrap;
	background-image: url(../images/menus/vlfade.gif);
	/* background-image: url(//files.namecheap.com/graphics/menu/vlfade.gif); */
	background-repeat: no-repeat;
	border-top: 1px dotted #AAA;
	background-position: right bottom;
	height: 21px;
}


#level1 ul li.first {
	display: block;
	background-color: transarent; /* #4190bf; */ 
	padding:3px 2px 3px 0px;
	background-image: url(../images/vlfade.gif);
	/* background-image: url(//files.namecheap.com/graphics/menu/vlfade.gif); */
	background-repeat: no-repeat;
	background-position: right bottom;
}

#level2 ul li a {
	display: block;
	text-decoration:none;
	color:#ffffff;
	background-color: #BBD447; 
	padding:4px 9px 3px 9px;
	white-space: nowrap;
	background-image: url(../images/bar.gif);
	/* background-image: url(//files.namecheap.com/graphics/menu/bar.gif); */
	background-position: right center;
	background-repeat: no-repeat;
}
#level2 ul li.haschildren a {
	padding-right: 24px;
	background-image: url(/images/haschildren.gif);	
	/* background-image: url(//files.namecheap.com/graphics/menu/haschildren.gif); */
	background-position: right center;
	background-repeat: no-repeat;
}
/* Override: Remove backgrounds from third level */
#level2 ul li.haschildren ul li a {
	background-image: none;
}

#level1 ul li.selected a {
	background-color: #8B6914; 
	background-image: url(../images/whitedot.gif);
	background-position: center top;
	background-repeat: repeat-x;
	border-bottom: 1px #016baa solid; 
	padding-right: 8px;
	padding-left:10px;
}

#level1 ul li.selected {
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	margin-left: -1px;
}

#level1 ul li.tab:hover ul,
#level2 ul li:hover ul {
	border-top: 3px solid #BBD447;
	display: inline;
	z-index: 100;
}

#level1 ul li.tab:hover a {
	color: #efecca;
	background-color: #72B10C;
}
#level1 ul li.tab:hover ul a {
	background-color: #eeeeff;
	color: #8B6914;
}
#level1 ul li.tab:hover ul a:hover {
	background-color: #CBF679;
	color: #000000;
}

#level2 ul li:hover ul a {
	background-color: #8B6914;
}
#level2 ul li:hover ul a:hover {
	background-color: #FF9900;
}
