 
@import url("/inc/komorisearch.css");

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(/images/nav/bg2.jpg);
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-repeat: repeat;
	z-index:-5;
}
#topphoto {
	position:relative;
    vertical-align:bottom;
    background: url(/images/nav/img_2.jpg) no-repeat right bottom;	
    width:947px;
	height:100px;
	z-index:1;
	overflow: hidden;
}
#topNav {
	position:absolute;
	top:64px;
	width:947px;
	height:100px;
	margin:0 auto;
	vertical-align:bottom;
	z-index:2;
	overflow:visible;
}
#menuNav {
	position:absolute;
	top:70px;
 	margin:0 auto;
	width:947px;
	height:30px;
	vertical-align:bottom;
	bottom:0px;
	right:0px;
	z-index:10;
	overflow:visible;
}
-->

/* ================================================================ 
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.
=================================================================== */

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {right:0px; 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:right; 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 {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:30px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:2; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */

.menu li.p1 {width:100px; background:url(/images/nav/navsm_home.gif) no-repeat;;}
.menu li.p2 {width:100px; background:url(/images/nav/navsm_aboutus.gif) no-repeat;;}
.menu li.p3 {width:100px; background:url(/images/nav/navsm_corporate.gif) no-repeat;;}
.menu li.p4 {width:100px; background:url(/images/nav/navsm_products.gif) no-repeat;;}
.menu li.p5 {width:100px; background:url(/images/nav/navsm_usedpresses.gif) no-repeat;;}
.menu li.p6 {width:100px; background:url(/images/nav/navsm_newsninfo.gif) no-repeat;;}
.menu li.p7 {width:100px; background:url(/images/nav/navsm_contact.gif) no-repeat;;}
.menu li.p8 {width:100px; background:url(/images/nav/navsm_login.gif) no-repeat;;}
/* set up the normal unhovered images in the links */

.menu li a#home 		{width:100px; background:url(/images/nav/navsm_home.gif) no-repeat;;}
.menu li a#aboutus 		{width:100px; background:url(/images/nav/navsm_aboutus.gif) no-repeat;;}
.menu li a#corporate 	{width:100px; background:url(/images/nav/navsm_corporate.gif) no-repeat;;}
.menu li a#products 	{width:100px; background:url(/images/nav/navsm_products.gif) no-repeat;;}
.menu li a#usedpresses  {width:100px; background:url(/images/nav/navsm_usedpresses.gif) no-repeat;;}
.menu li a#newsninfo    {width:100px; background:url(/images/nav/navsm_newsninfo.gif) no-repeat;;}
.menu li a#contact 		{width:100px; background:url(/images/nav/navsm_contact.gif) no-repeat;}
.menu li a#login 		{width:100px; background:url(/images/nav/navsm_login.gif) 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#aboutus:hover, .menu li:hover a#aboutus, .menu li a#corporate:hover, .menu li:hover a#corporate, .menu li a#products:hover, .menu li:hover a#products, .menu li a#usedpresses:hover, .menu li:hover a#usedpresses, .menu li a#newsninfo:hover, .menu li:hover a#newsninfo, .menu li a#contact:hover, .menu li:hover a#contact, .menu li a#login:hover, .menu li:hover a#login {
	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:30px;
}
/* Set up the more common elements of each menu for home page and sub pages */
/* set up the first drop down sub level */
.menu :hover ul.sub {
 background: #eee;
 padding:3px 0;
 border:1px solid #888;
 white-space:nowrap;
 width:120px;
 height:auto;

}
.menu :hover ul.sub li {
 display:block;
 height:20px;
 position:relative;
 float:left;
 width:120px;

}
.menu :hover ul.sub li a {
 display:block;
 font-size:11px;
 height:20px;
 width:120px;
 line-height:20px;
 text-indent:3px;
 color:#000;
 text-decoration:none;
 border:1px solid #eee;
 border-width:0 0 0 0px;
 z-index:200px;

}
.menu :hover ul.sub li a.fly {
 background:#eee url(/images/nav/arrow.gif) 110px 7px no-repeat;
 z-index:250px;
}
.menu :hover ul.sub li a:hover {
 background:#0095AC;
 color:#fff;
 z-index:250px;

}
.menu :hover ul.sub li a.fly:hover {
 background:#0095AC url(/images/nav/arrow_over.gif) 110px 7px no-repeat;
 color:#fff;
 z-index:250px;

}
.menu :hover ul li:hover > a.fly {
 background:#0095AC url(/images/nav/arrow_over.gif) 110px 7px no-repeat;
 color:#fff;
 z-index:250px;

}
/* 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:120px;
 top:0px;
 background: #eee;
 padding:0px 0px;
 border:1px solid #888;
 white-space:nowrap;
 width:120px;
 height:auto;
 z-index:300;

}
