/*DROPDOWN*/  
/*
GLOBAL RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

body #dDropMenu {font:100%/140% Arial,Helvetica,sans-serif;line-height:1.2em;color:#000;}

ol, ul {list-style:none;margin:0;}   
 
.dropHolder {top:110px;width:125px; float:left; height:1px; margin-left:10px;z-index:1000;}  
.dropdown-menu {font-size:11px;color:#d4d39f;cursor:pointer;margin-left:10px;z-index:1000;left: 210px;width:151px;}
.dropdown-menu a:link, .dropdown-menu a:visited {color:#d4d39f !important;display:block !important; text-decoration:none !important; margin:0 !important;}
.dropdown-menu a:hover {color:#ffffff !important;text-decoration:underline !important;}
.dropdown-menu .slide-down {background:url(../media/red-dd-down-button.gif) no-repeat;}
.menu-first {background:transparent url(../media/red-dd-button.gif) no-repeat;line-height:15px;padding:3px 30px 4px 12px;}
.down-list {background:transparent url(../media/drop-down-bottom.png) no-repeat bottom;margin-left:1px;padding-bottom:5px;}
.down-list li {padding:5px 5px 5px 15px;background:#9a1b44 url(../media/list-divider.gif) no-repeat bottom;}
.down-list .lastLI { background:#9a1b44; padding-bottom:2px; }
