    .menutitle{
	cursor:hand;
	margin-bottom: 5px;
	background-color:Silver;
	color:#660033;
	width: 150px;
	padding:3px;
	text-align: left;
	font-family: Arial;
	font-weight:bold;
	font-size:14px;
	border:2px solid #660033;
	background-image : url(graphics/bg_double-grey.gif);
	line-height : 18px;
	margin-left : 3px;
	margin-top : 6px;
}

    .submenu{
        margin-bottom: 0.5em;
	margin-left : 8px;
        width:140px;
        text-decoration: none;
        font-family: Arial;
        font-size:14px;
	font-weight:bold;
        LINE-HEIGHT: 18px;
    }

    a {
	color: #660033;
	text-decoration: none;
};

        a:active
    {
	color: #660033;
}
        a:visited
    {
	color: #8B3626;
}
    a:hover{
	color:#F5FFFA;
	background-color:#660033;
	text-decoration: none;
	font-weight : bold;
}

