@charset "UTF-8";
/* CSS Document */


#subnavbar							{ width: 960px; height: 20px; color:#000000; margin: 0px; padding: 0px; background-color:#E7A839; font-size: 11px; font-weight: bold;}
 
ul									{ list-style: none; text-decoration: none; font-size: 11px; color: #612A83;}/* subnav color and size in strip */

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; text-decoration: none; text-transform: uppercase;}

ul.dropdown li                      { float: left; zoom: 1; text-decoration: none;}

ul.dropdown a:hover		            { color:#FFFFFF; background-image:url(../images/menu_trans_purple.png); text-decoration: none; } /* background purple colour */

ul.dropdown a:active                { color: #612A83; background-image:url(../images/menu_trans1.png); text-decoration: none; }

ul.dropdown li a                    { background-image:url(../images/menu_trans1.png); display: block; padding: 4px 8px; text-decoration: none; }
									  
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */

ul.dropdown li:link a                { color: #612A83; position: relative; text-decoration: none; }

ul.dropdown li:hover                { color: #FFFFFF; position: relative; text-decoration: none; }

ul.dropdown li.hover a              { color: #FFFFFF; }

ul.dropdown li:active a             { color: #612A83; position: relative; text-decoration: none; }



/* 
	LEVEL TWO
*/


ul.dropdown ul 						{ width: 190px; visibility: hidden; position: absolute; top: 100%; left: 0; }

ul.dropdown ul li 					{ font-weight: bold; color: #000000; border-bottom: 2px solid #ccc; float: none;}
									  
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: block;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }

ul.dropdown li:hover > ul 			{ visibility: visible; }
