a
{
	color: #CCFF00;
	text-decoration: none;

}
a :visited
{ 
    color: #CCCCCC;
    text-decoration: none;
}
.main
{
	background-image: none;
	background-position: left top;

}
.navigation
{ 
    text-align: center;
    font-size: 11px;
    FONT-FAMILY: Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    height: 20px;
    background-color: #FFFFFF;
}
.navigation :hover
{ 
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}


/*drop down menu*/

.dropdowncss{
	position:absolute;
	visibility: hidden;
	border:1px #FFFFFF solid;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #095342;
	width: 100px;
	filter:alpha(opacity=80);
	left: 191px;
	top: 137px;


    	-moz-opacity:0.80;
    	opacity: 0.80;
}

.dropdowncss a{
    	FONT-FAMILY: Verdana, sans-serif;
    	font-size: 8pt;
	font-weight: bold;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #000000 solid;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.dropdowncss a:hover{
    	FONT-FAMILY: Verdana, sans-serif;
    	font-size: 8pt;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #095342;
}
