a:link {
	color:#F00;
	font-style: normal;
	text-decoration:none;
}

a:visited {
	color:#F00;
	font-style: normal;
	text-decoration:none;
}

a:hover {
	color:#F63;
	font-style: normal;
}
a:active {
	color:#FFF;
	font-style: normal;
}

#dd
{	margin: 0;
	padding: 0}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;}

#dd li a.menu
{	display: block;
	text-align: center;
	background: #000;
	padding: 2px 10px;
	margin: 0 1px 0 0;
	color: #F00;
	text-decoration: none;}

#dd li a.menu:hover
{	background: #000;
	color:#FFF;}

.submenu
{	background: #000;
	visibility: hidden;
	position: absolute;
	z-index: 3;}

	.submenu a
	{	width: 80px;
		display: block;
		font: 13px arial;
		text-align: left;
		text-decoration: none;
		padding: 5px;
		color: #F00;}

	.submenu a:hover
	{	background: #000;
		color: #FFF;}
		
.handcursor{
cursor:hand;
cursor:pointer;
}