#nav {
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
	width: 520px;
	height: 20px;
	background:#609;
	background-image: url(purplecorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 500px;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-weight:bold;
	float: left;
	padding-right: 0px;
}

/*Drop down menu tags*/

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #FFFFFF;
	border-top-color: #609;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #609;
	border-right-style: solid;
	border-right-width: 5px;
	border-left-color: #609;
	border-left-style: solid;
	border-left-width: 1px;
}

#nav li ul li {
	width:119px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border-bottom: 1px solid #609;
	clear:left;
	padding: 3px;
	background: #fff;
}

#nav li ul li a {
	color: #609;
	background-color:#fff;
	display:block;
	}


#nav li ul li a:hover{
	color: #609;
	background-color:#ccc;
	margin:0px;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*End Drop down menu tags*/

#rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	border-top: solid #b4b4b4 1px;
	}
	
#rightcol ul li {
	position: relative;
	border-bottom: solid #b4b4b4 1px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 190px;
	}
	
#rightcol li ul {
	position: absolute;
	right: 190px; /* Set 1px less than menu width */
	width: 190px;
	top: 0;
	display: none;
	background-color: #FFFFFF;
	border-top-color: #609;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #609;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #609;
	border-left-style: solid;
	border-left-width: 1px;
	}

/* Styles for Menu Items */
#rightcol ul li a {
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #609;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#rightcol li:hover ul, #rightcol li.over ul { display: block; } /* The magic */

#askbox {
	height: 110px;
}

a.flyout {
	background: green;
}

a.flyout:hover {
	background-color: #eee;
	background-image: url(bkg-flyoutarrow-alt.gif);
	background-repeat: no-repeat;
 	background-position: 5px 50%;
}