/* ================================================================ 
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/menugks/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */

html, body { 
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

body { 
    position:absolute;
    background:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-style:normal;
}


.banner {
	height:160px;
	width:709px;
	background-image:url(/banner.jpg);
	display:block;
}
.stoerer {
	position:relative;
	left:-46px;
	top:-11px;
	width:0px;
	height:0px;
	overflow:visible;
	
}


.log {
	position:relative;
	left:574px;
	top:86px;
	width:0px;
	height:0px;
	overflow:visible;
	
}

.stoerer img {
behavior:url(/jscripts/iepngfix.htc);
}

.pane {

padding:4px;
margin-top:0px;
width:699px;
height:400 px;
 background:#EEEEEE;
font-size:13px;
 border-top:1px #657e96 solid;
 
  border-left:1px #657e96 solid;
   border-right:1px #657e96 solid;
    border-bottom:8px #657e96 solid;
}

 .content  {
font-size:12px;

z-index:-100;
}
 /* Set up the default font and ovrall size to include image */
.menugk {
font-family:Verdana, Arial, Helvetica, sans-serif;/* tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; */
width:500px;
height:2px;
 font-size:14px;

overflow:visible;
/*background:#fff url(/meeting.jpg) 0 20px no-repeat;*/
position:relative; 
/*margin:2em 125px 0 125px;*/
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menugk ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menugk horizontal */
.menugk ul li {
float:left;
position:relative;
}

/* set up the default top level links */
.menugk ul li a, .menugk ul li a:visited, .menugk .empty {
display:block; 
text-decoration:none; 
color:#000; 
width:88px; 
height:1.5em;
font-weight:100;
color:#888; 
/* border-bottom:8px solid #888;*/
background-image:url(/menu-bg);
background-repeat:repeat;
border-bottom:8px solid #657e96;
background:#fff; 
padding-left:10px; 
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menugk ul li a, .menugk ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menugk */
.menugk ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menugk */
.menugk table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}
.flyout li {
	position:absolute;
	
}
.flyout {
position:absolute;
left:96px;
top: -29px;
z-index:-200px;
display:none;
}
.menugk ul li li:hover .flyout {
display:block;
}
/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menugk ul li:hover a,
.menugk ul li a:hover {
color:#000; 
/*border-bottom:8px solid #003466;*/
border-bottom:8px solid #003366;
}
/* make the drop down menugk show and correctly position it */
.menugk ul li:hover ul,
.menugk ul li a:hover ul {
display:block; 
position:absolute; 
top:16px;
margin-top:13px;
left:0; 
width:96px;

border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menugk ul li:hover ul li a,
.menugk ul li a:hover ul li a {
display:block; 

background:transparent url(/opaque.png); 
border:1px solid #888;
color:#000; 
border:0;
margin:0;
margin-top:0px;
color:#333;
font-weight:normal; 
font-size:12px;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menugk links when hovered */
.menugk ul li:hover ul li a:hover,
.menugk ul li a:hover ul li a:hover {

background-image:url(/menu-bg);
background-repeat:repeat;
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menugk ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menugk */
.menugk ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}


h1 {
    font-size:17px;       
        margin-top:0px;
        color: #888888;
}
.quicklink {
background: #dedee3;
border: thin dotted #999999;
padding: 0px;
margin-bottom:10px;
margin-top:10px;
}
.quicklinktitle {
font-size:10px;
font-weight:bold;
border-bottom: thin dotted #999999;
}
.quicklink a {
text-decoration: none;
font-size: 11px;


}
.pane a {
color:#000099;
}
