/************************ JAVASCRIPT MENU STYLE *****************************/.startmenu{	border:#000000 0px solid;	z-index: 3;	left: 0px;	top:0;	width: 130px;	visibility: visible;	position: relative;}.submenu{	border:#000000 0px solid;	background-color: ghostwhite;}/* style of the button when mouse is over the menu item */.menuover{	color: #CCCCCC;	font-family: verdana;	font-size:12;	letter-spacing: 2px;	z-index:4;		cursor: hand;	background-color: #ffffff;	height: 30;	border: solid 1 #fffff;}/* normal state of the menu item */.menuout{	 	color: #281FAE;	font-family: verdana;	font-size:12;	letter-spacing: 2px;		z-index:4;	cursor: hand;	background-color: #ffffff;	height: 25;	border-top: solid 1 #ffffff;	border-right: solid 1 #ffffff;	border-bottom: solid 1 #ffffff;	border-right: solid 1 #ffffff;}/*little td cell that holdes the menu item image */.itemleft{	width: 1px;	text-align:center;	height:25;}/************************ LEFT MENU (AKA VERTICAL MENU) *****************************//* left td tag */td.bgside{	border-right: #ffffff 1px solid;	border-top: #ffffff 0px solid;	font-size: 12px;	border-left: #ffffff 0px solid;	color: none;	border-bottom: #ffffff 1px solid;	font-family: verdana;	background-color: none;	text-align: center;}/* When the browser does not support the javascript menu, staticmenu will be used */a.staticmenu:link  {	font-size: 12px;	text-decoration:none;	COLOR : #EEEEEE;}a.staticmenu:visited  {	font-size: 12px;	text-decoration:none;	COLOR : #EEEEEE;}a.staticmenu:hover  {	font-size: 12px;	COLOR : #ff9900;	text-decoration:underline;}a.staticmenu:active  {	font-size: 12px;	COLOR : #CCCCEE;	text-decoration:blink;}.menu{	z-index: 3;	visibility: hidden;	width: 120px;	position: absolute;}/****************** TOP MENU (AKA HORIZONTAL MENU) *******************//* the div that holds the top javascript menu. Set absolute to move anywhere */.horizontal-javascript{	overflow: hidden;	position: relative;}/* static top links */A.horizontal-static:link  {	FONT-SIZE : 12px;	COLOR : #222222;	FONT-FAMILY : verdana;	text-decoration:none;}A.horizontal-static:visited  {	FONT-SIZE : 12px;	COLOR : #444444;	FONT-FAMILY : verdana;	text-decoration:none;	}A.horizontal-static:hover  {	FONT-SIZE : 12px;	COLOR : #2451A6;	FONT-FAMILY : verdana;	text-decoration:underline;}A.horizontal-static:active  {	FONT-SIZE : 12px;	COLOR : #2451A6;	FONT-FAMILY : verdana;	text-decoration:none;	}/********************** VARIOUS *******************************/.transparent-arrow{	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=55);}.transparent-menubullet{	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=50);}/* the right mouse contet menu */DIV.diveditmenu{	z-index: 6;	left: 0px;	visibility: hidden;	width: 100px;	height: 60px;	position: absolute;	top: 0px;	background-color: white;}