/* Drop Down Menus */
ul.dropdown { margin: 0px; padding: 0px; float:left; width: 100%; list-style: none; position: relative; }

ul.dropdown li { float: left; margin: 0px; padding: 0px; position: relative; zoom: 1; }

ul.dropdown li a {
	height: 26px;
	margin: 0px 15px 0px 0px;
	padding: 11px 10px 0px 20px;
	float: left;
	color: #b9146d;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/themes/cs6/images/menu_arrow.png) no-repeat 5px 13px;
}
ul.dropdown li a:hover { color: #fff; background: #3e2955 url(/themes/cs6/images/menu_arrow.png) no-repeat 5px -66px; }
ul.dropdown li a.selected { color: #fff; background: #3e2955 url(/themes/cs6/images/menu_arrow.png) no-repeat 5px -66px; }

ul.dropdown li:hover { bac/kground-color: #3e2955; }
ul.dropdown li:hover > a { color: #d97eaf; background: #3e2955 url(/themes/cs6/images/menu_arrow.png) no-repeat 6px -27px; }
ul.dropdown li:hover li a { background: none; }

ul.dropdown li.member > a { padding-left: 35px; background: url(/themes/cs6/images/menu_arrow_member.png) no-repeat 5px 11px; }
ul.dropdown li.member > a:hover { background-color: #3e2955; background-position: 5px -69px; }
ul.dropdown li.member > a.selected { color: #fff; background: #3e2955 url(/themes/cs6/images/menu_arrow_member.png) no-repeat 5px -30px; }
ul.dropdown li.member:hover > a { background-color: #3e2955; background-position: 5px -69px; }

ul.dropdown ul  {
	position: absolute;
	top: 37px;
	left: 0px;
	#left: -40px; /* for ie */
	padding: 10px 0px 10px 7px;
	float: left;
	background: url(/themes/cs6/images/menu_background.png) repeat 0px 0px;
	visibility: hidden;
	width: 220px;
	list-style: none;
}

ul.dropdown ul li { width: 100%; color: #ddd; margin: 0px; padding: 0px; font-weight: normal; float: none; }
ul.dropdown ul li:hover { background: none; }
ul.dropdown ul li h2 { padding: 5px 5px 5px 15px; margin: 10px 0px 5px 0px; font-size: 12px; font-weight: bold; color: #aaaaaa; }
ul.dropdown li ul li a {
	float: none;
	height: auto;
	text-indent: 0px;
	margin: 0px;
	padding: 5px 15px 7px 15px;
	text-transform: none;
	font-weight: normal;
	color: #fff;
	background: none;
	width: 190px;
	display: inline-block; 
	text-decoration: none;
}

ul.dropdown li ul li a:hover { color: #f55daf; background: none; }

ul.dropdown li.member { left: 7px; }

ul.dropdown li.member ul { width: 270px; }
ul.dropdown li.member ul li a { width: 260px; }

ul.dropdown ul ul { border-left: 1px solid #fff; border-top: 1px solid #fff; left: 210px; #left:210px; top: 5px; width: 160px; padding-top: 0px; }
ul.dropdown ul ul li a { width: 130px;  }
ul.dropdown li:hover > ul { visibility: visible; }
