#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:46px;
	position:relative;
	z-index:500;
	font-family:"Times New Roman", Times, serif;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	float:left;
	/* default text color	
	color:#ccc;
	*/	
	text-decoration:none;
	font-size:13px;
	ssfont-weight:bold;	
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */
#menu li a:hover {
	z-index:200;
	position:relative;
	/* rollover text color
	color:#222;
	*/	
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	
}
#menu li.current a {
	
}
#menu :hover ul {
	left:0;
	top:46px;
	width:200px;	
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:160px;
	top:-1px;
	white-space:nowrap;
	width:200px;
	z-index:200;
	height:auto;
}
#menu :hover ul li {
	margin:0;	
}


/*--- customize navs here --*/
#menu li:hover > a.sub1 {	
	background:url(h_nav_12.jpg) top left no-repeat;
}
#menu li a.sub1 {
	background:url(h_nav_11.jpg) top left no-repeat;
	width:115px;height:46px;
}
#menu li.current a.sub1 {
	background:url(h_nav_11.jpg) top left no-repeat;
}

#menu li:hover > a.sub2 {	
	background:url(h_nav_22.jpg) top left no-repeat;
}
#menu li a.sub2 {
	background:url(h_nav_21.jpg) top left no-repeat;
	width:103px;height:46px;
}
#menu li.current a.sub2 {
	background:url(h_nav_21.jpg) top left no-repeat;
}

#menu li:hover > a.sub3 {	
	background:url(h_nav_32.jpg) top left no-repeat;
}
#menu li a.sub3 {
	background:url(h_nav_31.jpg) top left no-repeat;
	width:113px;height:46px;
}
#menu li.current a.sub3 {
	background:url(h_nav_31.jpg) top left no-repeat;
}

#menu li:hover > a.sub4 {	
	background:url(h_nav_42.jpg) top left no-repeat;
}
#menu li a.sub4 {
	background:url(h_nav_41.jpg) top left no-repeat;
	width:69px;height:46px;
}
#menu li.current a.sub4 {
	background:url(h_nav_41.jpg) top left no-repeat;
}

#menu li:hover > a.sub5 {	
	background:url(h_nav_52.jpg) top left no-repeat;
}
#menu li a.sub5 {
	background:url(h_nav_51.jpg) top left no-repeat;
	width:128px;height:46px;
}
#menu li.current a.sub5 {
	background:url(h_nav_51.jpg) top left no-repeat;
}

#menu li:hover > a.sub6 {	
	background:url(h_nav_62.jpg) top left no-repeat;
}
#menu li a.sub6 {
	background:url(h_nav_61.jpg) top left no-repeat;
	width:112px;height:46px;
}
#menu li.current a.sub6 {
	background:url(h_nav_61.jpg) top left no-repeat;
}
/*--- customize navs here --*/


/*---- ??? colors*/
#menu :hover ul li.currentsub a {
	background:#840;
	ssscolor:#222;
}
#menu :hover ul li.currentsub a.fly {
	background:#840;
	ssscolor:#222;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#840;
	ssscolor:#222;
}
/*??? colors ----*/



/*---- fly out colors*/
#menu :hover ul li a {
	width:200px;
	padding:5px;
	background:url(dropbg.png);
	color:#fff;
	ssborder-bottom:solid 1px #df2c6e;	
	ssmargin:1px;
	border-bottom:solid 1px #195019;
	margin-bottom:0px;
}
#menu :hover ul li a.fly {

}
#menu :hover ul :hover {
	ssbackground:#111;
	color:#e2c86c;
}
#menu :hover ul :hover a.fly {
	ssbackground:#111;
	color:#e2c86c;
}
/*fly out colors ----*/



/*---- fly out colors*/
#menu :hover ul :hover ul li a {
	width:200px;
	padding:5px;
	background:url(dropbg.png);
	color:#fff;
}
#menu :hover ul :hover ul :hover {
	background:#df3d6e;
	color:#fff;
}
/*fly out colors ----*/