* 									{ margin: 0; padding: 0;}
#nav .separator					{ background: url(http://pics.pilotgroup.net/pilotgroupnet/img/menu/separator.gif) center no-repeat; width:2px; height:30px;}
a									{ text-decoration: none; }
ul									{ list-style: none;}
.dropdown							{ list-style: none; width: 100%;}
p                                   { margin: 15px 0; }
/* LEVEL ONE */
.dropdown                         { position: relative; padding:0; margin:0;}
.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: url(http://pics.pilotgroup.net/pilotgroupnet/img/menu/head_menu_bg.gif) repeat-x; width:175px; height:30px;}
.dropdown a:hover		            { color: #484848; }
.dropdown a:active                { color: #484848; }
.dropdown li a                    { display: block; padding: 7px 0px; text-align:center; color: #ffffff; text-transform: capitalize;}
.dropdown li .dir               	{ font-size: 13px; background: url(http://pics.pilotgroup.net/pilotgroupnet/img/menu/unselected_triangle.gif) 80% 50% no-repeat; }
.dropdown li .dir:hover          { font-size: 13px; color: #484848; background: none; }
.dropdown li .dir_nob            { font-size: 13px; }
.dropdown li .dir_nob:hover      { font-size: 13px; color: #484848; background: none; }
.dropdown .sel .dir			{ font-size: 13px; color: #484848; background: none; }
.dropdown li .sub_menu li {
border-bottom:1px solid #ffde6c;
border-top:1px solid #be9c23;
height:20px;
opacity:0.9;
position:relative;
width:100%;
}
.dropdown ul li {
background:#4AA658 none repeat scroll 0 0;
color:#000000;
float:none;
font-weight:normal;
}
.dropdown li .sub_menu a {
background:#EDBE15 none repeat scroll 0 0;
color:#484848;
display:block;
padding:3px 15px;
text-align:left;
}
.dropdown li .sub_menu a:hover  { display: block; padding: 3px 15px; color: #ffffff; background: #4AA658;}
.dropdown li .sub_menu li:hover { color: #000000; position: relative; opacity: 0.9; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);}

.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
.dropdown li:hover,
.dropdown .sel                { color: #000000; position: relative; background: #f1c318; }
.dropdown .hover a              { color: #484848; }
/* LEVEL TWO */
.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 10;}
/* IE 6 & 7 Needs Inline Block */
.dropdown ul li a					{ border-right: none; display: inline-block; }
/* LEVEL THREE */
.dropdown ul ul 					{ left: 100%; top: 0; }
.dropdown li:hover > ul 			{ visibility: visible; }

/* -- RSS -- */
.dropdown .rss 					{ width:138px; height: 30px;}
.dropdown li .dir_rss 			{background:#45AC54 url(http://pics.pilotgroup.net/pilotgroupnet/img/menu/rss_bg.gif) right top no-repeat;  font-size:0; height:16px;}
.dropdown li .dir_rss:hover		{background:#45AC54 url(http://pics.pilotgroup.net/pilotgroupnet/img/menu/rss_bg.gif) right bottom no-repeat;  font-size:0; height:16px;}