/* Menu styles for the non-admin section */

div#j3_top div#j3_menu {
	width : 972px;
	height : 27px;
	display : block;
	position : absolute;
	left : 0;
	top: 0;
	margin-top : 70px;
	padding-left : 8px;
	background-color: #045f8b;
	background-image:url(../images/bg_bar_rpt_blu.gif);
	background-repeat : repeat-x;
}
div#j3_menu ul iframe {
	z-index:5;
	position:absolute;
	overflow:hidden;
	border:none;
	height:inherit;
	width:180px;
}
div#j3_menu ul > iframe {
	visibility:hidden;
	display:none;
	height:0;
}
div#j3_menu ul.vip_ul{width:350px;margin-left:622px;/*display:none;*/}
div#j3_menu ul.vip_ul_export{width:350px;margin-left:622px;}
div#j3_menu li.vip_nav{float:right;text-transform:uppercase;background:#9e370f; color:#FFF; padding-left: 10px}
div#j3_menu ul, div#j3_menu li, div#j3_menu ul ul, div#j3_menu li ul li {
	list-style-type : none;
	text-indent : 0;
	margin : 0;
	padding : 0;
	z-index : 10;
}
div#j3_menu li.vip_nav a:hover{ text-decoration:underline}
div#j3_menu ul {
	width : 100%;
	position : absolute;
}
div#j3_menu > ul {
	display : inline;
}
div#j3_menu li {
	height : 27px;
	float : left;
	position : relative;
}
div#j3_menu li:hover {
	background-color : #9e370f;
	background-image:url(../images/bg_bar_rpt_red.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div#j3_menu li a {
	height : 27px;
	font-size : 9pt;
	line-height : 20pt;
	font-family : Trebuchet, arial, helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	padding : 0 12px;
}
div#j3_menu li a:link, div#j3_menu li a:visited, div#j3_menu li a:hover, div#j3_menu li a:active, div#j3_menu li li a:link, div#j3_menu li li a:visited, div#j3_menu li li a:hover, div#j3_menu li li a:active {
	color : #FFF;
}
div#j3_menu li ul {
	position : absolute;
	display : none;
	left : 0;
	top : 27px;
	width : 180px;
	border-top : #FFF solid 1px;
}
div#j3_menu li li {
	width : 100%;
	height : 24px;
	background-color : #9e370f;
	border : #FFF solid 1px;
	border-collapse : collapse;
	border-top : none;
	overflow : hidden;
	float : none;
}
div#j3_menu ul li:hover ul {
	display : block;
}
div#j3_menu li li:hover {
	background-color : #045f8b;
	background-image:none;
}
div#j3_menu li li a {
	color : #FFF;
	display : block;
	line-height : 17pt;
	overflow : hidden;
	width : 180px;
}

