/* mouse over out properties for menu item level 2 and 3 */
.over {
		font-family : Trebuchet MS;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #a8a8a8;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight:bold;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.over_1 {
		font-family : Trebuchet MS;
		font-size : 11px;
		color : #ffffff;
		Background-Color : none;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight:bold;
}

.out	{
		font-family : Trebuchet MS;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #00377c;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight:bold;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.out_1 {
		font-family : Trebuchet MS;
		font-size: 11px;
		color : #ffffff;
		Background-Color : #009DD9;
		border-bottom: 1px solid #FFFFFF;
		Cursor: pointer;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight:bold;
}

/* mouse over out properties for menu item level 1 */

.overn1	{
		font-family : Trebuchet MS;
		font-size : 11px;
		color : #000000;
		Background-Color : none;
		Cursor: pointer;
		padding-top: 1px;
		padding-bottom: 2px;
		font-weight:bold;
}

.outn1	{
		font-family : Trebuchet MS;
		font-size : 11px;
		color : #000000;
		Cursor: pointer;
		padding-top: 1px;
		padding-bottom: 2px;
		font-weight:bold;
}

/* properties for menu backfill */
/* font properties are for date, if enabled in setmenuheader.inc */

.back	{
		font-family : Trebuchet MS;
		font-size : 10px;
		color : #000000;
		Background-Color : none;
}


