/* Submenu */
#left .sm {
	clear: both;
	font-size: 12px;
	color: #003082;
	padding-bottom: 30px;
}
#left .sm DIV {
	text-align: right;
	list-style: none;
}
#left .sm A {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #003082;
	_height: 25px;
	min-height: 25px;
}
#left .sm A:hover, #left .sm A:focus {
	background-color: #7B9CD2;
	color: #003082;
	/*background-image: url(../img/bg_sm.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
}
#left .sm .am A, #left .sm .am A:hover, #left .sm .am A:focus {
	color: #003082;
	background-color: #7B9CD2;
	background-image: url(../img/bg_smam_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
}
#left .sm .sub A, #left .sm .sub A:hover, #left .sm .sub A:focus {
	background-image: url(../img/bg_smam_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

#left .sm DIV.last {

}

#left .sm  A {
	padding: 3px 15px 0 15px;
	border: 0;
}

/* Sub Submenu */
#left .ssm {
	/*background-color: #A8BDE1;
		border: 1px solid #003082;	*/
	font-weight: normal;
	margin-bottom: 10px;
}
#left .ssm A {
	_height: 20px;
	min-height: 20px;
	/*text-align: left;*/
	font-weight: normal;
}
#left .ssm .last A {
	/*height: 30px;*/
}
#left .ssm A:hover, #left .ssm A:focus {
	color: #003082;
	/*background-image: url(../img/bg_ssm.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/		
	background-color: #7B9CD2;
}
#left .ssm .am A, #left .ssm .am A:hover, #left .ssm .am A:focus {
	background-color: #7B9CD2;
	color: #003082;
	height: 20px;
	background-image: none;
	background-image: url(../img/bg_smam_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}
#left .ssm DIV {

}
/* Sub Sub Submenu */
#left .sssm {
	background-color: #E7EDF8;
}
#left .sssm A {
	font-weight: normal;
	padding-right: 30px;
	width: 212px;
	max-width: 167px;	
}
#left .sssm A:hover, #left .sssm A:focus {
	background-color: #FFF;
}
#left .sssm .am A, #left .sssm .am A:hover, #left .sssm .am A:focus {
	background-color: #E7EDF8;
	color: #003082;
	height: 20px;
	font-weight: bold;
}

/*bg_mainmenu_am.jpg*/
#menu .mm LI.am A, #menu .mm LI.am A:hover, #menu .mm LI.am A:focus {
  background-image: url(../img/bg_mainmenu_am.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
