﻿#jklmenu { position:static;}
#jklmenu > ul {	margin: 0; padding: 0;}
	
#jklmenu li
{
	float: left; 
	list-style: none;
/*	font-family: Tahoma,Arial;  Sometimes, we want menus to look different from body text */
	font-size: 9pt;
	font-weight: bold;
}

#jklmenu li a
{
	display: block;
	height:18px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:0px;
	padding-right:24px;
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap
}


#jklmenu li a:hover, #jklmenu .selected
{
	color: #F2953A
}
	
#jklmenu li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-color:#494949;
	border-top: 1px solid #F2953A;
    z-index:2
}

#jklmenu li > ul > li
{
	float: none;
	display: inline;
}

#jklmenu li ul li a
{	
	width: 170px;
	background: #494949;
	font-weight:normal;
    padding-left:10px;
    padding-right:10px;
}
