.secondaryNav{
	padding-left:0px;
	background:url('../gfx/secondaryNav/bkg.gif') bottom repeat-x #666;
}
.secondaryNav .tab{
	font:7pt;
	color:#ccc;
	padding:1px 4px 0px 20px;
	height:15px;
	display:inline;
	cursor:default;
}
.secondaryNav .active{
	color:#e5e5e5;
	background:url('../gfx/secondaryNav/headerG.gif');
}
.secondaryNav .div{
	background:url('../gfx/secondaryNav/div.gif');
	height:15px;
	width:2px;
	vertical-align:bottom;
}
.menuSecPanel{
	font:7pt;
	position:absolute;
	display:none;
	border:1px solid #808080;
	padding:0px;
	width:140px;
	z-index:1000;
	background:#808080;
	text-align:left;
}
.menuSecPanel a{
	color:#fff;
	height:16px;
	width:140px;
	display:block;
	padding:1px 23px;
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #777;
	background:url('../gfx/secondaryNav/option.gif');
}
.menuSecPanel a:hover{background:url('../gfx/secondaryNav/optionG.gif')}