/* CSS Document */

/*  These 4 styles used to be written out dynamically with document.write statements.  That had to be reworked, in the name of simpler integration among the various scripts operating here.  */
#menu1Container { 
	visibility:hidden; 
	left:380px;
	top:15px;
	overflow:hidden; 
}
#menu1Container, #menu1Content { 
	position:absolute;
	width:171px;
	height:171px;
	clip:rect(0 171 171 0); 
}

#menu2Container { 
	visibility:hidden; 
	left:510px;
	top:15px;
	overflow:hidden; 
}
#menu2Container, #menu2Content {
	position:absolute;
	width:171px;
	height:200px;
	clip:rect(0 171 200 0); 
}

#shade7, #shade8, #logodiv {
	position: absolute;
	top: 25px;
	left: -600px;
	height: 131px;
	width: 65px;
	cursor:pointer;
}



#shade1 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}


#shade2 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}
#shade3 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}
#shade4 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}

#shade5 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}

#shade6 {
	position: absolute;
	top: 15px;
	left: -600px;
	height: 171px;
	width: 111px;
}

.menuActuator a { 
	color:#666666;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}

.menu {
	font-family:verdana;
	color:#666666;
	font-size:10px;

}

.basic {
	font-family:verdana;
	color:#000000;
	font-size:11px;
	line-height: 20px;
}


a:link {
	color:#993333;
	text-decoration:none;
	cursor:pointer;
}

a:visited{
	color:#993333;
	text-decoration:none;
}

a:hover {
	color:#993333;
	text-decoration:underline;
}



