
/* mouse out properties for menu item level 1 */


.outn1	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		padding-bottom:10px;
		background-color: none;
		Cursor:pointer;
}

.activen1 {
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		padding-bottom:10px;
		background-image: url(../design/ras_menuSide_over.gif);
		background-position:center;
		background-repeat:no-repeat;
		Background-Color : #213655;
		Cursor:pointer;
}

.overn1	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		padding-bottom:10px;
		background-color: none;
		Cursor:pointer;
}



/* mouse over out properties for level 2 and 3 */

.over_01, .over_02, .over_03, .over_04, .over_05, .over_06, .over_07, .over_08, .over_09, .over_10, .over_11	{
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #003978;
		Cursor:pointer;
		border : #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

.out {
		font-family : Arial;
		font-weight : normal;
		font-size : 11px;
		color : #FFFFFF;
		Background-Color : #1F4C85;
		Cursor:pointer;
		border-bottom : #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

/* properties for menu backfill */
.back	{
		font-family : Arial;
		font-weight : bold;
		font-size : 10px;
		color : #ffffff;
}

