.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC99FF;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC00FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF99FF;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.unnamed2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}

.mtDropdownMenu 
{
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}
.mtDropdownMenu .content 
{
	position:absolute;	
}
.mtDropdownMenu .items 
{
	position:relative;
	left:0px; top:0px;		
	border:1px solid #999;
	z-index:2;
}
.mtDropdownMenu.top .items 
{	
	border-top:none;
}
.mtDropdownMenu .item 
{
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
}
.mtDropdownMenu .background 
{
	position:absolute;
	left:0px; top:0px;		
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
}
.mtDropdownMenu .shadowRight 
{	
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;		
	filter:alpha(opacity=40);
}
.mtDropdownMenu .shadowBottom 
{
	position:absolute;
	z-index:1;		
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}
.mtDropdownMenu .item.hover 
{
	background:#ffffff;
	color:#000000;	
}
.mtDropdownMenu .item img 
{
	margin-left:10px;
}

