.menu {	width: 840px;	height:30px;	font-size:11px;	position:relative;	z-index:1000;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #1e1e1e;}/* hack to correct IE5.5 faulty box model */* html .menu {	width:841px;	w\idth:840px;}/* 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:105px;	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:105px;	position:relative;}/* style the links for the top level nav bar */.menu a, .menu a:visited {	display:block;	text-decoration:none;	color:#CCCCCC;	width:105px;	height:29px;	line-height:29px;	text-align: center;	border-left: 1px solid #1e1e1e;}/* style the top level nav bar hover */.menu a:hover {	color:#fff;	background-color:#CCCCCC;	background-image: url(../images/toi_nav-over.jpg);	background-repeat: repeat-x;}.menu :hover > a {	color:#fff;	background-color:#CCCCCC;	background-image: url(../images/toi_nav-over.jpg);	background-repeat: repeat-x;}/* a hack so that IE5.5 faulty box model is corrected */* html .menu a, * html .menu a:visited {	width:105px;	w\idth:104px;}/* style the second level drop background */.menu ul ul a.drop, .menu ul ul a.drop:visited {	background-color:#660000;	color: #cccccc;	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: #CCCCCC;	background-image: url(../images/drop.gif);	background-repeat: no-repeat;	background-position: right bottom;}.menu ul ul :hover > a.drop {	background-color:#333333;	color: #FFFFFF;	background-image: url(../images/drop.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:#eeeeee;	border-right: 1px solid #1e1e1e;	border-bottom: 1px solid #1e1e1e;	border-left: 1px solid #1e1e1e;}/* style the third level hover */.menu ul ul ul a:hover {	background-color: #660000;	background-image: none;	color: #ffffff;}/* 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:29px;	left:0;	width:105px;	border-top:1px solid #1e1e1e;}/* another hack for IE5.5 */* html .menu ul ul {	top:28px;	t\op:29px;}/* position the third level flyout menu */.menu ul ul ul {	left:104px;	top:-1px;	width:105px;}/* position the second level menu for a left */.menu ul ul.left {	left:-59px;}/* position the third level flyout menu for a left flyout */.menu ul ul ul.left {	left:-104px;}/* 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:#eeeeee;	color:#333333;	height:auto;	padding:5px 10px;	width:84px;	background-image: none;	line-height: 14px;	border-right: 1px solid #1e1e1e;	border-bottom: 1px solid #1e1e1e;	border-left: 1px solid #1e1e1e;}/* yet another hack for IE5.5 */* html .menu ul ul a, * html .menu ul ul a:visited {	width:105px;	w\idth:84px;}/* style the second level hover */.menu ul ul a:hover {	color:#ffffff;	background-color:#660000;	background-image: none;}.menu ul ul :hover > a {	color:#ffffff;	background-color:#660000;	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;}