/* gatormenus.css */

.h2div {
	position:absolute;
	top:100px;
	left:300px;
}

.coolMenu  {
    list-style: none;
	margin:0px;
	padding:0px;	/*aligns left edge of the menu bar with left edge of the menu div*/
	z-index: 15;
	float:left;
}

.coolMenu ul {
top:33px;
    list-style: none;
	margin:0px;
	padding:0px;	
    position: absolute;
    display: none;
}
.coolMenu > li {
    float: left;
}
.coolMenu li a {			/*the block in the menu bar that hilites*/
	display: block;
	height:28px;
    line-height: 2em;
/*    padding: 0 1.5em;*/
	padding-top:3px;		/*vertical positioning of the main bar text*/
	padding-left:10px;		/*text indent*/
    text-decoration: none;
	margin:0px;
/*-	background:#bcbcbc;*/		/*main bar color*/
	background:#f4f4f4;		/*main bar color*/
	color:blue;				/*text color*/
}
.coolMenu li a:hover {
/*	background:#d0d0d0; */
	background:#f3f3f3;
	color: #7070ff;
}

.side-menu {
	position:absolute;
	left:10px;
	top:260px;  /*was 235? */
	width:160px;
	height:450px; 
	background: #f4f4f4;			/* the underlying div */
	padding:0px;
	margin:0px;
/*	z-index:12; */
}

.side-menu-center {
	position:relative;
	top:240px;  /*was 235? */
width:600px;
	height:450px; 
	margin-left:auto;
	margin-right:auto;
	background: #f4f4f4;			/* the underlying div */
	padding:0px;
	padding:0px;
/*	margin:0px;  not allowed if auto-centering*/
/*	z-index:12; */
}

.sideitem  {
    list-style: none;
	margin:0px;
	padding:0px;	/*aligns left edge of the menu bar with left edge of the menu div*/
/*	z-index: 15; */
	width:500px;	/*was 220*/
/*	float:left;*/
}

/*	
.sideitem ul {
	left:0px;
    list-style: none;
	margin:0px;
	padding:0px;	
    position: absolute;
}
*/
.sideitem > li {

	height:30px; 
/*    float: left; */
	margin:0px;
	padding:0px;	
}
/*
.bluemenu {
	color: blue;
font-size: 12px;
}
*/
.sideitem li a {			/*the block in the menu bar that hilites*/
	display: block;
/*	height:50px;*/
    line-height: 2em;
/*    padding: 0 1.5em;*/
	padding-top:3px;		/*vertical positioning of the main bar text*/
	padding-left:10px;		/*text indent*/
    text-decoration: none;
	margin:0px;
/*-	background:#bcbcbc;*/		/*main bar color*/
	font-family:Calibri, Verdana;
	font-size:20px;	
/*	color:#338833;				text color - dull green */
	color:#7777bb;				/*text color - dull blue */
}
.sideitem li a:hover {
	background:#ffffff;
}

