#main_nav{
	list-style-type:none;

	width:940px; /* was 920px */
	margin-left:auto;
	margin-right:auto;
	padding-left:auto;
	padding-right:auto;

	height:29px;
	text-align:left;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	margin-bottom:0px;
	
	margin-top:0px;
	color:white;
	padding-top:0px;
	/*padding-left:65px;*/
	padding-bottom:0px;
	position:relative; /* required to float over Flash in IE6 ! */
	z-index:1000; /* required to float over Flash in IE6 ! */

}

.menu{
	visibility:hidden;
	position:absolute;
	top: 29px; 
	left: 0px;
	cursor: pointer; 
	list-style-type:none; 
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	padding-top:8px;
	padding-bottom:8px;
	z-index:1000;
	width:150px; /* for IE6 */
	background-color:#0065A9;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;

	width:180px;

}


.tab{
	/*background:url(/images/template/tab.gif) no-repeat top left;*/
	cursor: pointer; 
	float:left;
	font-size:12px;
	font-weight:normal;
	color:white;
	margin-bottom:0px;	
	margin-top:0px;
	margin-right:0px;
	padding-bottom:0px;

	padding-left:10px;
	padding-right:10px;



	padding-top:0px;
	position:relative;
	left:0px;
	top:0px;
	text-align:center;
	line-height:29px;
	height:29px;	
	border-right:solid 1px #4b6e96;
}


.tab a, .tab a:visited, .tab a:active{
	text-decoration:none;
	color:white;
	font-size:12px;	
}



.tab:hover, .tab:hover a, #main_nav .on a, .tab a:hover{
	color:#82be28;
	
}


.tab.last{
	behavior: url(/styles/iepngfix.htc);
	border-right:none;
	padding-left:10px;
	margin-left:0px;
	margin-bottom:0px;
	
}

.tab.my_bon{
	behavior: url(/styles/iepngfix.htc);
	border-right:none;
	padding-top:0px;
	padding-left:10px;
	margin-left:0px;
	margin-bottom:0px;

	
}
.small_icon{
	float:left;
	behavior: url(/styles/iepngfix.htc);

}

#tab_home{
	margin-left:0px;
}

.separator{
	display:block;	
	margin:0px;
	padding:0px;
	height:9px;
	line-height:9px;
	background-color:#0065A9;
}

.separator_top{
	display:block;	
	margin:0px;
	padding:0px;
	height:17px;
	line-height:17px;
	/*background-color:#006589;*/
}

.separator_bottom{
	display:block;	
	margin:0px;
	padding:0px;
	height:17px;
	line-height:17px;
	/*background-color:#023c80;*/
}


.menu_item{
	text-align:left;
	/*background-color:#0065A9;*/
	cursor: pointer; 
	padding-left:12px;
	padding-right:8px;
	color:white; 
	line-height:14px;
	font-weight:normal;
	/*background: url(/images/template/nav_gradient_line.gif) no-repeat bottom left;*/
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	
}

.menu_item_on{
	text-align:left;
/*	background-color:#0065A9;*/
	cursor:pointer;
	padding-left:12px;
	padding-right:8px;
	color:#82be28;
	line-height:14px;
	font-weight:normal;
	/*background: url(/images/template/nav_gradient_line.gif) no-repeat bottom left;*/
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}



.tab .menu_item a, #main_nav .on .menu .menu_item a{
	color:white;
	
}


