/*
 * Coresoft/css/menu.css
 *
 * 13MAR-2006	
 *
 */

/* Top nav images */
div.menu-bar img	{ border-width:0; }

/*#menu_products a		{ background-image:url(../img/menu/menu_products.gif); }
#menu_solutions a		{ background-image:url(../img/menu/menu_solutions.gif); }
#menu_services a		{ background-image:url(../img/menu/menu_services.gif); }
#menu_partnersa		{ background-image:url(../img/menu/menu_partners.gif); }
#menu_technology a		{ background-image:url(../img/menu/menu_technology.gif); }
#menu_aboutus a	{ background-image:url(../img/menu/menu_aboutus.gif); }
#menu_news a	{ background-image:url(../img/menu/menu_news.gif); }
#menu_events a		{ background-image:url(../img/menu/menu_events.gif); }
#menu_resources a		{ background-image:url(../img/menu/menu_resources.gif); }
#menu_contactus a		{ background-image:url(../img/menu/menu_contactus.gif); }
*/



/*div.menu-bar a { float:left;background-repeat:no-repeat;
*/



div.menu-bar a.active
{ background-position:0 -35px; }

/* Top nav menu bar */

div.menu-bar table
{
	border-collapse:			collapse;
}
div.menu-bar table td
{
	padding:					0;
}
div.menu-bar a
{
	text-decoration:			none;
	cursor:						default;
	color: #663333;
	font-weight:				 normal;
	margin-left:				5;
}
div.menu-bar a:hover
{
	text-decoration:			none;
	color:						#FFFFFF;
}

/* All popup menus */
div.menu
{
	display:					none;
	position:					absolute;
}
div.menu div
{
	background:					 #DBD7C1;
	padding:					1px;
	cursor:						default;
}
div.menu table
{
	border-collapse:			collapse;
}
div.menu table td
{
	font-size:					8pt;
	padding:					2;
}
div.menu a
{
	display:					block;
	width:						100%;
	float:						left;	/* ff */
	text-decoration:			none;
	color:		 				black;
	height:						18px;
	line-height:				18px;
	cursor:						default;
	font-weight:				normal;
}
div.menu a:hover,
div.menu a.menu-active
{
	color:						 #009999;
	background-color:			#ffffff;
	text-decoration:			none;
}
div.menu a.menu
{
	background-image:			url(../img/menu/arrow-white.gif);
	background-repeat:			no-repeat;
	background-position:		center right;
}
div.menu a:hover.menu,
div.menu a:hover.menu-active,
div.menu a.menu-active
{
	background-image:			url(../img/menu/arrow-3399cc.gif);
	background-repeat:			no-repeat;
	background-position:		center right;
}
div.menu span
{
	padding:					0 28px 0 8px;
}

div.menu a.menu-separator,
div.menu a.menu-separator:hover
{
	display:					inline;
	height:						0;
	line-height:				0;
	border:						1px inset;
}
