div.header{
	position : relative;
	/* background-color : #123456; */
	width : 960px;
	/*	height : 160px; */
	text-align : center;
	margin-bottom : 0px;
}
div.clock{
	/*	background-color : #345678; 	*/
	float : left;
	width: 95px;
	margin-top : 31px;
	/*	height : 130px; */
}

div.mainmenu{
	/*	height : 300px;	*/
	/*	background-color : #012345; 	*/
	margin-left: 80px;
	float : left;
	width: 620px;
	bottom : 0px;
	text-align : center;
	overflow : hidden;
	
}
div.logo{
	/*	background-color : #987654;	*/
	margin-right: 0px;
	margin-top : 89px;
	float : right;
	width: 70px;
	height : 0px;
	
}
div.underline{
	height : 1px;
	width  : 35px;
	background-color: #ffffff;
	overflow:hidden;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

div.arrow{
	display:none;}

#popupmenu{
	
	text-align : left;
	margin-top : 120px;
	float: left; /* to keep the other floating objects contained*/
	width: auto;
	
	/*Format */
	/*	background-color: #7FA7CD; 	*/
	color: #345D84;
	font-family: Arial, Helvetica, sans-serif;
	/*border-style: solid;*/
}

#popupmenu ul{
	text-align : left;
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding: 0;  
}



/* add more for each extra submenu level*/
#popupmenu ul li
{ 
	
	text-align : bottom;
	margin: 2px 0px 0px 0px ;
	padding-right: 22px;
	float: left;
	list-style-type: none;
	position: relative;  
}
#popupmenu ul li ul li,
#popupmenu ul li ul li ul li,
#popupmenu ul li ul li ul li ul li
{ 
	text-align : left;
	margin: 0px 0px 0px 0px ;
	padding: 0;
	width:auto;
	float: left;
	list-style-type: none;
	position: relative;  
}
/* add more for each extra submenu level*/
#popupmenu ul li ul li,
#popupmenu ul:hover li ul li ul,
#popupmenu ul:hover li ul li ul li ul,
#popupmenu ul:hover li ul li ul li ul li ul,
#popupmenu ul.iehover li ul li ul,
#popupmenu ul.iehover li ul li ul li ul,
#popupmenu ul.iehover li ul li ul li ul li ul
{ 
	text-align : left;
	display: none;
	z-index: 1000;
}



/* First submenu level*/
#popupmenu  > ul > li:hover > ul,#popupmenu  > ul > li.iehover > ul{
	text-align : left;
	display: block; /*unhide it*/
	
	float: right;	
	position: absolute; /* It needs to be absolute
	for the effect to work.*/
	left:0px;
	/*	width: 7em;	*/
	bottom: 1.1em; /* This places the the bottom of the 
	ul 1.1em from the bottom of the enclosing li. This 
	is the important part of the effect.*/
	
}
/* For the remaining submenu levels*/
/* add more for each extra submenu level*/
#popupmenu  ul  li  ul  li:hover  ul,
#popupmenu  ul  li  ul li ul li:hover  ul,
#popupmenu  ul  li  ul li ul li ul li:hover  ul,
#popupmenu  ul  li  ul  li.iehover  ul,
#popupmenu  ul  li  ul li ul li.iehover  ul,
#popupmenu  ul  li  ul li ul li ul li.iehover  ul{
	text-align : left;
	float: right;
	display: block;
	position: absolute;
	
	width: 7em;
	left: 6em;
	bottom: 0px; /* Required with some value or
	the effect will not work*/
}
#popupmenu ul li:hover ul li, #popupmenu ul li.iehover ul li{ 
	text-align : left;
	display: block;
 	float: left;   
 	width: 300px;
}


#popupmenu ul li:hover ul li a, #popupmenu ul li.iehover ul li a{ 
 	width: auto;
}



#popupmenu ul li a{
	/* menu level 1*/
	text-align : bottom;
	font-family: arial;
	font-weight : normal;
	font-size : 12px;
	display: block;
	/* width: 100px;	 */
	text-decoration: none;
	color: #96999c;
}
/* The on state for the link when you are on the submenu.
This should be before the hover state for the link itself*/
#popupmenu ul li:hover > a, #popupmenu ul li.iehover > a{
	text-align : left;
	/* background-color: #1A3148; */
	color: #003469;
}
#popupmenu ul li:hover div.underline, #popupmenu ul li.iehover div.underline{
	background-color: #00427a;
}

#popupmenu ul li a:hover, #popupmenu ul li a.iehover{ 
	text-align : left;
	/* background-color: #345D84; */
	color: #003469;
}

#popupmenu ul li ul li a{
	/* menu level 2*/
	text-align : left;
	float: none;
	font-weight : normal;
	
 	/* background-color: #F1F6FA; */
 	color: #96999c;
	height : 15px;
 	font-size: 100%;
 }


#popupmenu ul li ul li:hover div.arrow{
	display:inline;
 }

#popupmenu ul li ul li:first-child a{
	margin :0px;
}
.last-term{
	/* background-color : blue;  */
	margin-bottom : 10px;
}
#popupmenu ul li:hover ul li ul, #popupmenu ul li.iehover ul li ul{
	/*	height : 300px;	*/
	/*	background-color : #012345; 	*/
	margin-left: 30px;
	float : left;
	bottom : 0px;
	text-align : center;
	overflow : hidden;
	color:#ff0000;
	width: 300px;
	color:#96999c;

}

#popupmenu ul li:hover ul li ul, #popupmenu ul li.iehover ul li ul{
	text-align : left;
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding-left:50px;  
}

#popupmenu ul li:hover ul  li ul li, #popupmenu ul li.iehover ul  li ul li{
	display: inline;
	width:auto;
}

/** Support for the "iehover-fix.js" **/
#popupmenu iframe {
position: absolute;
left: 0;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/** end **/
