ul									{ list-style: none; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; font-size: 13px;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: transparent;}
ul.dropdown li a:hover		        { background:#9ec2d2 url(../css/down_arrow.gif) no-repeat center top; color:#fff; text-decoration: none;}

ul.dropdown a:active                { color: #FFF; }
ul.dropdown>li>a                    { display: block; padding: 6px 21px; border-right: 1px solid #333; border-left:1px solid #4cb7e8;
	 								  color: #FFF; text-decoration: none; }
									  
									  
									  
									  
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li:first-child a         { border-left: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #9ec2d2; color: black; position: relative; }
ul.dropdown li.hover a              { color: #FFF; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 95px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: url(../css/back.gif) repeat-x bottom left; color: #FFF; 
									  border-bottom: 1px solid #ccc; float: none; width: 95px;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding-top: 5px; padding-bottom: 5px; text-decoration: none;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

ul.sub_menu li
{
	width: 300px;
}