.JS_submenu {
	/*background:url(../images/submenu/bg.gif) repeat-x top center;*/
	height:34px;
	width:450px;
	border:1px solid #e7e7e7;
}
.JS_submenu div {
	height:26px;
	border-right:1px solid #e7e7e7;
	text-align:center;
	padding:8px 2% 0px 2%;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	font-style:normal;
	cursor:pointer;	
}
.JS_submenu div.over {
	background:#fff;
}
.JS_submenu div.selected {
	/*background:url(../images/submenu/arrow.gif) no-repeat bottom center #fff;*/
	background-color:#fff;
	border-bottom:3px solid #090f6a;
	height:23px;
}
/*.tab { width:450px; border:1px dotted #fed; background-color:#FFF; }*/