 /**
 
 new style for submenus
 20/10/2007
 
 **/
 
 .newSubmenuDiv {
	background-color:#C7D8AF;
	color:#38533C;
	display:block;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	width: 79px;
	height:22px;
	letter-spacing:0px;
	text-decoration:none;
	overflow: hidden;
 }

 
 .newSubmenuDiv2 {
	background-color:#C7D8AF;
	color:#38533C;
	display:block;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	width: 160px;
	height:22px;
	letter-spacing:0px;
	text-decoration:none;
	overflow: hidden;
 }


 .colorCorrection1 { background-color: #9EB6E0; }

 a.nSubMenuSelected:link, a.nSubMenuSelected:active, a.nSubMenuSelected:visited, a.nSubMenuSelected:hover {
 	background-color: #CAC44A;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 100%;
	text-decoration: none;
	padding-top: 2px;
	letter-spacing:0px;
 }
 


 a.nSubMenu:link, a.nSubMenu:active, a.nSubMenu:visited, a.nSubMenu:hover {
 	background-color: #96A493;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	height: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	letter-spacing:0px;
 }
 
 a.nSubMenu:hover {
 	background-color: #9DB178;
	color: #000000;
 }



 a.n2SubMenu:link, a.n2SubMenu:active, a.n2SubMenu:visited, a.n2SubMenu:hover {
 	background-color: #9EB6E0;
	color: #38533C;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	height: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	letter-spacing:0px;
 }
 
 a.n2SubMenu:hover {
 	background-color: #819CC5;
	color: #000000;
 }


 a.nSubMenu_OFF:link, a.nSubMenu_OFF:active, a.nSubMenu_OFF:visited, a.nSubMenu_OFF:hover {
 	background-color: #CCCCCC;
	color: #38533C;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	height: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	letter-spacing:0px;
	cursor: default;
 }


 .propShortDesc {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #38533C;
	padding: 10px 10px 10px 10px;
	text-align: justify;
 }
