.dropstyle {
	color: #003399;
	text-decoration: none;
	/*text-indent: 10px;*/
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*.dropstyle1 {
	see .primary-tab
}*/

.dropstyle2 {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 160px;*/
}

.dropstyle3 {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/nav_arrow.gif) no-repeat left;
}

.space {
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	width: 5px;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

#nav2 a {
	display: block;
	width: 150px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav2 a:hover {
	background-color: #FFFFFF;
}

#nav a {
	display: block;
	/*width: 200px;*/
/*	padding-left: 15px;
	padding-right: 15px;*/
}

#nav a:hover {
/*	background-color: #FFFFFF;*/
	color: #000;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #C1E4FF;
	width: 170px;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 10em; /* must be same as line-height in dropstyle */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align: left
}

