/* mouse over properties for menu item level 1 */

.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		text-decoration: none;
		color : #74ABAE;
		Cursor:hand;
		Background-image: url('../design/menu1.gif');
}

/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		color : #AEDADC;
		Cursor:hand;
}


/* mouse over properties for all levels */

.over	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		text-decoration: none;
		color : #74ABAE;
		Background-Color : #002F39;
		Cursor:hand;
		border-bottom: 1px solid #AEDADC;
}

/* mouse out properties for menu item level 2 and 3 */

.out	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		color : #AEDADC;
		Background-Color : #002F39;
		Cursor:hand;
		border-bottom: 1px solid #AEDADC;
}


/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 12px;
		color : #AEDADC;
		Background-Color : none;
}