  /*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
*/
  
.level1	{
	font-family: arial;
	font-size: 10pt;
	color: #7A7A7A;
	float: left;
	margin-right: 20px;
	padding: 0px;
}

.level2{
	position: absolute;
	top: 90px;
	left: 70px;
	border: solid;
	width: 150px;
	display: block;
	z-index:100;
	background-color: white;
	visibility: hidden;
}

.level2On{
	position: absolute;
	top: 90px;
	left: 70px;
	border: solid;
	width: 150px;
	display: block;
	z-index:100;
	background-color: white;
	visibility: visible;
}


.horizmenu{
	position: absolute;
	top: 60px;
	left: 10px;
	margin-left: 0px;
	border-bottom: 10pt;
}


.content {
	position: absolute;
	top: 100px;
	left: 30px;
	height: 400%;
	width: 648px;
	z-index: 3;
	background-color: rgb(102,51,255);
	overflow: visible;
}

.ifrm {
}


.lev1_hoverON{
	font-family: arial;
	font-size: 10pt;
	color: #454D8B;
	float: left;
	margin-right: 20px;
	padding: 0px;
	cursor: hand;
}

.lev1_CurrentSelection{
	font-family: arial;
	font-size: 10pt;
	color: #454D8B;
	float: left;
	margin-right: 20px;
	padding: 0px;
	cursor : url("no_il.cur");
}

.hoverOFF{
	background-color: white;
}


.hoverON{
	color: white;
	background-color: blue;
}

.slug{
	font-family: arial;
	font: italic;
	font-weight: bold;
	color: #454D8B;
	position: absolute;
	top: 25px;
	left: 10px;
}


.bottomborder{
	position: absolute;
	left: -1px;
	width: 100%;
	height: 11px;
	 bottom: 19px;
	background-color: #454D89;
}

.menu_graphic{
	position: absolute;
	right: -1px;
	bottom: -17px;
	vertical-align: baseline;
}

.menu_border{
	position: absolute;
	left: -5px;
	width: 97%;
	bottom: -25px;
	background-image: url('../images/nav_underline.gif');
	background-repeat: repeat-x;
}


.logo{
	 position: absolute;
	top: 10px;
	right: 20px;
	cursor: hand;
}



body {
	background-color: white;
	overflow: auto;
}


