/* mouse out properties for menu item level 1 */

.overn1	{
		font-family : Verdana;
		font-size : 10px;
		font-weight : bold;
		color : #000000;
		Background-Color : #ffffff;
		Cursor:pointer;
		padding-top: 6px;
		padding-bottom: 6px;
}

.outn1	{
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
		Background-Color : #ffffff;
		Cursor:pointer;
		padding-top: 6px;
		padding-bottom: 6px;
}

.activen1	{
		font-family : Verdana;
		font-size : 10px;
		font-weight : bold;
		color : #000000;
		Background-Color : #ffffff;
		Cursor:pointer;
		padding-top: 6px;
		padding-bottom: 6px;
}

/* mouse out properties for menu item level 2 and 3 */

.over	{
		font-family : Verdana;
		font-size : 10px;
		color : #E72A12;
		Background-Color : #ffffff;
		border-bottom: 1px solid #eeeeee;
		Cursor:pointer;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		-moz-opacity:0.85;
    opacity: 0.85;
		padding-top: 2px;
		padding-bottom: 3px;
}

.out	{
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
		Background-Color : #FFFFFF;
		border-bottom: 1px solid #eeeeee;
		Cursor:pointer;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		-moz-opacity:0.85;
    opacity: 0.85;
		padding-top: 2px;
		padding-bottom: 3px;
}

/* properties for menu backfill */

.back	{
		font-family : Verdana;
		font-size : 10px;
		color : #000000;
		Background-Color : #FFFFFF;
}


