/* mouse out properties for menu item level 1 */


.outn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #becddb;
		background-color: none;
		Cursor:pointer;
}

.activen1 {
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		padding-bottom:10px;
		background-position:center;
		background-repeat:no-repeat;
		Background-Color : #213655;
		Cursor:pointer;
}

.overn1	{
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		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 : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Background-Color : #003a76;
		Cursor:pointer;
		border : #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

.out {
		font-family : Verdana;
		font-weight : normal;
		font-size : 10px;
		color : #FFFFFF;
		Background-Color : #5c81a4;
		Cursor:pointer;
		border-bottom : #FFFFFF;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

/* properties for menu backfill */
.back	{
		font-family : Verdana;
		font-weight : bold;
		font-size : 10px;
		color : #becddb;
}