/* mouse out properties for menu item level 1 */

.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Cursor:pointer;
		text-transform: uppercase;
}

.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Cursor:pointer;
		background-color:#8193B6;
		text-transform: uppercase;
}

.activen1 {
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Cursor:pointer;
		background-color:#8193B6;
		text-transform: uppercase;
} 

/* mouse over out properties for level 2 and 3 */

.over	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #8193B6;
		Cursor:pointer;
		border-bottom : 1px solid #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		text-transform: uppercase;
		padding-top:3px;
		padding-bottom:3px;
}

.out {
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #223C64;
		Cursor:pointer;
		border-bottom : 1px solid #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
		text-transform: uppercase;
		padding-top:3px;
		padding-bottom:3px;
}

/* properties for menu backfill */
.back	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 9px;
		color : #ffffff;
		background-color:none;
}
