/*
	Author:  	J. McAtee
	Document:	menustyles.css
	Purpose:	style classes for admin pages
	Date:		8/15/05
	Comments:	
*/
	
#menu {
	height: 15px;
	padding:0 1em;
	}

div.item {
	float: left;
	width: 80px; height: 15px;
	margin: 0 3px 0 0;
	background: url( 'images/downarrow2.gif' ) 0 -15px no-repeat;
	}

div.item a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url( 'images/downarrow2.gif' ) top left no-repeat;
	}
div.item span {
	display: block;
	margin-left : 7px; 
	padding: 0px 0 0 13px;
	}
div.item a:hover,  div a.current {
	background-image: none;
	color: white;
	}
div.outer a:active {
	color: black;
	}

#nav {

}

#nav a, .item {
font-family : Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
margin-left: 10px;
color: #FFFFFF;
}

#nav a:hover, .itemhilite{ border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF;}

.navtab{ display: none; }

.headrow {background-color: #93C39B;}
.menurow {background-color: #538C4D;}

.headTextSpan {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold; font-size: 16px; color: White;
}

.link {font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; 
cursor:pointer; margin-right: 10px;  height: 15px; display: inline;}

.link:hover {color: #FFFFFF; text-decoration: underline; }

