/* ================================================================ 
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/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.course_menu {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 26px;
	width: 140px;
	top: -8px;
	left: 3px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: left;
	z-index: 1000;
/*	border: solid 1px red;*/
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown course_menu positon */
.course_menu ul li {
	position: relative;
	float: left;
	height: 26px;
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	width: 107px;
}

/* style the sub level list items */
.course_menu ul ul li {
	display: block;
	height: auto;
	position: relative;
/*	line-height: 13em;*/
	width: 157px;
	margin:0px 0 0 0;
	padding:0 0px 0px 0px;
	float:left;
}

/* style the links for the top level */
.course_menu a, .course_menu a:visited { width: 110px; display: block; float: left; height: 100%; font-size:1em; text-decoration: none; color: #666565; padding: 0px 0px 0px 0px; }

/* style the sub level links */
.course_menu ul ul a, .course_menu ul ul a:visited {
	display: block; background: #ededed; color: #000; width: 147px; height: 100%; line-height: 14px;	padding: 5px 5px;
}

.course_menu ul table ul a, .course_menu ul table ul a:visited  { width:147px; w\idth:147px; }

/* style the table so that it takes no part in the layout - required for IE to work */
.course_menu table { position:absolute; left:0; top:0; font-size:1em; z-index:-1; }
.course_menu ul ul table { lef\t:-1px; }
.course_menu ul ul table ul.left { margin-lef\t:2px; }

.course_menu li:hover { position:relative; }
* html .course_menu a:hover { position:relative; }

/* style the third level background */
.course_menu ul ul ul a, .course_menu ul ul ul a:visited { background:#ededed; color:#000; }
/* style the fourth level background */
.course_menu ul ul ul ul a, .course_menu ul ul ul ul a:visited { background:#ddd; }
/* style the sub level 1 background */
.course_menu ul :hover a.sub1 { background:#44306b; color: #fff; }

/* style the level hovers */
/* first */
.course_menu a:hover { color:#000; }
.course_menu :hover > a { color:#000; }
/* second */
.course_menu ul ul ul a:hover{ color:#fff; background:#44306b; text-decoration: none; }
.course_menu ul ul ul :hover > a { color:#fff; background:#44306b; text-decoration: none; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.course_menu ul ul { visibility: hidden; position: absolute; height: 0; top: 0px; left: 0px; width: 0px; }

/* make the second level visible when hover on first level list OR link */
.course_menu ul li:hover ul, .course_menu ul a:hover ul {
	position: relative;
	visibility: visible;
	width: 1px;
	height: auto;
	padding-bottom: 0em;
	float: left;
	left: 0px;
}

#course_back {
	position: absolute;
	width: 470px;
	top: -1px;
	left: -366px;
	min-height: 24px;
	padding-left: 1px;
	background: #ededed;
	border: solid 1px #cccccc;	
}

.menu_1_top {
	position: relative;
	width: 158px;
	height: auto;
	float: left;
	top: 10px;
	z-index: 1000;
}

.course_menu1 {
	position: relative;
	width: 158px;
	height: auto;
	float: left;
	top: 0px;
	left: -41px;
	z-index: 1000;
}

.course_menu2 {
	position: relative;
	width: 157px;
	height: auto;
	float: left;
	top: 0px;
	left: 75px;
	z-index: 1000;
}

.course_menu3 {
	position: relative;
	width: 157px;
	height: auto;
	float: left;
	top: 0px;
	left: 191px;
	z-index: 1000;
}

/* ---------------------------------------------------------------------------------------------------- */
/* IE6 select box fix top menu																																					*/
/* ---------------------------------------------------------------------------------------------------- */

#course_menu_fix iframe { 
	position: absolute; left: -9999px; border: 0; padding: 0; margin: 0; width: 0; height: 0; border-right :solid 0px #d1d1d1;
}

#course_menu_fix a:hover ul ul iframe, #course_menu_fix li a:hover ul ul a:hover ul iframe,
#course_menu_fix li a:hover ul ul a:hover ul a:hover ul ul iframe,
#course_menu_fix li a:hover ul ul a:hover ul a:hover ul ul a:hover ul iframe { left:-9999px; background: #d1d1d1;}

#course_menu_fix a:hover iframe { left:0px; top:1px; background: #ededed;}

#course_menu_fix a:hover a:hover iframe, #course_menu_fix a:hover a:hover a:hover iframe, #course_menu_fix a:hover a:hover a:hover a:hover iframe { left:-1px; top:0px; background: #d1d1d1;}

