body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; }
table { text-align:left; }

ul { margin-left:20px; }       /* kill default 50px left padding and set 20px */


 /*================= STYLES FOR THE GRC MASTHEAD & CONTROLS ==================*/

.menuminwidth0 {             /* for all browsers (non-IE) that obey min-width */
	position:relative;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:55px;/* 36px masthead height + 18px button height + 1px lower border*/
	min-width:560px;
}


* html .menuminwidth1 { /* this allows IE5/6 to simulate min-width capability */
	position:relative;  /* we can simulate a minimum width by creating a large */
	float:left;          /* border in this first div, then placing our content */
	height: 1px;          /* into a second nested div (see 2nd nested div next */
	border-left:560px solid #fff;    /* CSS box-model borders are a fixed size */
}

* html .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
	position:relative;
	margin-left:-560px;
	height: 1px;
}


 /*========================= TOP OF THE MENU CASCADE =========================*/

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:18px;                                  /* the menu's overall height */
	width:auto;         /* we always want our menu to fill the available space */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	display:inline;
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
	position:relative;
	z-index:10;
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	z-index:1;
	margin:0 0 0 10px;
	padding:0 0 0 8px;
	background:url('../medias/images/puce-menu.gif') no-repeat 0% 45%;
}

.menu ul ul li{
	background:url('../medias/images/puce-orange.gif') no-repeat 0% 50%;
	margin-left:8px;
	float:none;
	zoom:1;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:10px 1px 10px 1px;                               /* this is our box border width */
	border:3px solid #F0F0F0;
	border-bottom:8px solid #007DB1;
	z-index:10;
	background:url('../medias/images/menu-bg.gif');
	position:absolute;
	margin:0;
	top:24px;              /* place us just up underneath the top-level images */
	left:8px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	min-width:20.5em;
	width:20.5em !important;
	width:20.5em;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	text-decoration:none;
	height:18px;
	padding:6px 6px 3px 6px;
	float:left;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	height:16px;
	margin-top:-7px;
	padding:10px 3px 3px 3px;
	border:3px solid #F0F0F0;
	background:url('../medias/images/menu-bg.gif');
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul {                           /* 2nd level drop-down box */
	display:block;
	color:black;                        /* this sets the unselected-text color */
}
/*
.menu ul li.sm1 ul {
	width:8em;
}
.menu ul li.sm2 ul {
	width:10.5em;
}
.menu ul li.sm3 ul {
	width:6.5em;
}
.menu ul li.sm4 ul {
	width:10.8em;
}
.menu ul li.sm5 ul {
	width:20.5em;
}
*/

.menu ul li ul li a,.menu ul li ul li a:hover,.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#007DB1;               /* this sets the unselected drop-down text color */
	font-weight:bold;
	background:none;
	float:none;
}

.menu ul li:hover ul li:hover a,.menu ul li ul li a:hover,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:#EE8634;
}
