/* CSS Document */
*{margin:0;padding:0;}
html{margin:0px;padding:0px;}

body{margin:0px;padding:0px;}
#nav {
	line-height: 24px;
	list-style-type: none;
	float: right;
}

#nav a {
 display: block; width: 80px; text-align:center;
}

#nav a:link  {
	text-decoration:none;
}
#nav a:visited  {
text-decoration:none;
}
#nav a:hover  {
 color:#CCCCCC;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left;
	width: 80px;
	font-weight: bold;
	color: #000000;
}
#nav li a:hover{
	background-color: #000000;
}
#nav li ul {
	line-height: 30px;
	list-style-type: none;
	text-align:right;
	left: -999em;
	width: 80px;
	position: absolute;
	display: block;
	font-weight: bold;
}
#nav li ul li{
	float: left;
	width: 80px;
	background-color: #000000;
	text-align: right;
}


#nav li ul a{
	display: block;
	width: 80px;
	w\idth: 80px;
	text-align:center;
	font-weight: bold;
	line-height: 26px;
}

#nav li ul a:link  {
 color:#000000; text-decoration:none;
}
#nav li ul a:visited  {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#nav li ul a:hover  {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-color: #CCCCCC;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left;
}
