/***************************************************************************/
/**********      Main stylesheet for International Action      *************/
/***************************************************************************/

<style type="text/css">
<!--

body {
	behavior: url(csshover.htc);
    margin: 0px;
    padding: 0px;
}

#header_logo {
    width: 889px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;   
    top: 0px;
    height: 49px;
}

#headerWrapper {
    width: 889px;
    margin-left: auto;
    margin-right: auto;
}

#headerImagesWrapper {
    width: 891px;
    margin-left: auto;
    margin-right: auto;
    text-align:left; 
    z-index: -1;
    position: absolute;
    top: 49px;
}

.headerImage {
    margin: 0;
    border-right: 1px solid white; 
    padding: 0px;
    position: relative; 
    float: left; 
    z-index: 4;     
}

#mainWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 889px; 
    margin-bottom: 0px;
    margin-top: 0px; 
}

/* #prenavclear {
    clear: both;
    position: absolute; 
    top: -1px;
    height: 1px;
} */

ul#nav {
	list-style: none;
    list-style-type: none;
    list-style-image: none;
	padding: 0;
    margin: 0px;
    width: auto;
    font-family: Arial;
    font-size: 10pt;    
    color: white; 
    z-index: 8;                  
}

ul#nav li {
	list-style: none;
    list-style-type: none;
    list-style-image: none;
	float: left;
	position: relative;
	margin: 0px;
    background-color: #1A4BB1;
    text-align: center;  
}

ul#nav li a {
	display: block;
	font-weight: bold;
    text-decoration: none;
	padding: 2px 10px;
    color: #fff;
	/* background:#1C4EB4; */
}

ul#nav li a:hover {
	background:#0B2E92;
	color:#fff;
	}
    
/* *html ul#nav li a:hover {
	background:#0B2E92;
	color:#fff;
    border-bottom: solid 1px white;
} */  

ul#nav li.current a {
	background:#384041;
	}

ul#nav li.current a:hover {
	background:#0B2E92;
	}
    
ul#nav li ul li a:hover{
	background:#0B2E92;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    margin-top: -2px;
    margin-bottom: -2px; 
    padding-top: 3px; 
    padding-bottom: 3px;   
	color:#fff;
	}    

li ul {
	display: none;
	position:absolute;
	width:100px;
	top: 18px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin: 0;
}

ul#nav li ul.sub li {
    text-align: left;
    padding-top: 2px;    
    padding-bottom: 2px;
}

ul#nav li ul.sub li a{
	font-weight: normal !important;	
}

li>ul {
	top: auto;
	left: 0px;
}

li:hover ul, li.over ul {
	display: block;
}


.menu1 {
    width: 126px;
	/* border-left: 1px solid #ECF4E9; */
	border-right: 1px solid white;    
}

.menu2 {
    width: 127px;
	border-right: 1px solid white;    
}

.menu3 {
    width: 125px;
	border-right: 1px solid white;    
}

.menu4 {
    width: 124px;
	border-right: 1px solid white;    
}

.menu5 {
    width: 123px;
	border-right: 1px solid white;    
}

.menu6 {
    width: 129px;
	border-right: 1px solid white;    
}

.menu7 {
    width: 129px;
    border-right: 0;
}

ul#nav li ul.sub li.gallery_link {
    width: 129px; 
    border-right: 0; 
    background-color: #081e5b;
    color: white; 
    padding: 5px 0px 5px 0px;
    text-align:left;
    font-weight:bold;
    width: 129px;
    border-right: 0;    
}

-->
</style>