/* mouse over properties for all levels */

.overn1	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #5b5b5b;
		Cursor:pointer;
		text-transform: uppercase;
}

.outn1	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color: #5b5b5b;
		Cursor: pointer;
		text-transform: uppercase;
}

.over	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #5b5b5b;
		Background-Color : #f2f2f0;
		Cursor:pointer;
}

.out	{
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 12px;
		color : #5b5b5b;
		Background-Color : #ede6d7;
		Cursor:pointer;
}

.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #5b5b5b;
}


