body{
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #330099;
	margin-left:25px;
	background-color:#FFFFFF;
}

.default {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #330099;
	font-weight:normal;
}

.new {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color:#FF0000
}

.fu {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
	text-align:right;
}

.fu-left {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #330099;
	text-align:left;
}

.linkBraces {
	color:#999999;
	font-weight:bold;
}

a:link, a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

.prevNext a:link, .prevNext a:visited {
	color:#999900;
}

.prevNext a:hover {
	color:#330099;
}

.firstLast a:link, .firstLast a:visited {
	color:#999999;
}

.firstLast a:hover {
	color:#330099;
}


#nav {
	height: 26px;
	margin: 0;
	padding: 0;
	/*background-color:#330099;*/
	/*background-image:url(images/CSSbg.png);*/
	background-repeat:repeat-x;
}

/* Navigation Menu */
.nav1{} /*Door Hardware*/
.nav2{} /*Mortises and Latches*/
.nav3{} /*Sliding Door Hardware*/
.nav4{} /*Kitchen Accessories*/
.nav5{} /*Cabinet Hardware*/
.nav6{} /*Bathroom Accessories*/
.nav7 a:link{color:#FF0000;} /*New Stuff*/
.nav7 a:hover{color:#330099;}
.nav8{width: 59px} /**/
.nav9{width: 52px} /**/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	border-width:thin;
	border-style:none;
	border-color:#999999;
	list-style:none;
}

	/* first-level items */
	#nav li {
		float: left;
		margin: 0;
		padding: 0;
		position:relative;
	}
	#nav li:hover, #nav li.sfhover, #nav li.over {
		background-position: bottom;
		/*background-color:#FFFFFF;*/
		}
	#nav li.first {
		margin: 0 0 0 14px !important;
		margin: 0 0 0 7px;
		}
	#nav a {
		/*display: block;*/
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 24px;
		font-weight: bold;
		font-family: "Arial", sans-serif;
		}
	
	/* second-level items */
	#nav li ul {
		display: none;
		position: absolute;
		padding: 5px 7px 7px 7px;
		margin: 0;
		top: 18px;
		left: 0;
		background-color:#FFFFFF;
		border-style:solid;
		}
	#nav li>ul {
		top: auto;
		left: auto;
		}
	#nav li:hover ul, #nav li.sfhover ul, #nav li.over ul {
		display: block;
		}
	#nav li ul li {
		float:none;
	}
	#nav li li a {
		line-height: 13px;
		height: auto;
		white-space: nowrap;
		background-image: none;
		}

a:hover{
	color:#330099;
	text-decoration:none;
}

