/* drop down menu */

.menutitle
	{
	margin-bottom: 5px;
	color:#666666;
	width:150px;
	padding:2px;
	text-align:left;
	font-weight: bold;
	cursor: pointer;
	font-family: arial, tahoma, sans-serif;
	font-size: 10;
	}

.submenu
	{
	margin-bottom: 0.5em;

	}

a:link.submenul
		{
		color: #ff0000;
		}
	a:hover.submenu
		{
		color: #ff0000;
		}
	a:visited:hover.submenu
		{
		color: #ff0000;
		}
	a:active.submenu
		{
		color: #ff0000;
		}
	a:visited.submenu
		{
		color: #ff0000;
		}		



.headlinered 
	{
	color: #ff0000; 
	font-size: 12; 
	text-decoration: none; 
	font-family: arial, tahoma, sans-serif;
	}
















