/* ------------------------------------------------------------------------------*/
/* | **************************************************************************  |*/
/* | START OF MAIN INTERFACE CSS TAGS - DO NOT TOUCH/CHANGE WITHOUT CONTACTING   |*/
/* | BILL DENGLER OR NICOLAS CHALESLE                                            |*/
/* | **************************************************************************  |*/
/* -------------------------------------------------------------------------------*/
@import url(global.css);

html { /* This CSS tag is for the grey background of IB site */
	background: transparent url(../images/sitetemplate/mainTemplateBkgrnd_ir.gif) repeat-x; 
}

#header { /*this header css is the IBGmain and en/individual graphic */
	z-index: 0;
	left:auto; 
	right:auto; 
	margin: 0px auto;
	/*width: 770px;*/
	width: 950px;
	height: 150px;
	background: transparent url(../images/sitetemplate/mainTemplateHeader_2_ir.gif) no-repeat center top;
	text-align: left;
	background-position: 0 0;
}

a, a:visited {
	text-decoration: underline;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a img, a:visited img, a:hover img, a:link img, a:active img {
	text-decoration: none;
	border: none;
}

#irmenu{
	position: absolute;
	z-index: 1000;
	left:auto; 
	right:auto; 
	top: 108px;
	/*width: 770px;*/
	width: 950px;
	text-align:center;
}

.CellHeader, .cellheader, .CellHeader2 { /*The main part of this style is in the global.css*/
	color: #FFFFFF; 
	background-color:#445443;
}

.CellTitle, .cellTitle, .celltitle,
.CellTitle2, .cellTitle2, .celltitle2,
.CellTitle3, .cellTitle3, .celltitle3 { /*The main part of this style is in the global.css*/
	color: #ffffff;
	background: #5E745C;
	border-bottom: 2px solid #999999;
		/*top   right  bottom left444C56*/
}

.CellOn, .dropdown { /*The main part of this style is in the global.css*/
	background: #d6e5d5; 
}


/* Navigation for ib institutional pages
-----------------------------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.navigationmenu ul{
margin: 0;
padding: 0;
list-style: none;
font-family: Arial, Helvetica, Verdana sans-serif; 
}

/*Top level list items*/
.navigationmenu ul li{
position: relative;
display: inline;
float: left;
/*width:110px;background:url(new_interface/nav_products.gif) 0 0 no-repeat;*/
}

/*Top level menu link items style*/
.navigationmenu ul li a{
display: block;
/*width: 110px;*/
width: 135px; 
padding: 0px 0px 0px 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: white;
text-align:center;
font-family: Arial, Helvetica, Verdana sans-serif; 
font-size:12px;
font-weight:normal;
	/*top   right  bottom left*/
}
.navigationmenu ul li a:visited, a:hover{
color: white;
text-decoration: none;
}

	
/*1st sub level menu*/
.navigationmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border: 1px solid black;
width: 170px; /* black border width around subm level menue links */
min-width: 180px;
max-width: 180px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigationmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navigationmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.navigationmenu ul li ul li a{
display: block;
width: 170px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 5px;
border-bottom:1px solid #999;
border-top:1px solid #eee;
background-color: #ccc;
text-align:left;
font-family: Arial, Helvetica, Verdana sans-serif; 
font-size:10px;
	line-height: 12px;
}
.navigationmenu ul li ul li a:visited, a:hover{
color: black;
text-decoration: none;
}


.navigationmenu ul li a:hover{
/*width:110px;background:url(new_interface/nav_products_over.gif) 0 0 no-repeat;*/
background-color: #657D63;
color: black;
}

/*Background image for top level menu list links */
.navigationmenu .mainfoldericon{
/*background: #F3F3F3 url(arrow-down.gif) no-repeat center right;
width:110px;background:url(../images/images_inst/nav_button_blank.gif) 0 0 no-repeat;*/
}

/*Background image for subsequent level menu list links */
.navigationmenu .subfoldericon{
background: #ccc url(../images/images_inst/arrow-right.gif) no-repeat center right;
border-bottom:1px solid #999;border-top:1px solid #eee;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* IE Hack \*/
* html .navigationmenu ul li { float: left; height: 1%;}
* html .navigationmenu ul li a { height: 1%;}
* html .navigationmenu ul li ul li { float: left;}
/* End */