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

#cssmenu {
  position:relative;
  overflow: hidden;
  top:45px;
  left:20px;
  width: 844px;
  height: 25px;
  padding: 0px;
  text-align: left;
  z-index:100; 
  padding-left:0px;
  border:0px solid #000; 
  border-width:0 0px;
}
#cssmenu .pad {float:left;}

/* 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:absolute;}

/* 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:25px;}
.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.p1 {width:200px; left: 0px; background:url(../pics/but-home-over.gif) no-repeat; border: 0px;}
.menu li.p2 {width:215px; left: 200px; background:url(../pics/but-services-over.gif) no-repeat; border: 0px;}
.menu li.p3 {width:215px; left: 415px; background:url(../pics/but-concept-over.gif) no-repeat; border: 0px;}
.menu li.p4 {width:214px; left: 630px; background:url(../pics/but-contact-over.gif) no-repeat; border: 0px;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:200px; left: 0px; background:url(../pics/but-home-out.gif) no-repeat; border: 0px;}
.menu li a#services {width:215px; left: 200px; background:url(../pics/but-services-out.gif) no-repeat; border: 0px;}
.menu li a#concept {width:215px; left: 415px; background:url(../pics/but-concept-out.gif) no-repeat; border: 0px;}
.menu li a#contact{width:214px; left: 630px; background:url(../pics/but-contact-out.gif) no-repeat; border: 0px;}

/* 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#services:hover, .menu li:hover a#services,
.menu li a#concept:hover, .menu li:hover a#concept,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;  border: 0px;}


/* _______________________________________________________________________________________________________________________________________ */
/* _______________________________________________________________________________________________________________________________________ */
/* _______________________________________________________________________________________________________________________________________ */
/* _______________________________________________________________________________________________________________________________________ */


#cssmenu2 {
  position:relative;
  overflow: hidden;
  clear: both;
  top:51px;
  left:20px;
  width: 844px;
  height: 25px;
  padding: 0px;
  text-align: left;
  z-index:100; 
  border:0px solid #000; 
  border-width:0 0px;
}
#cssmenu2 .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu2, .menu2 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 */
.menu2 li.bottom {display:block; float:left; position:absolute;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu2 li.bottom a.bottom_link {display:block; float:left; height:25px;}
.menu2 li.bottom 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 */
.menu2 li.p1 {width:190px; left: 0px; background:url(../pics/but-news-over.gif) no-repeat; border: 0px;}
.menu2 li.p2 {width:278px; left: 191px; background:url(../pics/but-reports-over.gif) no-repeat; border: 0px;}
.menu2 li.p3 {width:218px; left: 470px; background:url(../pics/but-flags-over.gif) no-repeat; border: 0px;}
.menu2 li.p4 {width:155px; left: 689px; background:url(../pics/but-aboutus-over.gif) no-repeat; border: 0px;}

/* set up the normal unhovered images in the links */
.menu2 li a#news {width:190px; left: 0px; background:url(../pics/but-news-out.gif) no-repeat; border: 0px;}
.menu2 li a#reports {width:278px; left: 191px; background:url(../pics/but-reports-out.gif) no-repeat; border: 0px;}
.menu2 li a#flags {width:218px; left: 470px; background:url(../pics/but-flags-out.gif) no-repeat; border: 0px;}
.menu2 li a#aboutus {width:155px; left: 689px; background:url(../pics/but-aboutus-out.gif) no-repeat; border: 0px;}

/* Style the list OR link hover. Depends on which browser is used */
.menu2 a:hover {visibility:visible;} /* for IE6 */
.menu2 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) */
.menu2 li a#news:hover, .menu2 li:hover a#news,
.menu2 li a#reports:hover, .menu2 li:hover a#reports,
.menu2 li a#flags:hover, .menu2 li:hover a#flags,
.menu2 li a#aboutus:hover, .menu2 li:hover a#aboutus {background:transparent;  border: 0px;}
