﻿/* 
============================================================
Project : Frank Lumber The Door Store
Author  : Mark W. Robbins, Robbins Systems
Created : 03/28/2009
============================================================
*/
.navKMHeader {
	background		: #16446e;
	margin			: 0;
	padding			: 3;
	}
.KMTagline {
	font			: 11pt Arial, Sans-serif;
	font-weight		: bold;
	font-style		: italic;
	color			: #ffffff;
	padding-left	: 20px;
	}
.KMSectionHeader {
	font			: 18pt Arial, Sans-serif;
	font-weight		: normal;
	color			: #ffffff;
	padding-left	: 10px;
	padding-top		: 6px;
	}

.navKMContainer {
	background		: #16446e;
	color			: #ddeeff;
	width			: 120px;
	height			: 100%;
	margin			: 0;
	padding			: 1px;
	cursor			: default;
	}

.navKMMain {
	background		: #16446e;
	color			: #ddeeff;
	font-family		: Tahoma, Verdana, Arial;
	font-size		: 8pt;
	text-decoration : none;
	margin			: 0;
	padding			: 2px;
	cursor			: default;
	}

.navKMItem {
	width			: 120px;
	text-decoration : none;
	color			: #ddeeff;
	padding			: 3px;
	}
.navKMCurrent {
	width			: 120px;
	text-decoration : none;
	color			: #ddeeff;
	background-color: #2470B5;
	padding			: 3px;
	}
.navKMItemHover {
	width			: 120px;
	text-decoration : none;
	color			: #224466;
	background		: #adc3d5;
	padding			: 3px;
	}
a.navKMItemHover:hover {
	text-decoration : none;
	}

