/* CSS Document
Grey #808080
Lt Grey #D9D9D9
Brown #B48F6A
Med Brown #D9C7B4
Lt Brown #E8DDD2
 */
.ihi{font-size:11px;}
	.ihi a{color:#000000; text-decoration:none;}
	.ihi a:hover{color:#000000; background-color:#D9D9D9;}
	
td#head_nav{line-height:30px; text-align:center; padding:0 20px; background-image:url(images/CCHS_navbkgd.jpg); background-repeat:repeat-x; background-color:#B48F6A; color:#FFFFFF;}
	td#head_nav a{color:#FFFFFF;}
	td#head_nav a:hover{color:#D9D9D9;}

#main{
	/*position:relative;*/
	/*width:750px;*/
	text-align:center;
	z-index:50;
}

.nav_spacer{padding:0 3px;}

/* Drop Down Menus */

.drop_container{visibility:hidden; position:absolute; width:130px; margin: 9px 0 0 -35px; z-index:100;}

.drop_bkg {
	position:absolute;
	width: 130px; 
	height: 100px;     /* to match DIVs size          */
	background-color: #B48F6A;       /* the background              */
/*	filter:alpha(opacity=66);
	-moz-opacity:0.66;
	opacity: 0.66;*/
	z-index:100;

}

.drop_link{
	position:absolute;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 200;
	color: #8B5353;
	width: 130px;
	text-align:left
}

.drop_link a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px;
	padding: 1px 0;
	color: #8B5353;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.drop_link a:hover{ /*hover background color*/
	background-color: #808080;
	color: #FFFFFF;
	text-decoration: none;
}
