﻿

.menustyle
{
	height:20px;
	width:950px;
	color:Red;
	cursor:hand;
	background-color:#f0f0f0;
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
	
	text-align:left;
	 line-height:1;
	}
	
.menuitem
{
cursor:hand;
	FONT-WEIGHT: bold; 
	color:Red;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
	
	text-align:left;
	/*BORDER-TOP: White 1px solid; */
		 
 line-height:1;
/*	height:20px;*/
}
	
	
.MainMenuItem
{
	/*	BORDER-TOP: White 1px solid; */
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;

	line-height:1;
	color:Black;
	 
	/*height:20px;*/
}	


.MainMenuItemSelected
{
FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
 		BORDER-TOP: White 0px solid; 
/*background-color:Red;*/
 
 color:#892034;
 cursor:hand;
	 line-height:1;
	/*height:20px;*/
}
.selectedMenu
{
	
	
FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
 background-color:	#6699CC;
  color:#892034;
 cursor:hand;
 line-height:1;
	/*height:20px;*/
}

.mouseup
{
    	
	color:white;
	font-family:verdana;font-size:11pt;
	padding:0px;padding-left:5px;padding-right:15px;
	border:1px;border-color:#3F3F3F;border-style:solid;
	cursor:pointer;cursor:hand;
    
    }
.mouseover
{
    width:137px;color:red;font-family:verdana;font-size:11pt;padding:0px;padding-left:5px;padding-right:15px;border:1px;border-color:#3F3F3F;border-left-color:#8A99BA;border-top-color:#8A99BA;border-right-color:black;border-bottom-color:black;border-style:ridge;cursor:pointer;cursor:hand;
    }
.mousedown{width:137px;color:red;font-family:verdana;font-size:11pt;padding:0px;padding-left:5px;padding-right:15px;border:1px;border-color:#3F3F3F;border-right-color:#8A99BA;border-bottom-color:#8A99BA;border-left-color:black;border-top-color:black;border-style:solid;cursor:pointer;cursor:hand;}
.subMenu
{
	 /* sub menu */
		width:142px;
		background-color:#f0f0f0;
		line-height:1;
		position:fixed;
		
		text-align:left;
		color:#6699CC;
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
		cursor:hand;
		BORDER-RIGHT: Gray 1px solid; 
		BORDER-TOP: Gray 1px solid; 
		BORDER-LEFT: Gray 1px solid; 
		BORDER-BOTTOM: Gray 1px solid;
		

}

.subMenuItem
{
		text-align:left;
		color:Black;

		
	FONT-WEIGHT: bold; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size:11px;
		cursor:hand;
		 line-height:1;
		
	/*height:20px;*/

}