
/* ================================================================ 
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:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif; text-align: center}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:835px; w\idth:835px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; float:right;}
.menu ul ul {width:135px;}
/* 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;  background:url(images/menu-div.jpg) left no-repeat; padding-left:2px;}


.menu li a {
	text-transform:uppercase;
}

.menu li li a {
	text-transform: capitalize !important;
}

.menu li li,
.menu li.about {
	background:none;
}




/*.menu li.laws-and-regulation a,
.menu li.laws-and-regulation {
	width:170px;
}

.menu li.news a,
.menu li.news {
		width:70px;
		text-transform:uppercase;
}


.menu li.pipeline,
.menu li.pipeline a,
.menu li.about a,
.menu li.about {
		width:100px;
		text-transform:uppercase;
}


.menu li.mtsa,
.menu li.mtsa a
 {
		width:90px;
		text-transform:uppercase;
}

.menu li.rail,
.menu li.rail a,
.menu li.CFATS a,
.menu li.CFATS
 {
		width:50px;
		text-transform:uppercase;
}

.menu li.laws-and-regulation li a,
.menu li.laws-and-regulation li {
		width:140px !important;
}


.menu li.news li a,
.menu li.news li,
.menu li.pipeline li a,
.menu li.rail li,
.menu li.pipeline li,
.menu li.rail li a,
.menu li.mtsa li,
.menu li.mtsa li a,
.menu li.CFATS li a,
.menu li.CFATS li,
.menu li.about li a,
.menu li.about li {
	width:128px !important;
}*/

.menu li.products a,
.menu li.products {

}


/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:9.5px;text-decoration:none; color:#fff; height:32px; background:#000066; padding:0 10px; line-height:32px; font-weight: 200; text-transform:uppercase;}


.menu li li a, .menu li li a:visited {
	text-transform:capitalize;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:135px; w\idth:135px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:white url(http://www.chem-security.com/images/general/red-arrow.gif) no-repeat 135px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{text-align: center; color: white; background:#000066 no-repeat 135px center;}
.menu ul ul :hover > a.drop {color: white; background:#990033 no-repeat 135px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:white;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000066;}


/* 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:32px;left:0; width:135px;border-top:1px solid #000035;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:150px; top:-1px; width:140px;border-top:0px none;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* 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:#ffffff; color:#000066; height:auto; line-height:1em; padding:8px 10px; width:128px; border:1px solid #ffffff; border-width:1 1px 1px 1px; text-align:left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:135px;w\idth:135px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#000066	;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#000066;}

/* 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;}