/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/cssplay-drop-everything.html
Copyright (c) 2005-2011 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.dropEverything {
	padding:0;
	margin:0 auto;
	list-style:none;
	font-family:arial, sans-serif !important;
	position:relative;
	width:930px;
	height:39px;
	z-index:1000;
	-webkit-text-size-adjust: none;
}
.dropEverything li.top-li {
	float:left;
	margin-right:1px;
	border-bottom:1px solid transparent;
	width:112px;
	padding-top: 3px;
}
.dropEverything li.top-li-wide {
	float:left;
	margin-right:1px;
	border-bottom:1px solid transparent;
	/*	width:142px;*/
	width:175px;
	padding-top: 3px;
}
.dropEverything a.top-a {
	display:block;
	padding-left:10px;
	font-size:13px;
	font-weight: bold;
	line-height:35px;
	color:#666;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	height:35px;
	overflow: hidden;
}

.dropEverything-page {
	position:absolute;
	top:36px;
	left:-9999px;
}
.dropEverything-row {
	width:100%;
	background:#DB3127;
	padding-bottom:10px;
	padding-top: 10px;
	min-height: 355px;
}
.dropEverything-maincol {
	width:25%;
	float:left;
	padding:5px 20px;
}
.dropEverything-maincol h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	color: #FFF;
}

.euk-drop-button,.students-drop-button, .agents-drop-button,.members-drop-button, .training-drop-button,.course-drop-button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 8px;
	text-align: center;
	vertical-align:central;
	background-color: #FFF;
	width: 130px;
	font-size: 14px;
}

.euk-drop-button a, .dropEverything-maincol .euk-drop-button a:hover, #red-active #red-bkg .dropEverything-maincol a {
	color: #DB3127;
	font-size: 13px;
	font-weight: bold;
}

.students-drop-button a, .dropEverything-maincol .students-drop-button a:hover, #green-active #green-bkg .dropEverything-maincol a {
	color: #64B93B;
	font-size: 13px;
	font-weight: bold;
}

.agents-drop-button a, .dropEverything-maincol .agents-drop-button a:hover, #blue-active #blue-bkg .dropEverything-maincol a {
	color: #29A5DC;
	font-size: 13px;
	font-weight: bold;
}

.members-drop-button a, .dropEverything-maincol .members-drop-button a:hover, #orange-active #orange-bkg .dropEverything-maincol a {
	color: #F0913B;
	font-size: 13px;
	font-weight: bold;
}

.training-drop-button a, .dropEverything-maincol .training-drop-button a:hover, #purple-active #purple-bkg .dropEverything-maincol a {
	color: #B362A6;
	font-size: 13px;
	font-weight: bold;
}

.course-drop-button a, .dropEverything-maincol .course-drop-button a:hover, #dark-blue-active #dark-blue-bkg .dropEverything-maincol a {
	color: #005384;
	font-size: 13px;
	font-weight: bold;
}
.dropEverything-col5 {
	width:31.5%;
	float:left;
}
.dropEverything-col5 ul {
	padding: 0px;
	margin: 0px;
	border-left: 1px dotted #FFFFFF;
	padding-left:10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
}
.dropEverything-inner {
	padding:5px;
}
.dropEverything .clear {
	clear:both;
}
.dropEverything-col5 li {
	list-style-type: none;
	line-height: 1;
	color: #FFF;
	padding-bottom: 10px;
}
.dropEverything-col5 ul li a {
	color: #FFF;
}
.dropEverything-col5 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.dropEverything-col5 ul li .title {
	margin-top: 0;
	padding-top: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 130%;
}
.dropEverything li.top-li:hover, .dropEverything li.top-li-wide:hover {
}
.dropEverything li.top-only:hover {
}
.dropEverything li.top-li:hover > a.top-a, .dropEverything li.top-li-wide:hover > a.top-a {
	color: #fff;
}
.dropEverything li.top-li:hover div.dropEverything-page, .dropEverything li.top-li-wide:hover div.dropEverything-page {
	left:0;
}
.dropEverything li .pageSix:hover {
	position:static;
}

.dropEverything li.pageOne div.dropEverything-page {width:930px;}
.dropEverything li.pageTwo div.dropEverything-page {width:930px;}
.dropEverything li.pageThree div.dropEverything-page {width:930px;}
.dropEverything li.pageFour div.dropEverything-page {width:930px;}
.dropEverything li.pageFive div.dropEverything-page {width:930px;}
.dropEverything li.pageSix div.dropEverything-page {width:930px;}

.dropEverything li.close {position:absolute; left:50%; bottom:37px; width:90px; height:35px; line-height:35px; margin-left:-50px; display:none;}
.dropEverything li.close a {background:#c00; color:#fff; text-align:center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.red {
	color: #DB3127;
}

.green {
	color: #64B93B;
}

.blue {
	color: #29A5DC;
}

.orange {
	color: #F0913B;
}

.purple {
	color: #B362A6;
}
.dark-blue {
	color: #005384;
}


#red-bkg, .red-bkg {
	background-color: #DB3127;
	color: #FFFFFF;
}

#green-bkg, .green-bkg {
	background-color: #64B93B;
	color: #FFFFFF;
}

#blue-bkg, .blue-bkg {
	background-color: #29A5DC;
	color: #FFFFFF;
}

#orange-bkg, .orange-bkg {
	background-color: #F0913B;
	color: #FFFFFF;
}

#purple-bkg, .purple-bkg {
	background-color: #B362A6;
	color: #FFFFFF;
}
#dark-blue-bkg, .dark-blue-bkg {
	background-color: #005384;
	color: #FFFFFF;
}
/*
#red-bkg{
	background-image:url(../../images/2013/euk-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#green-bkg{
	background-image:url(../../images/2013/students-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#blue-bkg{
	background-image:url(../../images/2013/agents-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#orange-bkg{
	background-image:url(../../images/2013/members-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#purple-bkg{
	background-image:url(../../images/2013/training-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#dark-blue-bkg{
	background-image:url(../../images/2013/course-dropbk.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
*/

/*transpacny*/
#red-bkg, #green-bkg, #blue-bkg, #orange-bkg, #purple-bkg, #dark-blue-bkg {
	opacity:0.97;
	filter:alpha(opacity=97); /* For IE8 and earlier */
}

.divider, .divider-red, .divider-green, .divider-orange, .divider-purple, .divider-blue, .divider-dark-blue {
	background:#f0f0f0;
	height:15px;
}
.divider {
	border-top: 5px solid #cccccc;
}

.divider-red {
	border-top: 5px solid #DB3127;
}
.divider-green {
	border-top: 5px solid #64B93B;
}

.divider-blue {
	border-top: 5px solid #29A5DC;
}

.divider-orange {
	border-top: 5px solid #F0913B;
}

.divider-purple {
	border-top: 5px solid #B362A6;
}
.divider-dark-blue {
	border-top: 5px solid #005384;
}
.dropEverything a:hover {
	color: #fff;
}
.dropEverything #red {
	background-color: #fff;
	/*background-image: url(../../images/2013/euk-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 32px;
	color: #808080;
}
.dropEverything  #red:hover, #red-active {
	background-color: #DB3127;
	/*background-image: url(../../images/2013/euk-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 32px;
	color: #fff;
}
#red-active a, #green-active a, #blue-active a, #purple-active a, #orange-active a, #dark-blue-active a  {
	color: #fff;
}
.dropEverything #green {
	background-color: #fff;
	/*background-image: url(../../images/2013/students-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 24px;
	color: #808080;
}
.dropEverything  #green:hover, #green-active  {
	background-color: #64B93B;
	/*background-image: url(../../images/2013/student-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 24px;
	color: #fff;
}
.dropEverything #blue {
	background-color: #fff;
	/*background-image: url(../../images/2013/agents-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #808080;
}
.dropEverything  #blue:hover, #blue-active  {
	background-color: #29A5DC;
	/*background-image: url(../../images/2013/agents-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #fff;
}
.dropEverything #orange {
	background-color: #fff;
	/*background-image: url(../../images/2013/members-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #808080;
}
.dropEverything  #orange:hover, #orange-active  {
	background-color: #F0913B;
	/*background-image: url(../../images/2013/members-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #fff;
}

.dropEverything #purple {
	background-color: #fff;
	/*background-image: url(../../images/2013/training-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #808080;
}
.dropEverything  #purple:hover, #purple-active  {
	background-color: #B362A6;
	/*background-image: url(../../images/2013/training-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;*/
	padding-left: 34px;
	color: #fff;
}

.dropEverything #dark-blue {
	background-color: #fff;
	background-image: url(../../images/2013/course-icon-bk.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	/*padding-left: 24px;*/
	padding-left: 20px;
	padding-right:10px;
	color: #808080;
}
.dropEverything  #dark-blue:hover, #dark-blue-active  {
	background-color: #005384;
	background-image: url(../../images/2013/course-icon-wh.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	padding-left: 20px;
	padding-right:10px;
	color: #fff;
}
.drop-menu-list {
	float: left;
	width: 70%;
}
