/*------------------------------------------------------+
| PHP-Fusion Content Management System                  |
| Copyright (C) 2002 - 2010 Nick Jones                  |
| http://www.php-fusion.co.uk/                          |
+-------------------------------------------------------+
| This program is released as free software under the   |
| Affero GPL license. You can redistribute it and/or    |
| addonify it under the terms of this license which you |
| can read by viewing the included agpl.txt or online   |
| at www.gnu.org/licenses/agpl.html. Removal of this    |
| copyright header is strictly prohibited without       |
| written permission from the original author(s).       |
+------------------------------------------------------*/
/*------------------------------------------------------+
|     Theme Enigma 1.3 - Made for PHP-Fusion v7.02+     |
+-------------------------------------------------------+
| Filename: style.css                                   |
| Author: Harly Petersen                                |
| Homepage: http://com.har1y.com/                       |
+-------------------------------------------------------+
| This theme is released under the terms and conditions |
| of the GNU Affero GPL v3.                             |
+------------------------------------------------------*/
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size:12px;display:block; color:#ffff00; text-decoration:none;}
ul.menu li {position:relative; float:left; margin-right:1px;}
ul.menu ul {position:absolute; top:38px; left:-4px; display:none; opacity:0; list-style:none;margin:0; padding:0;}
ul.menu ul li {position:relative; border:0; width:120px; margin:0;}
ul.menu ul li a {text-align:center;color:#00ff00;font-size:12px;display:block; padding:3px 2px 3px 2px; background-color: rgba(255, 0, 0, 0.4);border:1px solid 1px solid #fff;border-top:0;}
ul.menu ul li a:hover {color:#fff;background:url(images/sub_bg.png) no-repeat;background-color: rgba(255, 0, 0, 0.4);}
ul.menu ul ul {left:129px; top:-1px;}
ul.menu .menulink {border:0; line-height:37px; font-weight:bold;text-align:center; width:110px;height:40px;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#00ff00;background:url(images/sub_bg.png)  no-repeat;}
ul.menu .topline {border-top:1px solid #fff;}