
table.menu	
		{
			font-family: Tahoma, sans-serif;
			border-collapse: collapse;
			/*border-spacing: 50pt;*/
			background: white;
			border-bottom-style:ridge;
			border-bottom-width:5px;
			width: 100%;
		}

td.menutext
		{
		    font-size: 10pt;
			text-align:left;
			padding-left:8px;
			padding-right:8px;			
			margin-left:0;
			margin-right:0;
			/*border-left: solid;		
			border-left-width: 1px;
			border-left-color: blue;*/
			padding-left: 1px;
			/*background: white;*/
			white-space: nowrap;			
		}

.mybody		{ 
                text-align: Justify; 
                font-family: Arial, sans-serif; 
                background: #C0C0C0;
				margin-left: 2px;
				margin-right: 2px;
				margin-top: 0px
			}
             
a:link		{	color: #0000FF; text-decoration: none; }
a:active    {	color: #666666; background-color: #EEEEEE; }
a:visited   {	color: #6464C8; text-decoration: none }
a:hover     {	color: #FF0000; background-color: #EEEEEE; text-decoration: underline;}
img         {	border: 0px }

.picture     { float: right; position: relative; text-align: Center; font-family: 
               Times New Roman, serif; font-size: 10pt; padding-left: 5em }

.Review      { border-right-width: 1px;
               border-right-style: solid;
               border-right-color: #E7E7E7; 
               border-bottom-width: 1px;
               border-bottom-style: dotted;
               border-bottom-color: #BBBBBB; 
               padding-left: 5px;
               padding-right: 5px;
			   }

	  
.menuArrow	{
				float: right;
				width: 6px;
				height: 10px;
			}
	 
.DivMenu	{
				/*z-index: 1;*/
				visibility: hidden;
				position: absolute; 
               	border: 2px solid #000000;
               	background: white;
			}
			
.DivMenuSub {
				/*z-index: 2;*/
				visibility: hidden;
				position: absolute;
				border: 2px solid #000000;
				/* Background colour needed so box strech doesn't look crap*/
               	background: white;
			/*	min-width: 20em;*/
			}