/* Basic code - don't modify */
.droppy {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.droppy li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.droppy a {
	display: block;
	text-decoration: none;
	color: #000000!important;
}
.droppy ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html .droppy ul { /* IE6 "fix" */
	line-height: 0;
}
.droppy ul a { /* IE6/7 fix */
	zoom: 1;
}
.droppy ul li {
	float: none;
}
.droppy ul ul {
	top: 0;
}

/* Essentials - configure this */

.droppy ul {
	width: 200px;
	border: 1px solid #7E7E7E;
	border-top: 1px solid #000000;
}
.droppy ul ul {
	left: 200px; 
}

/* Everything else is theming */

/*.droppy {  }*/
.droppy *:hover {
	background-color: none;
}
.droppy a {
	color: white;
	font-size: 12px;
	line-height: 1;
}
/*.droppy li.hover a {  }*/
.droppy ul {
	top: 30px;
	background: #FFFFFF url('/admin/gr/basic-bar-sub-bg.gif') left top repeat-y;
}
.droppy ul li {
	
}
.droppy ul li.has-subnav {
	background: url('/admin/gr/icons2/submenu.gif') right center no-repeat!important;
}

.droppy li.submenu-sep {
	text-align: center;
	height: 1px;
	font-size: 0px;
}
.droppy li.submenu-sep img {
	width: 95%;
	height: 1px;
}

.droppy ul li a {
	padding: 9px 7px 7px 35px;
	background-position: 5px 7px;
	background-repeat: no-repeat;
}
.droppy ul a.has-subnav {
	
}
.droppy ul a.hover {
	background-color: #DBDBDB;
	/*opacity: 1.0;
	filter: alpha(opacity=100);*/
}
.droppy ul a {	
	border-right: none;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
}