

#headmenu {/*max-width:100%;*/margin:0 auto; width: 955px; padding: 0 0px 0 0px;
 background: url(/images/menubg.jpg);
}

#TJK_dropDownMenu {
 height: 39px;
 width: 955px;
 margin:0;
 padding:0;
}
#TJK_dropDownMenu * { margin:0;padding:0;}
.headmenu {
 } 
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:197px !important;/*FF*/;
	cursor:default;
	position:absolute;
    height: auto;
	display:none;
	left:-10px;
	padding:0;
	margin: 15px 0 0 10px;
	background:#ffffff;/* trick to keep'em open */
}
/* All LIs */
#TJK_dropDownMenu #hnav_0, #TJK_dropDownMenu #hnav_1, #TJK_dropDownMenu #hnav_2, #TJK_dropDownMenu #hnav_3, #TJK_dropDownMenu #hnav_4, #TJK_dropDownMenu #hnav_5 {
	position:relative;
	cursor:pointer;
	height: 39px !important;
	float:left;
	list-style-type:none;
	margin-right: 0px;
}

/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	width:197px/*FF*/;
	padding:0;
	margin:0;
	border:none;
    background:#a1060d;
	height: 25px !important;
	z-index: 100;
}
/* All anchors */

/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:184px/*FF*/;
	padding:0 0 0 13px;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
    height: 20px !important;
	padding-top:5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    background:#a1060d;
	color: #ffffff;
	z-index: 100;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {   }
/* 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 { background: #970209; width: 184px !important;}
/* 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#hnav_0 {z-index:6;}
#TJK_dropDownMenu li#hnav_1 {z-index:5;}
*/
#TJK_dropDownMenu li#hnav_1 {z-index:6;}
#TJK_dropDownMenu li#hnav_0 {z-index:5;}
#TJK_dropDownMenu li#hnav_2 {z-index:4;}
#TJK_dropDownMenu li#hnav_3 {z-index:3;}
#TJK_dropDownMenu li#hnav_4 {z-index:2;}
#TJK_dropDownMenu li#hnav_5{z-index:1;}

/* Current location - class on Body must match LI's id 
.AB #TJK_dropDownMenu li#hnav_0 a,
.CF #TJK_dropDownMenu li#hnav_1 a,
.GJ #TJK_dropDownMenu li#hnav_2 a,
.KR #TJK_dropDownMenu li#hnav_3 a,
.ST #TJK_dropDownMenu li#hnav_4 a,
.UZ #TJK_dropDownMenu li#hnav_5a {color:#000;}*/
/* Keeping current menu accessible to JAWS 
.AB #TJK_dropDownMenu li#hnav_0 ul,
.CF #TJK_dropDownMenu li#hnav_1 ul,
.GJ #TJK_dropDownMenu li#hnav_2 ul,
.KR #TJK_dropDownMenu li#hnav_3 ul,
.ST #TJK_dropDownMenu li#hnav_4 ul,
.UZ #TJK_dropDownMenu li#hnav_5ul {display:block;top:-1000px}
*/
/* background colors */
#hnav_0 li a {background-color:#00ff00;}
,#hnav_1 li a {background-color:#00ff00;}
#hnav_2 li a {background-color:#00ff00;}
,#hnav_3 li a {background-color:#00ff00;}
#hnav_4 li a {background-color:#00ff00;}
#hnav_5 li a {background-color:#00ff00;}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */

/* 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#hnav_0 ul li a:focus,
.AB #TJK_dropDownMenu li#hnav_0 ul li a:active,
.CF #TJK_dropDownMenu li#hnav_1 ul li a:focus,
.CF #TJK_dropDownMenu li#hnav_1 ul li a:active,
.GJ #TJK_dropDownMenu li#hnav_2 ul li a:focus,
.GJ #TJK_dropDownMenu li#hnav_2 ul li a:active,
.KR #TJK_dropDownMenu li#hnav_3 ul li a:focus,
.KR #TJK_dropDownMenu li#hnav_3 ul li a:active,
.ST #TJK_dropDownMenu li#hnav_4 ul li a:focus,
.ST #TJK_dropDownMenu li#hnav_4 ul li a:active,
.UZ #TJK_dropDownMenu li#hnav_5ul li a:focus,
.UZ #TJK_dropDownMenu li#hnav_5ul li a:active {position:absolute !important;top:1028px !important;}  *//* CSS Document */
