
/****************************************************/
/* OHO/Ybos Configuration Section  					*/
/*													*/
/* Make changes here to configure menu look/feel    */
/*													*/
/****************************************************/

/* The DIV that contains the menu */
#menu {
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#011F35;
	height: 24px; 	/* 	The height of the menu area div.  See #menu { below */
	border:0;
	/*border: 1px solid red; */	/* taken out for the benefit of IE 6 on PC */
}

#menu-products {
	width: 100px;
}

#menu-implementation {
	width: 130px;
}

#menu-custpartners {
	width: 170px;
}

#menu-support {
	width: 100px;
}

#nav, #nav ul {
	float: left;
	width: 36em;
	w\idth: 100%;
	list-style: none;
	line-height: 1.2;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #011F35;
	/*width: 10em;*/
	/*w\idth: 6em;*/
	padding: 6px 2em 5px 0;
}

#nav a:hover {
	color: #777777;
}

#nav ul li a:hover {
	color: #011F35;
}

#nav ul li a {
	padding: 0.6em 1em 0.6em 0.7em;
}

#nav a.ParentMenu {
	background: url(images/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 25%; */  /* 10em */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16.4em;
	w\idth: 15.9em;
	font-weight: normal;
	border-width: 0.25em;
	border: 1px solid #999999;
	margin: 0;
	background: #E8E7E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#nav li li {
	padding-right: 1em;
	width: 15em
}

/*#nav li ul a {
	width: 13em;
	w\idth: 9em;
}*/

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.HoverMenu ul ul, #nav li.HoverMenu ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.HoverMenu ul, #nav li li.HoverMenu ul, #nav li li li.HoverMenu ul {
	left: auto;
}

#nav li:hover, #nav li.HoverMenu {
	line-height: 1.2;
}

#nav li ul li:hover, #nav li ul li.HoverMenu {
	line-height: 1.2;
	background: #C5C5C5;
}



/****************************************************/
/* End of configuration section 					*/
/****************************************************/



/*		------	Basic style	------		*/
