/**
 * External Relations / Civic & Community Relations Webapp (ERCCRWP)
 * CSCI-577a/b Team 7
 * 
 * File: mainmenu.css
 * Author: ahart (ahart@usc.edu)
 * Date: 17.January.2007
 * Description: CSS style definitions for the Main Menu
 *
**/

/** ER/CCR Color Scheme Information
  *		cardinal: 	#990000
  *		gold:		#FFCC00
  *		grey:  		#E5E5E5
  *		beige: 		#F2EFE1
  *		beige2:		#E0DFA6
  *
**/


.clear	{
  clear:both;
}
.item {
  float:left;
  padding-right:50px;
  font-weight:bold;
  color:#990000; /* Cardinal */
}
		
#mainmenu {
  width:750px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background-color:#F2EFE1; /* Beige */
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin-bottom:0px;
  padding-top:3px;
  padding-bottom:3px;
  border-top:solid 3px #E0DFA6;	/* Beige2 */
  border-bottom:solid 1px #990000; /* Beige2 */
}

#mainmenu a {color:#990000; /* Cardinal */
  text-decoration:none;
  padding:3px;
}

#mainmenu a:visited {
  color:#990000; /* Cardinal */
  text-decoration:none;
  padding:3px; 
}
#mainmenu a:hover {
  background-color:#E0DFA6; /* Beige2 */
  text-decoration:underline;
  padding:3px;
}
