/* NOTE: the area for the entire page needs to be 500 wide and 350 in height */

html { /* Temporary */
	background: #000000;
	}
img { /* Needed for FF and IE */
	border: none;
	}
/* -=.=.=.=.=.=.=.=.=.=.=.=
Link customization
.=.=.=.=.=.=.=.=.=.=.=.=.=. */

	a:link, a:visited {
		font-family: Verdana, Tahoma, Arial;
		font-size: 10px;
		color: #DEC899;
		text-decoration: none;
		}
	a:hover, a:active {
		font-family: Verdana, Tahoma, Arial;
		font-size: 10px;
		color: #B97852;
		text-decoration: none;
		opacity: 0.7;
		filter: alpha(opacity=70);
		}

.jfkt_wrapper {
	width: 500px;
	height: 350px;
	color: #999;
	overflow: hidden;
	}
/* -=.=.=.=.=.=.=.=.=.=.=.=./
----Global elements =.=.=.=/
=.=.=.=.=.=.=.=.=.=.=..=.=*/
	#customli {
		list-style: disc;
		font-weight: bold;
		color: #C0C8DA;
		}
/* -=.=.=.=.=.=.=.=.=.=.=.=./
----Top List format.=.=.=.=/
=.=.=.=.=.=.=.=.=.=.=..=.=*/

	.jfkt_wrapper #mainul{
		position: absolute;
		margin-top: 10px;
		margin-left: -20px;
		}
	.jfkt_wrapper ul li {
		display: inline;
		list-style: none;
		padding: none;
		}
		.jfkt_wrapper ul li:hover {}
/* -.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=./
----Sub Menu format group.=.=.=.=/
=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=*/
			.jfkt_wrapper ul li ul { /* Hide it all */
				display: none;
				}
		.jfkt_wrapper ul li:hover ul { /* For Category Submenu */
			position: absolute;
			display: block;
			background: #1B2B41;
			width: 498px;
			height: 290px;
			top: 24px;
			left: 0px;
			margin-left: 20px;
			padding: 8px 2px 20px 2px;
			border: 1px #666 dotted;
			}
		.jfkt_wrapper ul li ul #areahdr { /*For first Row of Cat Headers-- if used */
			font-weight: bold;
			padding-right: 32px;
			color: #1794D1;
			}
			.jfkt_wrapper ul li ul li img {
				padding-left: 10px;
				}