a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}

        .menutitle{
            cursor:pointer;
            margin-bottom: 5px;
            background-color:#ECECFF;
            color:#000000;
            width:140px;
            padding:2px;
            text-align:center;
            font-weight:bold;
        }

        #dropmenudiv{
            position:absolute;
            background-color: #ECECFF;
            border:1px solid #cc99ff;
            border-bottom-width: 1;
            font:normal 16px Time News Roman;
            line-height:18px;
            z-index:100;
        }

        #dropmenudiv a{
            width: 100%;
            display: block;
            text-indent: 3px;
            color: #660099
            border:1px solid #cc99ff;
            border-bottom: 2px solid #cc99ff;
            padding: 3px 3;
            text-decoration: none;
        }

        #dropmenudiv a:hover{ /*hover background color*/
            background-color: CC66FF;
        }

        /* Sample CSS definition for the example list. Remove if desired */
        .navlist li {
            list-style-type: square;
            width: 135px;
            background-color: CC66FF;
        }
