/* =============================>Dropdown menu style =============================> */.leftMenu {		text-align: left; }		.centerMenu { 	text-align: center;}		.rightMenu { 	text-align: right;	}		a.MenuLabelLink	{ 	font-family: 			'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif;	font-size:				11px;	font-style: 			normal;	font-weight: 			normal;	color: 					#999999;	line-height:			13px;	text-decoration: 		None;}a.MenuLabelLink:link { 	color: #CCCCCC;		font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuLabelLink:visited	{ 	color: #CCCCCC; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None;	}a.MenuLabelLink:hover { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }		a.MenuLabelLinkOn {		font-family: 			'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif;	font-size:				11px;	font-style: 			normal;	font-weight: 			normal;	color: 					#000000;	line-height:			13px;	text-decoration: 		None;}a.MenuLabelLinkOn:link { 	color: #000000; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuLabelLinkOn:visited { 	color: #000000; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuLabelLinkOn:hover { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }		a.MenuItemLink { 	font-family: 			'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif;	font-size:				11px;	font-style: 			normal;	font-weight: 			normal;	color: 					#999999;	line-height:			15px;	text-decoration: 		None;}a.MenuItemLink:link { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuItemLink:visited { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuItemLink:hover { 	color: #CCCCCC; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }		a.MenuItemLinkOn { 	font-family: 			'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif;	font-size:				11px;	font-style: 			normal;	font-weight: 			normal;	color: 					#999999;	line-height:			15px;	text-decoration: 		None;}a.MenuItemLinkOn:link { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuItemLinkOn:visited { 	color: #999999; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None; }a.MenuItemLinkOn:hover { 	color: #000000; 	font-family:  'Microsoft Sans Serif', Trebuchet MS, Verdana, sans-serif; 	text-decoration: None;	}		.myMenu { 	position: absolute; 	visibility: hidden;	z-index: 5;	background-color: #FFFFFF;	border: 1px #f1f1f1 solid;	border-right: 1px #CCCCCC solid;	border-bottom:	1px #CCCCCC solid;	padding-right:	5px;	padding-bottom:	2px;	margin-left:	10px;}		.myMenuLabelleft { 	padding: 0px 0px 0px 0px; text-align: left; }		.myMenuLabelcenter { 	padding: 0px 0px 0px 0px; text-align: center; }		.myMenuLabelright { 	padding: 0px 0px 0px 0px; text-align: right; }		.myMenuItemleft { 	padding: 0px 0px 0px 0px; text-align: left; }		.myMenuItemcenter { 	padding: 0px 0px 0px 0px; text-align: center; }		.myMenuItemright { padding: 0px 0px 0px 0px; text-align: right; }				#myTest { 	width: 127px;	padding: 0px 0px 0px 0px;	z-index: 0;}