/*main menu start*/
#horiz-menu {
	float:right;
	width:684px;
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
	height: 51px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 15px;
}	
#horiz-menu div {
	float:right;
	width:684px;
	/*width: 441px;*/
	/*background:url(../images/horiz-menu-right-corner.gif) no-repeat top right;*/
}	
#horiz-menu ul {
	margin: 0;
	padding: 0 0 0 5px;
	float:left;
	width:679px;
	/*width: 436px;*/
	/*background:url(../images/horiz-menu-left-corner.gif) no-repeat;*/
}
#horiz-menu ul li {
	list-style: none;
	float: left;
	padding:2px 0 0 0;
	height:34px;
	left:0;
	top:0;
	position:relative;
}       
#horiz-menu ul li:hover {
	z-index:100;
}
#horiz-menu ul li a {
	color: #fff;
	height: 32px;
	display: block;
	float:left;
	text-decoration:none !important;
}
#horiz-menu ul li a span {
	height: 24px;
	float:left;
	display: block;
	padding:8px 7px 0 8px;
	cursor:hand;
}
#horiz-menu ul li:hover a {
	background:#8abfdb url(../images/horiz-menu-left-hover.gif) no-repeat;
}
* html #horiz-menu ul li.hover a {
	background:#8abfdb url(../images/horiz-menu-left-hover.gif) no-repeat; 
}
#horiz-menu ul li:hover a span {
	background:url(../images/horiz-menu-right-hover.gif) no-repeat top right;
}
* html #horiz-menu ul li.hover a span {
	background:url(../images/horiz-menu-right-hover.gif) no-repeat top right;
}
#horiz-menu ul li.bg a {
	background-position:0 -32px !important;
}
#horiz-menu ul li.bg a span {
	background-position:right bottom !important;
}
* html #horiz-menu ul li.hover div {
	display:block;
}
#horiz-menu ul li:hover div {
	display:block;
	cursor: pointer;
}
/*sub menu start*/
#horiz-menu ul li div {
	position:absolute;
	width:200px;	
	display:none;	
	padding:0 0 8px 0;
	z-index:100;
	top:30px;
	height:auto;
	left:0;
	background:#8abfdb;
	/*background:url(../images/sub-bottom-bg.gif) no-repeat left bottom;Turn off round corners for now*/	
}
#horiz-menu ul li ul {
	width:200px;		
	padding:12px 0 1px 0;
	margin:0; 
	background:url(../images/sub-top-bg.gif) no-repeat top right;
}
#horiz-menu ul li ul li {
	padding:0 4px 0 4px;
	margin:2px 0 0 0;
	width:196px;		
	height:auto;
	float:left;
}		
#horiz-menu ul li ul li a {	
	height:17px;
	background:none !important;
	width:189px;
	padding:2px 0 0 7px;
}	

/*#horiz-menu ul li ul li a:hover {	
	background-color: #96c088;
	background:url(../images/sub-menu-hover.gif) no-repeat !important; 
}*/

#horiz-menu ul li.bg ul li a:hover {
	background-image: url(../images/sub-menu-hover.gif) !important;	/*background-color: #96c088; !important;
	background:url(../images/sub-menu-hover.gif) no-repeat !important; */
}	
/*sub menu end*/
/*main menu end*/
