a:visited.menu 
	{ 
	font-weight:bold;
	font-size:18px;
  	font-family:arial;
	color: #333333; 
	text-decoration: none 
	}
a:active.menu 
	{   
	font-weight:bold;
	font-size:18px;
  	font-family:arial;
	color: #333333;
	text-decoration: none;
	}
a:link.menu 
	{  
	font-weight:bold;
	font-size:18px;
  	font-family:arial;
	color: #333333;
	text-decoration: none;
	}

a:hover.menu 
	{  
	font-weight:bold;
	font-size:18px;
  	font-family:arial;
	color: #990000;
	text-decoration: none;
	}

a:visited.button
	{ 
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #666666;
	}

a:active.button
	{ 
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #666666;
	}

a:link.button 
	{
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #666666;
	}

a:hover.button
	{
	color: #CCCCCC;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #666666;
	}

a:visited.title 
	{ 
	font-weight:bold;
	font-size:14px;
	color: #000000; 
	text-decoration: none 
	}

a:link.title 
	{
	font-weight:bold;
	font-size:14px;
	color: #000000;
	text-decoration: none;
	}

a:active.title 
	{ 
	font-weight:bold;
	font-size:14px;
	color: #000000;
	text-decoration: none;
	}

a:hover.title 
	{
	font-weight:bold;
	font-size:14px;
	color: #CCCCCC;
	text-decoration: none;
	}

a:visited
	{ 
	font-weight:bold;
	font-size:10px;
  	font-family:arial;
	color: #333333; 
	text-decoration: none 
	}
a:active 
	{   
	font-weight:bold;
	font-size:10x;
  	font-family:arial;
	color: #333333;
	text-decoration: none;
	}
a:link 
	{  
	font-weight:bold;
	font-size:10px;
  	font-family:arial;
	color: #333333;
	text-decoration: none;
	}
a:hover
	{  
	font-weight:bold;
	font-size:10px;
  	font-family:arial;
	color: #CCCCCC;
	text-decoration: none;
	}

#dropmenudiv
	{
        position:absolute;
	background-color: #999999;
	line-height:20px;
	z-index:100; font-weight:normal; font-size:12px; font-family:arial;
	}

#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	}

#dropmenudiv a:hover
	{
	background-color: #999999;
	}
