/* NAVIGATION */

#menu {
	width: 710px;
	padding: 0 35px;
	clear: both;
	overflow: hidden;
	background: url('../images/bg_content.gif') top left repeat-y;
}

#menu ul {
	bottom: 0;
	left: 0;
	list-style: none;
	font-size: 16px;
	padding: 0;
}

#menu li {
	float: left;
	width: 145px;
}

#menu li#m_consulting {
	width: 170px;
}

#menu li#m_event {
	width: 150px;
}

#menu li#m_biz {
	width: 165px;
}

#menu li#m_global {
	width: 125px;
}

#menu li#m_contact {
	width: 100px;
}

#menu ul a {
	width: 100%;
	float: left;
	display: block;
	padding: 2px 0px;
	
	border-right: 1px solid #fcab35;
	
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #ADA79D;
}


#menu ul li a.first {
	padding-left: 0;
	border: 0;
	border-left: 1px solid #fcab35;
	border-right: 1px solid #fcab35;
}

#menu ul li a:hover, #menu ul li a.selected {
	color: #FCAB35;
}



/* DROP DOWN MENUS */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-left: -4px;
	margin-top: -1px;
	font:normal 13px Arial;
	line-height:24px;
	z-index:100;
	width: 230px;
	visibility: hidden;
	text-align: center;
}


.dropmenudiv a {
	width: auto;
	display: block;
	padding: 6px 20px;
	line-height: 14px;
	text-decoration: none;
	color: #ada79d;
	font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	color: #fcab35;
}

.dropmenudiv a.submenu_top {
	padding-top: 12px;
}

.dropmenudiv a.submenu_bottom {
	padding-bottom: 25px;
}

.dropmenudiv a.selected {
	font-weight: bold;
	color: #fcab35;
}

.long_menu {
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 0;
	line-height: 14px;
	color: #689745;
}

.w180 {
	width: 180px;
}

.w180 a {
	background: url('../images/bg_menu_180.png') top left repeat-y;	
}

.w180 a.submenu_bottom {
	background: url('../images/bg_menu_180_bottom.png') transparent bottom left no-repeat;
}

.w160 {
	width: 160px;
}

.w160 a {
	background: url('../images/bg_menu_160.png') top left repeat-y;	
}

.w160 a.submenu_bottom {
	background: url('../images/bg_menu_160_bottom.png') transparent bottom left no-repeat;
}

.w175 {
	width: 175px;
}

.w175 a {
	background: url('../images/bg_menu_175.png') top left repeat-y;	
}

.w175 a.submenu_bottom {
	background: url('../images/bg_menu_175_bottom.png') transparent bottom left no-repeat;
}

.w135 {
	width: 135px;
}

.w135 a {
	background: url('../images/bg_menu_135.png') top left repeat-y;	
}

.w135 a.submenu_bottom {
	background: url('../images/bg_menu_135_bottom.png') transparent bottom left no-repeat;
}
