/* mouse over properties for all levels */

.over	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 11px;
		color : #000000;
		Background-Color : #B9B9B9;
		Cursor:pointer;
		border-bottom: 1px solid #C3C3C3;
		padding-top: 2px;
		padding-bottom: 2px;
}
.out	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 11px;
		color : #ffffff;
		Background-Color : #3F539E;
		Cursor:pointer;
		border-bottom: 1px solid #5A6BAC;
		padding-top: 2px;
		padding-bottom: 2px;
}

/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 14px;
		color : #CACACA;
		vertical-align: top;
		Cursor:pointer;
		padding-bottom: 12px;
}
.overn1	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 14px;
		color : #CACACA;
		Background-image : url(../design/nn_menu1_active.gif);
		vertical-align: top;
		Cursor: pointer;
		padding-bottom: 12px;
}

/* properties for menu backfill */

.back	{
		font-family : Trebuchet MS;
		font-weight : bold;
		font-size : 14px;
		color : #000000;
}

