@charset "UTF-8";
/* CSS Document */

/* Body contains #local_cantent ID */
/* ID For Local Code In Each Webpage */

#local_content{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFF00
	background-color:#000000;
	}
#local_content a:hover{
	text-decoration:none;
	color:#990000;
	}
#local_content title_font{
	font-size:36px;
	font-weight:bold;
	}


/* Menus Generated by */
/* headerandmenn.shtml and footer.shtml Includes */

.menu_seperator{
	background:#a0a0a0;
	height:38px;
	text-align:center;
	z-index:100px;

	}
	.menu_seperator_container{
		background:url(/cs101/topimages/menu_back.jpg) top left repeat-x;
		border-right:10px solid #888888;
		border-left:10px solid #888888;
		height:38px;
		margin:0px auto;
		text-align:left;
		width:720px;
		}

.menu_bar{
	}
.menu_bar ul{
	height:38px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu_bar li{
		float:left;
		width:9em;
		}
	.menu_bar li a{
		color:#FFFF00;
		display:block;
		line-height:38px;
		font-family:"Times New Roman", Times, serif !important;
		font-size:13px !important;
		text-align:center;
		text-decoration:none;
		}
		.menu_bar li a:hover{
			background:url(/cs101/topimages/menu_hover.jpg) top left repeat-x;
			color:#000000;
			}
	.menu_bar li ul{
		background:#515151;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:1.0;
		position:absolute;
		width:225px;
		z-index:2000;
		/*top:1em;
		/*left:0;*/
		}
	.menu_bar li:hover ul{
		display:block;
		}
	.menu_bar li li {
		display:block;
		float:none;
		width:225px;
		}
	.menu_bar li ul a{
		display:block;
		font-family:"Times New Roman", Times, serif !important;
		font-size:13px !important;
		font-style:normal;
		height:30px;
		line-height:30px;
		padding:5px 10px 5px 15px;
		text-align:left;
		}
		.menu_bar li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu_bar p{
		clear:left;
		}
	.menu_bar #menutitle a{
		background:#000000;
		font-weight:bold;
		color:#FFFF00;
		height:20px;
		line-height:20px;
		}
	.menu_bar #menutitle a:hover{
		background:#000000;
		font-weight:bold;
		color:#FFF;
	}
			

