
#subMenu {
	position			: absolute;
	top				: 10px;
	left				: 264px;
	height				: 370px;
	width				: 240px;
}


.menu_lvl_1 a.h3 {
visibility:hidden;
}


.menu_lvl_2l{
    margin  			: 10px;
    padding 			: 0;
	line-height			: 1.2em;
    list-style-type    	: none;
}

.menu_lvl_1 .h3 {
	font-weight			: bold;
	color				: #F2930E;
    padding-left      	: 2px;
    padding-bottom    	: 2px;
	font-size			: 0.9em;
}

.menu_lvl_2 {
	font-size			: 0.9em;
      	margin                  	: 0;
       padding                 	: 0;
       padding-left            	: 18px;
       margin-bottom           	: 15px; 
       color                   	: #FFFFFF;
       list-style-type         	: disc;
}

.menu_lvl_2 li {
	
       width                   	: 200px;
}


.menu_lvl_2 a {
	color				: #F2930E;
	text-decoration		: none;
	
}

.menu_lvl_2 a:visited {
       color				: #FFFFFF;
	text-decoration	       : none;       
}


.menu_lvl_2 a:hover{
	color				: #005DAB;
	text-decoration		: none;
}

.menu_lvl_2 a {
       color				: #FFFFFF;
	text-decoration	       : none;       
}

#submenu h3{
	font-size			: 1.2em;
}