* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 

a									{ text-decoration: none; }
ul									{ list-style: none; }


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;  margin-top:-2px; margin-top /*\**/: -2px\9;}




/* for Internet Explorer */
/*\*/
* html ul.dropdown                         { position: relative; background:none; margin-top:-6px;}

/* for Internet Explorer */
/*\*/
*+html ul.dropdown                         { position: relative; background:none; margin-top:-6px;}

ul.dropdown li                      { font-weight: bold; color:000; height:30px; padding-left:10px; padding-top:10px; backgound-color: #e2e4ce; }

/* for Internet Explorer */
/*\*/
* html ul.dropdown li                      { font-weight: bold; color:000; height:20px; background:none; }

/* for Internet Explorer */
/*\*/
*+html ul.dropdown li                      { font-weight: bold; color:000; height:20px; background:none; }


ul.dropdown a:hover		            { color: #000;}
ul.dropdown a:active                { color: #000; }
ul.dropdown li a                    { color: #000; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; color:#000;}


/* for Internet Explorer */
/*\*/
* html ul.dropdown li.hover,
* html ul.dropdown li:hover                { position: relative; color:#fff; background: none; width:160px;}

* html ul.dropdown li a:hover              { color: #fff; }

/* for Internet Explorer */
/*\*/
*+html ul.dropdown li.hover,
*+html ul.dropdown li:hover                { position: relative; color:#fff; background: none; width:160px;}

*+html ul.dropdown li a:hover              { color: #fff;}


/* for Internet Explorer */
/*\*/
* html ul.dropdown li li.hover,
* html ul.dropdown li li:hover                { position: relative; color:#fff; width:160px; background-image: url(../images/arrow-menu-ho.png); background-repeat:no-repeat; background-position:left;}

* html ul.dropdown li li a:hover              { color: #fff; backgound: #fff; }

/* for Internet Explorer */
/*\*/
*+html ul.dropdown li li.hover,
*+html ul.dropdown li li:hover                { position: relative; color:#fff; background-image: url(../images/arrow-menu-ho.png); background-repeat:repeat; background-position:left; width:160px;}

*+html ul.dropdown li li a:hover              { color: #fff;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{visibility: hidden; position: relative; left:-30px; padding-top:8px; }

/* for Internet Explorer */
/*\*/
* html ul.dropdown ul 						{ visibility: hidden; position: relative; left:-30px; }

/* for Internet Explorer */
/*\*/
*+html ul.dropdown ul 						{ visibility: hidden; position: relative; left:-30px; }


ul.dropdown ul li				{ font-weight: normal; 
									  text-transform: none;
									  background-color: #e2e4ce; 
									  color: #666; 
									  font-family: arial;
									  font-size:10px;
									  border-bottom: 1px solid #ccc; float: none; 
									  background-image: url(../images/arrow-menu.png);
									  background-repeat:no-repeat;
									  background-position:left;
									  height:25px;
									  line-height:25px;
									  width: 120px;
									  display:inline-block;
									  margin-left:20px; margin-top:-5px; margin-bottom:0px;
									  padding:0px;
									  padding-left:30px;
									} /* light green background */

/* for Internet Explorer */
/*\*/
* html ul.dropdown ul li {
        width:160px;

}

/* for Internet Explorer */
/*\*/
*+html ul.dropdown ul li {
        width:160px;
}



ul.dropdown ul li:hover			{ color:#fff; background-image: url(../images/arrow-menu-ho.png); background-repeat:no-repeat; background-position:left;} /* white letters, dark green background */		
									 
ul.dropdown ul a:hover			{color:#fff;}
							  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;   } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; 
									  background-repeat:no-repeat;
									  background-position:left;}

