/* 
CSS Document for Globle layout
Copyright 2008 AEGON-CNOOC www.aegon-cnooc.com
Powered by Milestone www.milestone-cn.com
*/

#header {
	height: 73px;
	min-width: 950px;/* for non-IE */
	background: #fff url(../images/navigation_bg.gif) repeat-x bottom;
	}
#logo {
	float: left;
	background: #fff url(../images/logo_index.gif) no-repeat center bottom;
	width: 130px;
	height:73px;
	padding-left: 24px;
	}
/* search */
#search {
	color:#666666;
	float: right;
	width: 410px;
	text-align:right;
	margin-right: 5px;
	margin-top: 5px !important;
	margin-top: 7px;
	height: 25px;
}
#search_function{
	font-size:12px;
	float: right;
	height: 22px;
	text-align:center;
	vertical-align:top;
	}
/* quick_link before search */
#site_link {
	margin-top:0px;
	line-height: 24px;
	height: 24px;
	float:left;
	text-align: center;
	}
/* navigation style */
#navitation_position{  /* position */
	width:760px;
	float:left;
	margin-left: 30px;
	margin-top: 10px;
	padding: 0px;
	height:30px;
	}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	line-height: 30px;  list-style-type: none; 
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	 float: left; width: 80px;
  background:url(../images/navigation_line.gif) no-repeat right;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
 line-height: 27px;  list-style-type: none;text-align:left;
 left: -999em; width: 90px; position: absolute;
	z-index: 1020;
	cursor: default;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{

	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{

 float: left; width: 90px;
 background: #e2e2e2;/* nav lv2 bg color */
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block; width: 80px; text-align:center; font-weight:bold;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	display: block; width: 90px; text-align:left; font-weight:bold; padding-left:20px;
}
/**/
ul.MenuBarHorizontal ul li a{
	background:#e2e2e2;
	color:#333;
	font-weight:normal;
	}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
color:#fcfcfc;text-decoration:none;font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
color:#0066FF;text-decoration:none;font-weight: bold;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal ul a.MenuBarItemHover
{
 color:#fff;text-decoration:none;font-weight: bold;/* font of nav lv2 */
 background:#0073d0;/* on mouse over nav lv2's bg color */
text-decoration:none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu
{
color:#0075c2;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{

 display: block; width: 90px;w\idth: 80px;text-align:left;padding-left:10px;font-weight: normal;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
color:#0075c2;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
color:#0075c2;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		
	}
}
.nav_fgs {
	color: #FF6600;
	}


.header dt a img { margin-top:-4px;}





