a.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 110px;
	margin-left: 10px;
	text-align: right;
}
a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: underline;
	width: 110px;
	margin-left: 10px;
	text-align: right;
}

a {
	color: #006699;
}
a:hover {
	color: #33CCFF;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
}
iframe {
	left: 20%;
	top: 100px;
}
