﻿
#nav{
	/* position style all */
	margin: 10px 55px 0px 0px;
	border: 1px solid #000000;
	float: right;
	background-image: url('../images2/template/back_nav1.gif');
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}


#nav ul {
	/* dropdown background color border */
	float: none;
	list-style: none;
	background: #000000;
	border: #000000 solid;
	border-width: thin 0;
	visibility: visible;
	background-color: #000000;
}

#nav a {
	/* controls text position drop down behavior */
	display: block;
	width: auto;
	color: #FFFFFF;
	text-align: justify;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 8px;
}

#nav li a {
	/* controls text position drop down behavior */
	display: block;
	width: auto;
	color: #FFFFFF;
	text-align: justify;
}


#nav li {
	/* controls group structure horiz */
	float: left;
	width: auto;
}

#nav li ul {
	/* controls drop down */
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	font-weight: bolder;
}

#nav li li {
	/* controls hover width */
	width: auto;
}

#nav li ul a {
/* controls drop down stacking/width */
	width: auto;
	w\idth: 11.0em;
}

#nav li li:hover ul {
	left: auto;
}

#nav li:hover ul {
	left: auto;
}
#nav li.sfhover {
	background: #7F7F7D;
}
