
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/magic_menu_one.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.
=================================================================== */


* { margin: 0;
   padding: 0;}


.menu {list-style-type:none;padding:0;margin:0 0;}
.menu ul {list-style-type:none;padding:0;margin:0 0;}

.menu li {float:left;background:#222652;margin:2px 0px 0px 1px;position:relative;}

.menu li.sub {background:#222652;}
.menu table {border-collapse:collapse;position:absolute;top:0;left:0;font-size:1em;}
.menu li a {display:block;color:#fff;font-family:arial, sans-serif;font-size:11px;line-height:20px;width:113px;text-decoration:none;text-align:center;}
.menu :hover{color:#222652;background:#888;}

.menu ul, .menu :hover ul ul {position:absolute;left:-9999px;width:113px;}
.menu :hover ul{left:0px;top:20px;background:url(transparent.gif);} /* the background image is for IE7 */
.menu :hover ul :hover ul {padding:1px 3px;left:113px;top:0px;}



* { margin: 0;
   padding: 0;}

body, html  {width: 100%;
             height: 100%;
             overflow: hidden;}

#bg-image   {position:absolute;
             z-index:1;
             width:100%;
             height:100%;
             overflow: hidden;}

#body       {position: absolute;
             top: 0;
             left: 0;
             z-index: 999;
             overflow: hidden;
             clear: both;
             margin-top: 0px;
             width: 100%;
             height: 100%;}




