* {
	padding:0px;
	margin:0px;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}
#multi-level .padblankone {float:left; width:20px;height:32px;}
#multi-level .padblanktwo {float:left; width:11px;height:32px;}

.SearchBox {
	width: 149px;
	height: 32px;
	background-image: url(/web/system/modules/sonatatemplate/resources/images/nav_images/topLink-search.jpg);
	background-repeat: no-repeat;
	padding-top:0px;
	float: left;
}

.searchresult
{
	text-align: justify;
	font-family: Arial;
	color: rgb(0,0,0); 
	font-size: 11px;
	padding-bottom:5px;
	width: 640px;
}

.SearchTxt {
	border: 1px solid #E6E2C9;
	font-family: Arial;
	font-size: 10px;
	background-color: #E6E2C9;
	height:11px;
	margin-top:8px;
}

.serIcon{
	float:left; 
	position:absolute;
	padding-top:0px;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table td {border-collapse:collapse; width:300; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p6 {width:49px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/topLink-home.jpg) no-repeat;;}
.menu li.p0 {width:76px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Company_Over.jpg) no-repeat;;}
.menu li.p1 {width:83px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Investor_Over.jpg) no-repeat;;}
.menu li.p2 {width:206px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Product-Engineering-Services_Over.jpg) no-repeat;;}
.menu li.p3 {width:156px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Enterprise-IT-Services_Over.jpg) no-repeat;;}
.menu li.p4 {width:89px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Innovation_Over.jpg) no-repeat;;}
.menu li.p5 {width:60px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Travel_Over.jpg) no-repeat;;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:49px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/topLink-home.jpg) no-repeat;}
.menu li a#menu0 {width:76px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Company.jpg) no-repeat;}
.menu li a#menu1 {width:83px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Investor.jpg) no-repeat;}
.menu li a#menu2 {width:206px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Product-Engineering-Services.jpg) no-repeat;}
.menu li a#menu3 {width:156px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Enterprise-IT-Services.jpg) no-repeat;}
.menu li a#menu4 {width:89px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Innovation.jpg) no-repeat;}
.menu li a#menu5 {width:60px; background:url(/web/system/modules/sonatatemplate/resources/images/nav_images/tabs/Travel.jpg) no-repeat;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#menu0:hover, .menu li:hover a#menu0,
.menu li a#menu1:hover, .menu li:hover a#menu1,
.menu li a#menu2:hover, .menu li:hover a#menu2,
.menu li a#menu3:hover, .menu li:hover a#menu3,
.menu li a#menu4:hover, .menu li:hover a#menu4,
.menu li a#menu5:hover, .menu li:hover a#menu5 {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:32px; background: #668FAF; padding:3px 0; white-space:nowrap; min-width:150px; width:auto; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; min-width:150px; width:auto;}
.menu :hover ul.sub li a {display:block; font-size:12px; padding-left:2px;height:20px;  width:auto; min-width:150px; line-height:20px; color:#fff; text-decoration:none;}
.menu :hover ul.sub li a:hover {background:#254983; color:#fff;}
.menupointer{position:absolute;right: 2px;left:130px !important;}

/* For p1 dropdowns only */
.menu:hover li.p1 ul.sub,
.menu:hover li.p1 ul.sub li,
.menu:hover li.p1 ul.sub li a {min-width:140px;width:169px}
.menu:hover li.p1 ul.sub li a {color:#fff;width:166px}
.menu:hover li.p1 ul.sub li a span.menupointer{left:148px !important;}

/* For p2 dropdowns only */
.menu:hover li.p2 ul.sub,
.menu:hover li.p2 ul.sub li,
.menu:hover li.p2 ul.sub li a {min-width:168px;width:206px}
.menu:hover li.p2 ul.sub li a {color:#fff;width:203px}
.menu:hover li.p2 ul.sub li a span.menupointer{left:183px !important;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:150px; top:-3px; background: #668FAF; padding:4px 0px;white-space:nowrap; min-width:150px; width:auto; z-index:200; height:auto;}

.menu:hover li.p3 ul.sub ul,
.menu:hover li.p3 ul.sub ul li,
.menu:hover li.p3 ul.sub ul li a {min-width:173px;width:182px}
.menu:hover li.p3 ul:hover ul:hover ul:hover ul:hover ul {left:182px;min-width:182px;}

/*********/
.menu:hover li.p3 ul.sub ul li a:hover {background:#254983; color:#fff;width:180px;}

.menu:hover li.p1 ul:hover  ul,
.menu:hover li.p1 ul:hover  ul:hover ul,
.menu:hover li.p1 ul:hover  ul:hover ul:hover ul,
.menu:hover li.p1 ul:hover  ul:hover ul:hover ul:hover ul{left:168px;min-width:160px;}
/*********/
.menu:hover li.p1 ul.sub ul li a:hover {background:#254983; color:#fff;width:166px;}



.menu:hover li.p2 ul:hover ul,
.menu:hover li.p2 ul:hover ul:hover ul,
.menu:hover li.p2 ul:hover ul:hover ul:hover ul,
.menu:hover li.p2 ul:hover ul:hover ul:hover ul:hover ul {left:205px;min-width:180px;}

/*********/
.menu:hover li.p2 ul.sub ul li a:hover {background:#254983; color:#fff;width:203px}



