/* CE SPECIALS */

#disclaimerbox {  
		z-index:4002;
			padding: 0; 
			position: absolute; 
			top: 1010px; 
			left: 662px; 
			width: 150px; 
			height: 100px; 
			font-size: 12px; 
			font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
			color: black;
			line-height: 15px; 
			text-align: left;
			}

#cu_fip {  
	z-index:999;
	padding: 0; 
	position: absolute; 
	top: 129px; 
	left: 662px; 
	width: 150px; 
	height: 130px; 
	}

#cu_fip a:link {
	text-decoration: none;
	color: blue;
	}
	
#cu_fip a:visited {
	text-decoration: none;
	color: blue;
	}
	
#cu_fip a:hover {
	text-decoration: none;
	color: red;
	}
	

.menu {
	z-index:1000;
	font-size: 17px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 25px; 
	text-align: left;
	margin:0 0 10px 0px; /* this page only */
	/*cccposition: absolute; top: 0; left: 0 */
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:150px;
	}

/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	/*ccc background:#d4d8bd;*/
	height:21px;
	}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;}



/* style the links */
.menu,
.menu a, 
.menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:125px;
	color:#000;
	text-indent:5px;
	}
	
/* style the links */
.menu ul li ul a, 
.menu ul li ul a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;  
	text-align: center;
	display:block; 
	text-decoration:none;
	height:40px;
	margin-left:17px;
	margin-top:7px;
	line-height:213px;
	width:125px;
	color:#000;
	text-indent:5px;
	}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}

/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}


.menu :hover > a {
	color:#fff; 
	/*ccc background:#949e7c;*/
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	width: 159px;
	height: 201px;
	visibility:hidden;
	position:absolute;
	background: url("../bg_images/conterspell_small.png") no-repeat;
	position: absolute;
	left: -149px; /* Set 1px less than menu width */
	top: -20;
	}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
	}
	
/* pull up */
.menu :hover ul
{padding:20px 20px 20px 0; left:-150px; bottom:-90px; top:auto;} 