.menutitle {
	width:160px;
	padding:0px;
	margin-top:0.4em;
	background:transparent;
	border-bottom:0px solid #BFB8BF;
	border-right:0px solid #BFB8BF;
	cursor:pointer;
	text-align:left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#808080;
}

.submenu {
	width:160px;
	padding:0px;
	background-color:transparent;
	border-bottom:0px solid #BFB8BF;
	border-right:0px solid #BFB8BF;
	text-align:left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;		
	color:#888;
}

.submenu A:link {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

.submenu A:visited
{
	color: #888;
	font-weight: normal;
	text-decoration: none;
}

.submenu A:active {
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
}

.submenu A:hover {
	color: #888;
	font-weight: normal;
	text-decoration: underline;
}

A:link {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
