@charset "utf-8";

.admin14px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}
.admin14pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.admin12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
.admin12pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.adminBkgndBrdr {
	background-color: #000000;
	border: 1px solid #3466A1;
	padding: 10px;
	margin: 10px;
}
.admin12pxitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	font-style: italic;
}
.admin10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}

/********** Admin Nav **********/
	#navigation {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#navigation li {
		float: left;
		border: 1px solid #ccc;
		border-bottom-width: 0;
		margin: 0 2px;
		position:relative;
    }
    
	#navigation a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0 1.5em;
		line-height:2.5em;
		color: black;
    }
	
	#navigation a:hover {
		background: white;
	}
	
	#navigation #selected {
		border-color: #ccc;
	}
	
	#navigation #selected > a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	

#navigation ul {display: none; position:absolute; left:0; top:auto; width:15em;list-style: none; margin:0; padding:0;}
#navigation ul li {float: none;border-bottom-width: 1px}
#navigation ul li a {}
#navigation ul li a:hover {color: #8C0B05}

#navigation li:hover ul {display: block;}

