/*----------------------   a	 ---------------------*/						
a:link {color: red}     /* unvisited link */
a:visited {color: blue}  /* visited link */
a:hover {color: maroon}   /* mouse over link */
a:active {color: green}   /* selected link */ 

..notmenu a:link {color: #FF9900}     /* unvisited link */
..notmenu a:visited {color: #FF9900}  /* visited link */
..notmenu a:hover {color: #FF00FF}   /* mouse over link */
..notmenu a:active {color: #FF9900}   /* selected link */ 

/*-------------------------------------------------  menu table	 ---------------------*/

..menu_table {
	/*font-family: Tahoma;*/
	font-size: 10pt;
	background-color: #996699;  /*  light purple  */
	width: 100%;
}
..menu_table td {
	background-color: #CD853F;    /*  gold  */
}
..menu_table a	{
	color: #800000;   /*  red  */
	font-size: 10pt;
	text-decoration: underline;
}
..menu_table a:visited	{
	color: #800000;   /*  red  */
	font-size: 10pt;
	text-decoration: underline;
}
..menu_table a:hover	{
	color: #cd853f;
	font-size: 10pt;
	text-decoration: underline;
	background-color: #800000;
}
..menu_table a:active {
	color:#FF0000;
	font-weight:bold;
	text-decoration: underline;
	background-color: #800000;  /*  maroon  */
}
td.menu_current {
	background-color: #FFCC99;  /*  tan  */	
	color:#000000;} /* black identifies where there is no link*/
/*---------------------------- end menu ---------------------*/