/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;
  max-width:100%;
  height:2.5em;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}

ul.nav li a {
	color:#1191d0;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 0.8em;
	height:2.4em;
	line-height:2.5em;
	text-transform:uppercase;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000; background:#ccc;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
  background:#fff;
font-weight:bold;
}
ul.main li {
  position:relative;
  top:0;
  left:0;
}

ul.main li a {
	height:2.5em;
	line-height:2.5em;
	border:0;
	color:#1191d0;
}

ul.main li a:hover {
  color:#6f6f6f;
  background:#fff;
}
ul.main li:hover ul li a {color:#fff;}
ul.main li:hover ul li a:hover {color:#fff; background:#444;}


/* styles for the dropdown script */

/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	visibility:hidden;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	background:#666;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:0;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{

}

/* styles specific to the global offices menu */
#global_offices_wrap {padding-left:578px;margin-right:-10px;}
#global_offices {margin-bottom:10px;height:1em;}
#global_offices li {text-align:center;width:130px;}
#global_offices li ul {background:#c4c4c4 url(../../images/img/bg_global_nav.jpg) 0 0 no-repeat;border:1px solid #fff;margin-top:10px;}
#global_offices li ul li {text-align:left;padding:10px 0 10px 12px;border-top:1px solid #b2b2b2;border-bottom:1px solid #e2e2e2;}
#global_offices li ul li a {color:#514f4f;font-weight:bold;}
#global_offices li ul li a:hover {text-decoration:none;color:#1191d0;}
#global_offices li ul li img {position:absolute;right:10px;margin:0;}
#global_offices ul {z-index:900;}
#global_offices li ul li#dropdown_first {border-top:none;}
#global_offices li ul li#dropdown_last {border-bottom:none;}
#global_office_link {color:#979696;text-transform:uppercase;font-weight:bold;padding:4px 0 4px 0;background:url(../../images/img/global_offices_arrow.gif) 0 10px no-repeat;}



