/*------------------------------------------------------+
| PHP-Fusion Content Management System                  |
| Copyright (C) 2002 - 2010 Nick Jones                  |
| https://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.1 for PHP-Fusion v7.02             |
+-------------------------------------------------------+
| Filename: style.css                                   |
| Author: Harly Petersen                                |
| Homepage: https://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:16px;text-shadow: 2px 2px 0 #000;display:block; color:#f9dc46; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:50px; left:0px; display:none; opacity:0; list-style:none;margin:0; padding:0}
ul.menu ul li {position:relative; border:0; width:150px; margin:0;}
ul.menu ul li a {text-align:center;color:#ffffff;font-size:14px;font-weight: bold;display:block; padding:3px 2px 3px 2px; background:rgba(0, 0, 0, 0.52);border:0px solid transparent;border-top:0;}
ul.menu ul li a:hover {color:#f9dc46;background:rgba(0, 0, 0, 0.52)}
ul.menu ul ul {left:150px; top:0px}
ul.menu .menulink {border:0; line-height:50px; font-weight:bold;text-align:center; width:150px;height:50px;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#ffffff;}
ul.menu .sub {text-align:center;background:#0A0B0B url(images/arrow.gif) 120px 8px no-repeat;padding-right: 7px;}
ul.menu .sub:hover {color:#000;text-align:center;background:#fd0404 url(images/arrow.gif) 120px 8px no-repeat;padding-right: 7px;}
ul.menu .topline {border-top:0px solid #303130;}
