@charset "utf-8";
html, body {
	margin: 0px;
	background-color: #8F592A;
}

/* CSS Document */
/* ================================================================
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/image_dropdown.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.
=================================================================== */
/*.reb_ie_fix { *margin-top: -25px;  }*/

#nav {
	padding:0; margin:0; list-style:none; height:50px; position:relative; z-index:200; 
	font-family:arial, verdana, sans-serif; width:108px; background: transparent;
}
#nav li.top {display:block; float:left; }
#nav li a {display:block; float:left; height:50px; width:108px; border: 0px; text-decoration:none; padding:0; cursor:pointer;}
#nav li a b {margin-left:-999px;}

#nav li a.veg {background:url(dropdown/about.jpg);}
#nav li a.veg-o {background:url(dropdown/about_inverse.jpg);}

#nav li:hover a,
#nav a:hover
{background-position: 0 50px;}


#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:50px; background: transparent; width:185px; height:auto; z-index:300;margin-left: -40px;}
#nav :hover ul.sub li
{display:block; height:41px; position:relative; float:left; width:185px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; height:41px; width:183px; text-decoration:none; padding:0; cursor:pointer;}
#nav :hover ul.sub li a b {position:absolute; left:-9999px; margin:0;}

#nav :hover ul li a.about-name {background:url(dropdown/about_name.png);}
#nav :hover ul li a.shareholding {background:url(dropdown/shareholding.png);}
#nav :hover ul li a.keypeople {background:url(dropdown/key_people.png);}

#nav :hover ul.sub li a:hover
{background-position: 0 41px; position:relative;}
#nav :hover ul.sub li a:hover b {
	left:100px; top:25px; background:#fff; color:#000; 
	display:block; width:100px; height:41px; 
	text-align:center; font-size:12px; line-height:18px;
}
