body {
	margin: 0 10px 0 10px;
	padding: 0px;
	background-color: #FFFFFF;
}

#dropDown {
	position: absolute; 
	left: 350px; 
	top: 0px; 
	z-index:1000;
	
}

.isgrey {
	background-color: #EBEBEB;
	height: 1px;
}


ul.drops, ol.drops {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 295px;
}
	
ul.drops li.drops, ol.drops li.drops {
	position: relative;
}
	
li.drops ul.drops, li.drops ol.drops {
	position: absolute;
	left: 0px;
	top: 10;
	display: none;
}

ul.drops li.drops a, ol.drops li.drops a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	background: #8d8f93; /* IE6 Bug */
	font-weight: normal;
	text-decoration: none;
	color: #8d8f93;
	
}

ul.drops li.drops a.subs, ol.drops li.drops a.subs {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #E4C5E1;
	background-color:#fff;
}
	
ul.drops li.drops a:hover, ol.drops li.drops a:hover {
	color: #F8AD00;
}
	
/* hack \*/
* html ul.drops li.drops { float: left; height: 1%; }
* html ul.drops li.drops a { height: 1%; }
* html ol.drops li.drops { float: left; height: 1%; }
* html ol.drops li.drops a { height: 1%; }
/* hack */

li.drops:hover ul.drops, li.drops.over ul.drops { 
	display: block; 
}

li.drops:hover ol.drops, li.drops.over ol.drops { 
	display: block; 
}

.black {
	color: #000;
}
