
/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 12px;
		color : #454545;
		Cursor:pointer;
		border:0px solid #000000;
}

.overn1	{
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 12px;
		color : #454545;
		Cursor:pointer;
		background-color:#FFAE00;
		border:0px solid #000000;
}

.activen1 {
		font-family : Trebuchet MS;
		font-weight : normal;
		font-size : 12px;
		color : #454545;
		Cursor:pointer;
		background-color:#FFAE00;
		border:0px solid #000000;
} 

/* mouse over out properties for level 2 and 3 */

.over	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #565751;
		Cursor:pointer;
		border-bottom : 1px solid #FFAE00;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		padding-top:3px;
		padding-bottom:3px;
}

.out {
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #6F7068;
		Cursor:pointer;
		border-bottom : 1px solid #FFAE00;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		padding-top:3px;
		padding-bottom:3px;
}

/* properties for menu backfill */
.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
}

