/* CSS Document */

#mi-navigation 							{ width: 954px; height: 29px; border-width: 1px 0 1px 0; border-style: solid; border-color: #e6e6e6; margin-bottom: 12px; }
/* hack to correct IE5.5 faulty box model */
* html #mi-navigation 					{ width:955px; w\idth:954px;}
/* remove all the bullets, borders and padding from the default list styling */
#mi-navigation ul 						{ padding:0;margin:0;list-style-type:none;}

#mi-navigation ul ul 					{ width:150px; }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mi-navigation li 						{ float:left;width:110px; position:relative; border-right: 1px solid #e6e6e6; padding: 2px; }
#mi-navigation ul ul li 				{ width: 150px; border-width: 1px 1px 0 1px; border-style: solid; border-color: #e6e6e6; background-color: #ffffff; }
#mi-navigation ul ul li.last 			{ border: 1px solid #e6e6e6; }
/* style the links for the top level */
#mi-navigation a, 
#mi-navigation a:visited 				{ display:block; width:110px; height:25px; text-align: center; background-color: #eeeeee; line-height: 25px; font-size: 11px; text-transform: uppercase;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #mi-navigation a, 
* html #mi-navigation a:visited 		{ width:110px; w\idth:110px; }

/* style the second level background */
#mi-navigation ul ul a.drop, 
#mi-navigation ul ul a.drop:visited 	{ background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
#mi-navigation ul ul a.drop:hover		{ background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
#mi-navigation ul ul :hover > a.drop	{ background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

/* style the third level background */
#mi-navigation ul ul ul a, 
#mi-navigation ul ul ul a:visited 		{ background:#e2dfa8; }
/* style the third level hover */
#mi-navigation ul ul ul a:hover 		{ background:#b2ab9b; }


/* hide the sub levels and give them a positon absolute so that they take up no room */
#mi-navigation ul ul 					{ visibility:hidden; position:absolute; height: 0; top:29px; left: -1px; width:150px; }
/* another hack for IE5.5 */
* html #mi-navigation ul ul 			{ top:27px;t\op:27px; padding-top: 2px; }

/* position the third level flyout menu */
#mi-navigation ul ul ul					{ left:149px; top:0px; width:149px; }

/* position the third level flyout menu for a left flyout */
#mi-navigation ul ul ul.left 			{ left:-149px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
#mi-navigation table 					{ position:absolute; top:0; left:0; border-collapse:collapse; }

/* style the second level links */
#mi-navigation ul ul a, 
#mi-navigation ul ul a:visited 			{ width: 138px; text-align: left; padding-left: 12px; background-color: #ffffff; text-transform: none; height: 20px; line-height: 20px; }
/* yet another hack for IE5.5 */
* html #mi-navigation ul ul a, 
* html #mi-navigation ul ul a:visited 	{ width:138px;w\idth:138px; }

/* style the top level hover */
#mi-navigation a:hover, 
#mi-navigation a.mi-actmainmenu			{ color:#ffffff; background:#ca0002; background-image:url(../img/design/red1x1.gif); }

#mi-navigation ul ul a:hover,
#mi-navigation ul ul a.mi-actsubmenu 	{ color:#ca0002; background:#f1f1f1; background-image:url(../img/design/gray1x1.gif);}
#mi-navigation :hover > a 				{ color:#ffffff; background:#ca0002; }
#mi-navigation ul ul :hover > a 		{ color:#ca0002; background:#f1f1f1; }

/* make the second level visible when hover on first level list OR link */
#mi-navigation ul li:hover ul,
#mi-navigation ul a:hover ul			{ visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#mi-navigation ul :hover ul ul			{ visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#mi-navigation ul :hover ul :hover ul	{ visibility:visible;}