
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0; z-index: 100000;}

.wrapper-outer {
	
}

.wrapper {
	/*position: relative;*/
	margin-left: auto;
	margin-right: auto;
	width: 1022px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle; 
	background: url(../images/header.png) no-repeat ;
}

/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	position: absolute;
	margin-bottom: 0px;
	width: 1015px;
	max-width:100%;
	float:left;
	z-index: 100000;
	left: 50%;
	margin-left: -490px;

}

/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:12em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(/img/clear.gif);/* trick to keep'em open */
	padding-top: 17px;
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
	/*
	text-align: center !important;
	width: 100px;
	max-width:16.5%;
	*/
	cursor:pointer;
	float:left;
	list-style-type:none;
	background: none;
}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:12em/*FF*/;
	padding:0px;
	border:none;
	max-width:120%;
}
/* All anchors */
#TJK_dropDownMenu li a {
	cursor:pointer;
	color: #9da0a2;
	text-decoration:none;
	display:block;
	float:left;
	
	padding-left: 30px;
	padding-right: 30px;

	/*padding:0 .4em;*/
	/*  uncomment the declaration below if you want to go "full width" */
	/*	width:7.47em; */

	height:39px;
	line-height:39px;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:12em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:39px;
	height:39px;
	border-top: 1px solid #4a4849;
	color: #9da0a2;
	background-position:0 50% !important;
	background-color: #1b1b20;
	padding-left: 10px;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color: #be9854;}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#TJK_dropDownMenu ul a:hover,
#TJK_dropDownMenu ul a:focus,
#TJK_dropDownMenu ul a:active {color: #be9854; !important; background-color: #1b1b20;}
/* display and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}

/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#TJK_dropDownMenu li#AB {z-index:6;}

/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a, a#current
{color: #be9854 !important;}

/* Keeping current menu accessible to JAWS */
.AB #TJK_dropDownMenu li#AB ul
{display:block;top:-1000px}

/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}

/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #TJK_dropDownMenu li#AB ul li a:focus,
.AB #TJK_dropDownMenu li#AB ul li a:active,
{position:absolute !important;top:1028px !important;}


li.navsep {
	float:left;
	width: 1px !important;
	height: 39px;
	
	margin: 0px !important;
	padding: 0px !important;
}
div.navsep {
	background-color: #9da0a2;
	width: 1px !important;
	height: 11px;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 15px !important;
}


a.home_rollover { 
	padding-right: 0px !important;
	position:relative;
	z-index:50;
	display:block;
	float:left;
	
	width: 20px; height: 17px !important;
	line-height: 17px !important;
	background: url(../images/home_rollover.gif) 0px 0px no-repeat !important;  
	text-indent: -5000000px;
	
	margin-left: 11px !important;
	margin-top: 10px !important;
}
a.home_rollover:hover { background: url(../images/home_rollover.gif) 0px -17px no-repeat !important;   }
a.home_rollover_on {
	padding-right: 0px !important;
	position:relative;
	z-index:50;
	display:block;
	float:left;
	
	width: 20px; height: 17px !important;
	line-height: 17px !important;
	background: url(../images/home_rollover.gif) 0px -17px no-repeat !important;  
	text-indent: -5000000px;
	
	margin-left: 11px !important;
	margin-top: 10px !important;
}

