#ppt_topnav a:link {
	text-decoration: none;   /* no underlining as default */
	color: #DED3C1;
	background-position: left top;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding-left: 8px;
}
#ppt_topnav a:visited {
	text-decoration: none;   /* no underlining as default */
	color: #DED3C1;
	background-position: left top;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding-left: 8px;
}
#ppt_topnav a:hover {
	text-decoration: underline;     /* underlining as hover default */
	color: #DED3C1;
	font-size: 14px;
}
#ppt_topnav li a {
	font-size: 12px;   /* font size of top links */
	font-family: Arial, Helvetica, sans-serif;
	color: #F0F0F0;
}


#ppt_topnav, #nav ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 5px;
}
#ppt_topnav {
	float: right;  /*padding to top and right of top links*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}
#ppt_topnav li {
	margin-right: 3px; /* space between top links */
}
#ppt_topnav li li {
	margin-right: 0;
}
#ppt_topnav a, #nav li.sfhover {
	display: block;
}
#ppt_topnav li { /* all list items */
	float: left;
}
#ppt_topnav li:hover {
	position:static; /* help IE7 a bit */
}
#ppt_topnav li ul { /* second-level lists */
	position: absolute;
	background-color: #785f4f; /*bg color of drow down menus*/
	width: 80px; /* show to Mozilla/Safari/Opera */
	_width: 120px; /* show to IE */
	left: -999em;
	padding-top: 8px;
	padding-bottom: 5px;
	opacity: 0.93;
	line-height: 18px;
}
* html li ul a {
	left: 0px; 
}
#ppt_topnav li ul a {
	width: 104px;
	font-size: 12px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 8px;
	position: relative;
	left: -40px; /* show to Mozilla/Safari/Opera */
	_left: 0px; /* show to IE */
	opacity: 0.93;
}
#ppt_topnav li ul a:hover {
	background: #4b483f; /*bg color of drop down menus when hovered over*/
	}
#ppt_topnav li:hover ul, #ppt_topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-position: -40px 0;
	margin-left: 0px;
}
#ppt_topnav li.topnavright {
	margin-right: 0;
}
/* try to keep suckerfish drowpdowns above flash */
#ppt_topnav {
    z-index:2;
} 
#ppt_topnav ul {
    z-index:3;
}
#ppt_topnav ul li {
    z-index:4;
}
#ppt_topnav ul li ul {
    z-index:5;
}
#ppt_topnav ul li ul li {
    z-index:6;
}
#ppt_topnav a {
    z-index:7;
}
ul, menu, dir {
	list-style-type:none;
}

