@charset "UTF-8";
/* CSS Document */
.bottomtext{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5em;
	font-size: 12px;
	}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}

.topline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}

.bottomline {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
}
/* Dropdowns */

.menu{
	border:none;
	border:#C1C09E;
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 494px;
	letter-spacing: 0.1em;
	}
.menu ul{
	height:15px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	color:#333;
	display:block;
	font-weight:normal;
	line-height:15px;
	margin:0px;
	padding:0px 7px;
	text-align:center;
	text-decoration:none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#40401C;
	text-decoration:none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #EFF3CE;
			}
	.menu li ul{
	display:none;
	height:40px;
	padding:10px;
	margin:0px;
	border:0px;
	position:absolute;
	width:150px;
	z-index:200;
	background-color: #EFF3CE;		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #2580a2;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}	

/*FALL 2009 STYLES*/

.BordersTop {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.topleft {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;
	
}
.topmiddle {
	border-left: 0px none #FFF;
	border-right: 0px none #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;
	
}
.topright {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;
	
}
.middleleft {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;	
	
}
.middlemiddle {
	border-left: 0px none #FFF;
	border-right: 0px none #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;
	
}
.middleright {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 1px solid #FFF;
	
}
.bottomleft {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 0px none #FFF;
	
}

.bottomright {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 0px none #FFF;
	border-bottom: 0px none #FFF;
	
}

