@charset "UTF-8";body {	background: #8a9d9b;}.menu {	width: 760px;	height:25px;	font-size:14px;	position:relative;	z-index:1000;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #cccccc;}/* hack to correct IE5.5 faulty box model */* html .menu {	width:761px;	w\idth:760px;}/* remove all the bullets, borders and padding from the default list styling */.menu ul {	padding:0;	margin:0;	list-style-type:none;}.menu ul ul {	width:107px;	z-index: 10000;}/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */.menu li {	float:left;	width:107px;	position:relative;}/* style the links for the top level nav bar */.menu a, .menu a:visited {	display:block;	text-decoration:none;	color:#ffffff;	width:107px;	height:25px;	line-height:24px;	text-align: center;	border-left: 1px solid #cccccc;}/* style the top level nav bar hover */.menu a:hover {	color:#000000;	background-color:#8a9d9b;	border-left: 1px solid #cccccc;}.menu :hover > a {	color:#000000;	background-color:#8a9d9b;	border-left: 1px solid #cccccc;}/* a hack so that IE5.5 faulty box model is corrected */* html .menu a, * html .menu a:visited {	width:107px;	w\idth:94px;}/* style the second level drop background */.menu ul ul a.drop, .menu ul ul a.drop:visited {	background-color:#8a9d9b;	color: #333333;	background-image: url(../images/drop.gif);	background-repeat: no-repeat;	background-position: right bottom;}/* style the second level drop hover */.menu ul ul a.drop:hover {	background-color:#333333;	color: #ffffff;	background-image: url(../images/drop2.gif);	background-repeat: no-repeat;	background-position: right bottom;}.menu ul ul :hover > a.drop {	background-color:#333333;	color: #FFFFFF;	background-image: url(../images/drop2.gif);	background-repeat: no-repeat;	background-position: right bottom;	z-index: 1000;}/* style the third level background */.menu ul ul ul a, .menu ul ul ul a:visited {	background-color:#ffffff;	border-right: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	border-left: 1px solid #cccccc;}/* style the third level hover */.menu ul ul ul a:hover {	background-color: #8a9d9b;	background-image: none;	color: #000000;}/* hide the sub levels and give them a positon absolute so that they take up no room */.menu ul ul {	visibility:hidden;	position:absolute;	height:0;	top:24px;	left:0;	width:107px;	border-top:1px solid #cccccc;}/* another hack for IE5.5 */* html .menu ul ul {	top:23px;	t\op:24px;}/* position the third level flyout menu */.menu ul ul ul {	left:94px;	top:-1px;	width:107px;}/* position the second level menu for a left */.menu ul ul.left {	left:-107px;}/* position the third level flyout menu for a left flyout */.menu ul ul ul.left {	left:-94px;}/* style the table so that it takes no ppart in the layout - required for IE to work */.menu table {	position:absolute;	top:0;	left:0;	border-collapse:collapse;}/* style the second level links */.menu ul ul a, .menu ul ul a:visited {	background-color:#FFFFFF;	color:#333333;	height:auto;	padding:5px 10px;	width:74px;	background-image: none;	line-height: 14px;	border-right: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;	border-left: 1px solid #cccccc;}/* yet another hack for IE5.5 */* html .menu ul ul a, * html .menu ul ul a:visited {	width:107px;	w\idth:74px;}/* style the second level hover */.menu ul ul a:hover {	color:#eeeeee;	background-color:#333333;	background-image: none;}.menu ul ul :hover > a {	color:#eeeeee;	background-color:#333333;	background-image: none;}/* make the second level visible when hover on first level list OR link */.menu ul li:hover ul, .menu ul a:hover ul {	visibility:visible;}/* keep the third level hidden when you hover on first level list OR link */.menu ul :hover ul ul {	visibility:hidden;}/* make the third level visible when you hover over second level list OR link */.menu ul :hover ul :hover ul {	visibility:visible;}