

.menulinks
	{ 
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}

.menulinks:hover
	{ 
	font-family: arial;
	font-size: 18px;
	color: #ccFFFF;
	text-decoration: none;
	font-weight: normal;
	}

.crighttext
	{ 
	font-family: arial;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
	}

.crightlinks
	{ 
	font-family: arial;
	font-size: 11px;
	color: #676767;
	text-decoration: none;
	}

.crightlinks:hover
	{ 
	font-family: arial;
	font-size: 11px;
	color: #676767;
	text-decoration: underline;
	}

.brders
	{
	background-color:#57608a;
	}


.thebox
	{ 
	font-family: arial;
	color: #000000;
	background-color: #57608a;
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	text-decoration: none;
	}

.thebutton
	{ 
	font-family: arial;
	color: #FFFFFF;
	background-color: #92A2E1;
	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 1px;
	text-decoration: none;
	}

.thebutton:hover
	{ 
	font-family:arial;
	color: #007575;
	background-color: #DEE;
	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-color: #FFFFFF;
	border-width: 1px;
	text-decoration: none;
	}



#dropmenudiv{
position:absolute;
border:1px solid #FFFFFF;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
color: #FFFFFF;
background-color: #92A2E1;
}

#dropmenudiv a:hover{
background-color: #FFFFFF;
color: #92A2E1;
}

