/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 12px;
		color : #6F7068;
		background-color: #0051A0;
		cursor:pointer;
		text-align:center;
		background-image:url(../design/saga_menu_out.gif);
		padding-top:8px;
		padding-bottom:9px;
}

.overn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 12px;
		color : #6F7068;
		cursor:pointer;
		text-align:center;
		background-image:url(../design/saga_menu_over.gif);
		padding-top:8px;
		padding-bottom:9px;
}

.activen1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 12px;
		color : #6F7068;
		cursor:pointer;
		text-align:center;
		background-image:url(../design/saga_menu_over.gif);
		padding-top:8px;
		padding-bottom:9px;
}

/* mouse over out properties for level 2 and 3 */

.over	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #0051A0;
		Cursor:pointer;
		border-bottom: 1px solid #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
		padding-top:3px;
		padding-bottom:3px;
}

.out {
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #0051A0;
		Cursor:pointer;
		border-bottom: 1px solid #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		padding-top:3px;
		padding-bottom:3px;
}

/* properties for menu backfill */
.back	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
		background-color: none;
}