/* Main Style Sheet for MGE Images */

/* Standard HTML Elements */

a:link {text-decoration: none; color:#6699C2}
a:visited {text-decoration: none; color:#6699C2}

body {background-color:black; margin:0px; text-align:center; color:white;}

h1 {font-size: 11pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC; margin-top: 30px; margin-bottom: 20px; margin-left: 20px; }
h2 {font-size: 11pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC}
h3 {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC}
 
b, strong {font-weight:bold;}
i, em { font-style: italic;}
img { border-style: none;}
LI {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC;}
OL {font-size: 10pt; font-family: Arial, Helvetica, sans-serif;}
P {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC; margin-right: 10px; line-height: 160%; letter-spacing: .02em; word-spacing: .05em; }
UL {font-size: 10pt; font-family: Arial, Helvetica, sans-serif;}
TD {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color:#F9F9DC;}


/* IDs */

#MainContainer {width:920px; margin:0px auto 0px auto; display:block; text-align:left;} 


/* Classes applicable to any element */

.divClear {clear:both;}
.FormVariableName {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color:black; text-align: right;} 
.FormCategoryName {font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:#CC0033; margin-top: 12px; margin-bottom: 4px}
.Footer {font-size: 8pt; font-family: Arial, Helvetica, sans-serif;  font-weight: lighter; color:#FFFFDC}


/* Classes applicable to only specified elements */

p.paragraphtextdark {color:black; padding: 5px 20px 5px 20px; }
p.paragraphtextbold {color:black; padding: 5px 20px 5px 20px; font-size:10pt; font-weight:bold; padding: 5px 20px 5px 20px; }
a.Footer {color:#F9F9DC;}
a.Footer:hover {color:#F9F9DC;}
a.Footer:visited {color:#FFFFDC;}

/* ================================================================ 
The original version of this stylesheet and the associated (x)html is available at http://www.cssMainMenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
=================================================================== */
#MainMenu {padding:0; margin:0; list-style:none; height:20px; position:relative; z-index:500; font-family:arial, helvetica, sans-serif;}
#MainMenu li {float:left; margin-right:1px;}
#MainMenu li a {display:block; float:left; height:20px; line-height:20px; background:black; color:#F9F9DC; text-decoration:none; font-size:9pt; font-weight:normal; padding:0px 20px 0px 14px;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#MainMenu li a:hover {z-index:200; position:relative; color:black; background-color:#6699C2;}
#MainMenu li:hover {position:relative; z-index:200;}

#MainMenu li:hover > a {color:black; background:#6699C2;}
#MainMenu li:hover > a.sub {color:black; background-color:#6699C2;}

#MainMenu li.current a {color:black; background:#6699C2;}

#MainMenu li a.sub {background:black url(/English/Images/Buttons/CSSMenu_down-arrow.gif) no-repeat right center;}
#MainMenu li.current a.sub {color:black; background:#6699C2 url(/English/Images/Buttons/CSSMenu_down-arrow.gif) no-repeat right center;;}

#MainMenu :hover ul {left:0; top:20px; width:120px; background:#444444;}

/* keep the 'next' level invisible by placing it off screen. */
#MainMenu ul, 
#MainMenu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#MainMenu :hover ul :hover ul {left:160px; top:-1px; background:#222222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#MainMenu :hover ul li {margin:0; border-top:1px solid #666666;}
#MainMenu :hover ul li a {width:100px; padding:0; text-indent:10px; background:#333333; color:#EEEEEE; height:28px; line-height:28px;}
#MainMenu :hover ul li a.fly {background:#333333 url(/English/Images/Buttons/CSSMenu_right-arrow.gif) no-repeat right center;}

#MainMenu :hover ul :hover {background-color:#6699C2; color:black;}
#MainMenu :hover ul :hover a.fly {background-color:#6699C2; color:black;}

#MainMenu :hover ul li.currentsub a {background:#FFD600; color:black;}
#MainMenu :hover ul li.currentsub a.fly {background:#FFD600 url(/English/Images/Buttons/CSSMenu_right-arrow.gif) no-repeat right center; color:black;}

#MainMenu :hover ul :hover ul li a {width:200px; padding:0; text-indent:10px; background:#222222; color:#CCCCCC;}
#MainMenu :hover ul :hover ul :hover {background-color:#FFD600; color:black;}

#MainMenu :hover ul :hover ul li.currentfly a,
#MainMenu :hover ul :hover ul li.currentfly a:hover {background:#FFD600; color:red;}




