/* ================================================================
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/skeleton.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.
=================================================================== */
#nav,
#nav ul {padding:0 0 5px 0; margin:0; list-style:none; font: 15px verdana , sans-serif; border:1px solid #000; border-color:#eca #b97 #a86 #edb; border-width:1px 2px 2px 1px;
/*background: #fff;*/
/*background: #d2ffff;*/
background:#ddd url(../images/menu2.gif) repeat-x;
position:relative; z-index:200;}
#nav {height:30px; padding:0; }

#nav table {border-collapse:collapse;}
/*#nav li {float:left; padding:0 10px 0 10px;}*/
#nav li {float:left; padding:0 5px 0 5px;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:blue; height:25px; padding-right:5px; line-height:25px; text-decoration:none; white-space:nowrap;}
#nav li li a {height:25px; line-height:25px; float:none;}

#nav li:hover {position:relative; z-index:300; background:#fff url(../images/sub2a.gif) repeat-x;}
#nav a:hover {position:relative; z-index:300; text-decoration:underline; color:#b75;}

#nav :hover ul {left:0; top:22px;}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {left:-10px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:-50%; margin-left:100%; top: 20px} /*-1px;}*/
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color: green;}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* blg */
#nav #current > a {color:red;}
#nav .main { font-weight: bold; }
#nav .smain { font-weight: bold; color: red}


/* ================================================================
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/flyout_4level.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.
=================================================================== */
.menu {
height: auto; /*100px;*/
/*font-size:90%;*/
font-weight: bold;
margin:5px 0 10px 5px; /* this page only */
font: 15px verdana , sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:100;
padding:0;
margin:0;
list-style-type:none;
width:300px;
}
/* style the list items */
.menu li {
background:#d4d8bd url(../images/sub2a.gif) repeat-x;
/*height:26px;*/
/* for IE7 */
float:left;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display: block;
text-decoration:none;
height:25px;
line-height:25px;
width: 299px;

color:blue;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 1px;
}


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:300px; w\idth:299px;}
/* style the link hover */
* html .menu a:hover {color:olive; background:url(../images/menu2.gif) repeat-x; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
/*.menu a:active, .menu a:focus {color:green; background:url(../images/sub2a.gif) repeat-x; font-weight: bold;}*/

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:green; background:url(../images/menu2.gif) repeat-x;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:150px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(../images/transparent.gif);
}

.menu li ul {
width:auto;
}
/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}

.vmenu_wrapper {
clear: both;
}
._vmenu_wrapper a:hover {color:yellow; background:url(../images/sub2a.gif) repeat-x; }

/* --------------------------------------------------------------------------------------*/
a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none
}

a.tooltip:hover{z-index:25; background-color:#ff0}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:1em; width:20em;
    border:1px solid #0cf;
    background:#cff;/* url(../images/tooltip.gif) 0 0 no-repeat;*/
    color:#000;
    text-align: left;
}
/* --------------------------------------------------------------------------------------*/
/*
tooltip2 a > span {
    z-index:100;
    background-color:#ccc;
    color:#000;
}
*/
a.tooltip2 {/*color:#c00;*/
    z-index:100;
    background-color:#ccc;
    color: #000;
    text-decoration:none
}

a.tooltip2 b {display:none;}
a.tooltip2:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip2:hover b {text-decoration:none;display:block; position:absolute; top:20px; left:5px; padding:5px; font-weight:normal; text-align:left; color:#000; border:1px solid #888; background:#ffc; width:20em; font-size: 12px;}
/*a.tooltip2:hover b span {text-align: left; margin: 5px 0;}*/
a.tooltip2:hover b em {
position:absolute; left:5px; top:-6px; width:11px; height:6px;
background:#fff url(../images/tooltip.gif) 0 0;
display:block;
font-size:1px;}
a.tooltip2 strong {font-weight:bold; color :red}


/*---------- bubble tooltip -----------*/

/* ------------------------------------------------------------------------------------*/
/* tooltip with links */
.hov table {position:absolute; border:0; border-collapse:collapse; left:0;}
.hov a {background:#9c9; color:#000; text-decoration:none;}
.hov b {display:none; font-weight:normal;}
.hov:hover {position:relative; z-index:100;}
.hov a:hover,
.hov:hover a
{border:0; text-decoration:none; position:relative;}
.hov:hover b,
.hov a:hover b
{display:block; visibility:visible; position:absolute; left:-10px; top:1em; background:#ffc; cursor:pointer; border:1px solid #888; padding:5px 10px;}
.hov b a {white-space:nowrap; color:#000; text-decoration:none; background:transparent; display:block;}
.hov b a:hover {text-decoration:underline;}
/*---------- hov tooltip -----------*/

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(../images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
/* -------------------------------------------------------------------------------------*/

span.bar,
a.bar, a.bar:link, a.bar:visited {
display:block;
width: auto;/*150px;*/
height:25px;
background:#d2ffff;
/*border:1px solid #000;*/
margin:2px 2px;
padding:2px 5px;
text-align:center;
text-decoration:none;
font-family:verdana, arial, sans-serif;
font-size:12px;
font-weight: bold;
color:blue;
line-height:25px;
overflow:hidden;
float:left;
}

span.bar{background:#fff; color:#000}

a.bar:hover {color:yellow; background:navy;}
a.bar:active {color:yellow; background:navy;}

.scrollContainer {height:800px; overflow:auto; clear:both}
/*
.title {text-align:center; background-color: yellow}
.title h3 { background-color: green; margin:0}
*/
.title {text-align:center;}
.title h3 {text-align:center; margin:0}
.title h2 {text-align:center; margin:0}

