/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/
/* zeroing padding/margin for all elements */
#TJK_dropDownMenu,
#TJK_dropDownMenu * { 
	margin:0;
	padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	position:relative;
	height:35px;
	width:920px;
	float:left;
	font-family:arial, verdana, sans-serif; 
	font-size:14px;
}
/* sub-menu ULs */
#TJK_dropDownMenu li ul {
	width:20em !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 */
	
}
/* All LIs */
#TJK_dropDownMenu li {
	position:relative;
/*
	cursor:pointer;
*/
	float:left;
	list-style-type:none;
	font-weight:bold;
	padding: 0 1.5em 0 0;
	margin: 0 1em 0 0;
}



/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	padding:0;
	border:none;
	background-color: #628b01;

	/*
	border:1px solid #333;
	border-top:none;
	*/
}
/* All anchors */
#TJK_dropDownMenu li a {
/*
	cursor:default;
*/
	text-decoration:none;
	display:block;
	float:left;
	/* 
	padding:0 .4em;
	*/
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:2em;
	line-height:2em;
	color:#fc0;	
	padding: 0 0 0 1em; 
	line-height:33px;
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	width:11em/*FF*/;
	position:relative !important; /* ie Mac */
/*
	cursor:pointer !important;
*/
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	/*
	border:1px solid #fff;
	*/
	background-position:0 50% !important;
	/*
	background:url(../img/lrimages/fade_green.gif) right;
	background:url(../img/lrimages/green_3.gif) right;
	*/
	background-color: #628b01;
	padding-left:1em;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#fff}
/* 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:#fff !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 .pdf
{
	padding-left:2em;
	background:url(../img/symbol_klein_pdf.gif);
	background-position: 5px 0px; 
	background-repeat:no-repeat;
}

#TJK_dropDownMenu .zip
{
	padding-left:2em;
	background:url(../img/symbol_klein_zip.gif);
	background-position: 15px 0; 
	background-repeat:no-repeat;
}

#TJK_dropDownMenu li.lrt {
	float:right;	
}

#TJK_dropDownMenu  li.lrt a {
	color:#0ff;
	color:#ffffff;
}

#TJK_dropDownMenu  li.lrt a:hover, 
#TJK_dropDownMenu  li.lrt:hover a {
	color:#fc0;
}

#TJK_dropDownMenu li.hassub
{
	background:url(../img/lrimages/blank_0a.gif) right top;
}

#TJK_dropDownMenu li.hassub:hover
{
	background:url(../img/lrimages/blank_1a.gif) right top;
}

#TJK_dropDownMenu .select
{
	color:#f27233;
}
.select
{
	color:#f27233;
}

#TJK_dropDownMenu  .lrtselect {
	float:right;
}

#TJK_dropDownMenu  .lrtselect a{
	color:#f27233;
}



/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */
#TJK_dropDownMenu li#UZ ul {left:-2.3em !important;}

.submenu{
	position:relative;
	height:35px;
	width:920px;
	float:left;
	font-family:arial, verdana, sans-serif; 
	font-size:14px;
	background-color:#fc0;
}
.submenu li {
	position:relative;
	float:left;
	list-style-type:none;
	font-weight:bold;
	padding: 0 1.5em 0 0;
	margin: 0 1em 0 0;
}

.submenu li a {
	display:block;
	float:left;
	padding: 0 0 0 1em; 
	line-height:33px;
}

