a:active {  text-decoration: none}
a:hover {  text-decoration: underline}
a:link {  text-decoration: none;color=:#c0c0c0}
a:visited {  text-decoration: none; color: #993300}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-variant: normal
}
.navbar 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
	.navbar A:link {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;


}
	.navbar A:active {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
	.navbar A:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;

}
	.navbar A:hover {text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}	

.large_text {  font-size: 14px; font-weight: bold}

.title_text 
	{  font-size: 14px; font-weight: bold; color: #333399}
	{font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;
	font-style: normal;	color: #cccccc; text-transform: uppercase; text-align: center;}
	
	.title_text A:link {text-decoration: none;
	color: #333399;
	text-transform: uppercase;


}
	.title_text A:active {text-decoration: none;
	text-transform: uppercase;
	color: #333399;
}
	.title_text A:visited {text-decoration: none;
	color: #333399;
	text-transform: uppercase;

}
	.title_text A:hover {text-decoration: none;
	text-transform: uppercase;
	color: #cccccc;
}	.large_text {  font-size: 14px; font-weight: bold}



   A:visited:hover {text-decoration:underline; color = "990000" : color="990000"} 
   A:link:hover {text-decoration:underline; color="0033FF"}   
   A:hover:active {text-decoration:underline; color="0033FF"}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:494px; height:20px; position:relative; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:121px; height:20px; text-align:center; color:#fff; border:0px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
