/* CSS Document */body {	background-color: #000000;	margin:0 auto;	text-align:center;}.masthead {text-align:center; background-color:#333; padding:0 0 1px;}.style1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;}.style2 {	color: #ff6501;	font-size: 36px;	font-weight: bold;	font-family: Georgia, "Times New Roman", Times, serif;}.style3 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	color: #FFFFFF;	line-height: 1.6em;}.style4 {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #FFFFFF;} #sprite {    width: 788px; height: 600px;    background: url(2007_images/homepageSprite.jpg);    margin: 10px auto; padding: 0;    position: relative;}/* SPRITE */#sprite li {    margin: 0; padding: 0; list-style: none;    position: absolute; top: 0;}#sprite li, #sprite a {    height: 600px; display: block;}#a {left: 2px; width: 210px;}#b {left: 214px; width: 180px;}#c {left: 396px; width: 177px;}#da {left: 575px; width: 211px;} /* #4b {left: 575px; width: 211px;}*/ #a a:hover {    background: transparent url(2007_images/homepageSprite.jpg)    -2px 0px no-repeat;}#b a:hover {    background: transparent url(2007_images/homepageSprite.jpg)    -214px 0px no-repeat;}#c a:hover {    background: transparent url(2007_images/homepageSprite.jpg)    -396px 0px no-repeat;}#da a:hover {    background: transparent url(2007_images/homepageSprite.jpg)    -575px 0px no-repeat;}	/* NAVIGATION *//* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.cssplay.co.uk/menus/final_drop.htmlCopyright (c) 2005-2008 Stu Nicholls. All rights reserved.This stylesheet and the associated (x)html may be modified in any way to fit your requirements.=================================================================== */.menu { height:30px; position:relative; z-index:100; font-family:arial, sans-serif; letter-spacing:1px;text-align:center; margin:0 auto; padding:0; width:795px; background:#000 url(2007_Images/navBg.jpg) bottom repeat-x;}/* hack to correct IE5.5 faulty box model */* html .menu {width:788px; w\idth:787px;}/* 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:300px;}/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */.menu li {float:left;position:relative;}/* style the links for the top level */.menu a, .menu a:visited {display:block;font-size:15px;text-decoration:none; color:#fff; height:30px; background:#000 url(2007_Images/navBg.jpg) bottom repeat-x; padding:0 30px; line-height:29px; margin:0 2px; }/* a hack so that IE5.5 faulty box model is corrected */* html .menu a, * html .menu a:visited {width:200px; w\idth:190px;}/* style the second level background */.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#8F2608;}/* style the second level hover */.menu ul ul a.drop:hover{background:#FD6500;}.menu ul ul :hover > a.drop {background:#FD6500 url(2007_Images/navLv2Arrow.gif) no-repeat 200px center;}/* style the third level background */.menu ul ul ul a, .menu ul ul ul a:visited {background:#671202;}/* style the third level hover */.menu ul ul ul a:hover {background:#FD6500;}/* 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:30px;left:0; width:200px; padding:2px 0}/* another hack for IE5.5 */* html .menu ul ul {top:29px;t\op:30px;}/* position the third level flyout menu */.menu ul ul ul{left:230px; width:200px; padding-left:2px; top:-2px;}/* position the third level flyout menu for a left flyout */.menu ul ul ul.left {left:-230px;}/* 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:#d4d8bd; color:#fff; height:auto; line-height:1em; padding:5px 0 5px 40px; width:190px;border-width:0 1px 1px 1px; text-align:left;}/* yet another hack for IE5.5 */* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:190px;}/* style the top level hover */.menu a:hover, .menu ul ul a:hover{color:#fff; background:#FD6500 url(2007_Images/navBgHover.jpg) repeat-x;}.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#FD6500 url(2007_Images/navBgHover.jpg) repeat-x;}/* 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;}