/* CSS Document *//*the classes for the divs and classes for the main menu items and the submenus*//*beginning of nav controls *//*the class that controls the look of each menu item*/.menuStyle { 	text-align:center;	height:34px;	padding:0px;		}	.menuStyle td{	border-top:#CCCCCC 1px solid;	border-right:#CCCCCC 1px solid;}.menuLink, .menuLink:visited {	text-decoration:none;	}.menuLink:hover, .menuLinkOn:hover{	color:#4483BB;		}.menuLinkOn{	color:#FFFFFF;	text-decoration:none;		}.on {background-color:#999999;}	.nav, .nav a{		text-decoration:none;	color:#333;	}	.nav:hover, .nav a:hover{	background-color:#efefef;	text-decoration:none;		}		.SellToUS {	color:#4483BB;	text-transform:uppercase;	text-decoration:none;	font-weight:bold;		}