/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	/*background-image:url(background.jpg);*/
	}

#consecu-frame {
	margin:0 auto;
	position:relative; /* puts frame in front of distance */
	top:30px;
	/*background:#e6e6e6;*/
	background-image:url(consecu-frame-background.gif);*/
	background-repeat:no-repeat;
	text-align:left;
	height:500px;
	width:800px;
	clear:left;
		}
		
#menuframe {
	position:absolute;
	padding-top:20px;
	left:20px;
	width:240px; /* set width of menu */
	background:#1c1c1c;
	height:464px;
	top: 8px;
	}
	
#mcse {
	margin:0 auto;
	position:absolute; /* puts frame in front of distance */
	top:426px;
	/*background:#e6e6e6;*/
	background-image:url(mcse.gif);
*/
	background-repeat:no-repeat;
	text-align:left;
	height:43px;
	width:135px;
	clear:left;
	left: 89px;
		}	
#menu {
	position:absolute;
	top:90px;
	/*left:20px;*/
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
	width:220px; /* set width of menu */
	background:#292929;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width:200px;
	background:#292929;
}


/* style, color and size links and headings to suit */

#menu a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	margin-top:3px;
	border-style:solid;
	border-width:1px;
	border-color:#292929;
	border-top-color:#323232;
	border-bottom-color:#1c1c1c;
	color:#8f8f8f;
	padding-left:15px;
	text-decoration: none;
	height:18px;
	padding-top:2px;
}

#menu h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color:#666666;*/
	color:#FBF882;
	/*color:#8f8f8f;*/
	/*padding-left:5px;*/
	padding-top:10px;
	padding-bottom:0px;
	/* text-transform: uppercase; */
	}

#menu a:hover {	color:#ffffff; }

#menu li { position: relative; }
/* make the list elements a containing block for the nested lists */

 

div#menu li ul{
	position:relative;
	/*margin-top:2px;*/
	left:100.1%;
	/*width:80%;*/
	width:230px;
	display:none;
	text-align:right;
	}

div#menu li ul li a {
	background:#333333;
	border-top-color:#666666;
	border-bottom-color:#1c1c1c;
	/* */
	height:18px;
	padding-top:2px;
	margin-top:0px;
	padding-right:10px;
	padding-left:0px;
	/* */
	}


div#menu li ul li ul{ width:230px; }

*html div#menu li ul{ top:2px; }

*+html div#menu li ul{ top:2px; }

div#menu ul li ul {margin-top:2px;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
	{ display: none; }

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display: block;}

div#menu li, div#menu li:hover{ position:relative; }

div#menu li ul{
	position:absolute;
	top:0;
	left:100.1%;
	display:none;
	}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
	{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display:block;}

/* ifie-condition excluded */

*+html body { font-size: 100%; /* enable IE to resize em fonts */ } 
			
*+html #menu ul li {
				float: left; /* cure IE5.x "whitespace in lists" problem */
				width: 100%;
				} /* avoids resize in IE/*/

#consecu-domino {
	position:absolute;
	left:241px;
	top:140px;
	width:507px;
	height:333px;
	background-image:url(consecu-domino-big.gif);
	background-repeat:no-repeat;
	}
	
#consecu-headlayer {
	position:absolute;
	left:279px;
	top: 37px;
	width: 283px;
	height: 46px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}

#consecu-headlayer2 {
	position:absolute;
	left:648px;
	top: 30px;
	width: 127px;
	height: 53px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	color:#666666;
	}

