/*
AEF Style Sheet
*/

* {
	padding: 0px;
	margin: 0px;
}


body {	
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 13pt;	
	line-height: 15pt;
        text-align:left;	
	color: #333333;
        background: #cccccc;
        z-index:1;
	margin-left: 12px;
	font-style: normal;
        list-style-type:bullet;
	list-style-position: inside;
	left: 2px
	}

p 
{
padding: 3;
margin-top: 0;
margin-right: 0;
margin-bottom: 14pt;
margin-left: 0;
line-height: 12pt;
}

#footer
{
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 10pt;	
	/* background: url('http://albertaelectricityfuture.com/graphics/footer-bg.gif') repeat-x; */
	color: #000000;
	background-color: #CC9;
}

#footer a {
	color: #000000;
}

div.homebutton a:link {
color: #333333;
background: #0066CC;
}

div.homebutton a:active {
color: #000000;
background: #cccc99;
}

div.homebutton a:visited {
color: #333333;
background: #cccc99;
}

div.homebutton a:hover {
color: #eeeeee;
background: #333333;
border:1px solid #000000;
}



/* -- LAYERING --*/

flash
{
z-index:-1;
}

ztop {
z-index:9999;
}

title {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	line-height: 21pt;
	font-style: normal;
	font-weight: bold;
	}

subhead {
	color: #1E60AA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	line-height: 19pt;
	font-style: normal;
	font-weight: bold;
	}

breadcrumbs {
	color: #1E60AA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	font-style: normal;
	font-weight: normal;
	}

.titletop {
	color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23pt;
	line-height: 26pt;
	font-style: normal;
	font-weight: bold;
	}

#home {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #eeeeee;
	cursor: hand;
}	

h1 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	line-height: 21pt;
	font-style: normal;
	font-weight: bold;
	}

h2 {
	color: #1E60AA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	line-height: 19pt;
	font-style: normal;
	font-weight: bold;
	}
	
h3 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	line-height: 21pt;
	font-style: normal;
	font-weight: bolder;
	}
	
h4 {
	color: #58401;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15pt;
	line-height: 18pt;
	font-style: normal;
	font-weight: normal;
	}

h5 {
	color: #58401;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	font-style: normal;
	font-weight: normal;
	}

h5 {
	color: #58401;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: normal;
	}


h6 {
	color: #58401;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 19pt;
	font-style: normal;
	font-weight: normal;
	}


hr {
	display: none;
line-height: 12pt;
}



a {
	color: #263A62;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


p {
	margin-bottom: 14px;
	text-align: left;
}

input {
 background-color: #eeeeee;
 color: #000000;
 border: 1px solid #666699;
 font-family: Helvetica, Arial, Sans-Serif;
 font-size: 11px;
 padding: 2px;
 margin-bottom: 2px;
}

.pagenav
{
list-style-type:bullet;
}

.menunav
{
list-style-type:none;
}

#menunav
{
list-style-type:none;
}
/* ============================================================================*/

/* MENU CHOICE HT.CA */

/* Toolbar Styles */
#navcontainer {
	font-size: 1em;
	border-top: 1px solid #aeaeae;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}

#navcontainer li {
	position: relative;
}

#navcontainer a {
	display: block;
	width: 190px;
	padding: 5px 5px 0px 5px;
	height: 20px;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px solid #aeaeae;
	background: url(images/button_normal.png) repeat-x;
}

#navcontainer a:hover { 
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 20px; }
/* End */

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	width: 200px;
	position: absolute;
	top: -1px;
	left: 200px;
	text-align: left;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
}


#navcontainer ul ul a {
	background: #ebebeb;
}

#navcontainer ul ul a:hover {
	text-shadow: 0px 1px 0px #ffffff;
	background: #cccccc;
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @end */
/* ========================= VERTICAL MENU START ====================================*/

.verticalmenu 
{
 font-family: Helvetica, Arial, sans-serif;
 width:200px;
 height:auto;
 position:relative;
 font-size:13px;
 margin:1px; 0px; 0px; 0px;
z-index:9999;
}

.verticalmenu ul li a, .verticalmenu ul li a:visited 
{
display:block;
text-decoration:none;
color:#eeeeee;
width:194px;
height:auto;
text-align:center;
letter-spacing: 2px;
top: 0px;

/* ========================= background image ====================================*/

background: url(images/blue-off.jpg) repeat;

/* --- BASE COLOR 
background:#336699; ---*/
font-family: Helvetica, Arial, sans-serif;
line-height:19px;
font-size:12px;
font-weight:bold;
border-top: 1px solid #5577B9;
/*border-right: 1px solid #336699;
border-left: 1px solid #336699;*/
border-bottom: 1px solid #336699;
padding: 1px 1px 1px 1px;
z-index:9999;
}

.verticalmenu ul 
{
padding:1px;
margin:0;
list-style-type: none;
z-index:9999;

}

.verticalmenu ul li 
{
float:left;
margin-right:1px;
 position:relative;
border-left: 2px;
}

.verticalmenu ul li ul 
{
display: none;
}

.verticalmenu ul li ul li ul 
{
display: none;
}

/* specific to non IE browsers */
.verticalmenu ul li:hover a 
{
color:#fff;

background: url(images/blue-on.jpg) repeat;

/* --- SECOND LEVEL COLOR 
background:#9DA2A8; ---*/

}

.verticalmenu ul li:hover ul 
{
display:block;
 position:absolute;
 top:0;
/* 1st LEFT FLYOUT */
 left:197px;
 width:75px;
border-left: 1px solid #336699;
background: url(images/blue-on.jpg) repeat;
}

/*======== SECOND LEVEL ==========*/
.verticalmenu ul li:hover ul li a.hide 
{
background: url(images/menu-blue-on.jpg) repeat;

/* --- SECOND LEVEL BASE COLOR 
background:#cccccc; ---*/

 color:#ffffff;
}

.verticalmenu ul li:hover ul li:hover a.hide 
{
width:75px;
}

.verticalmenu ul li:hover ul li ul 
{
display: none;
}

.verticalmenu ul li:hover ul li a 
{
display:block;

background: url(images/menu-blue-on.jpg) repeat;

/* --- SECOND LEVEL HOVER COLOR was 150  ---*/
background:#cccccc; 
 color:#000000;
 width:150px;
}

.verticalmenu ul li:hover ul li a:hover 
{
background: url(images/menu-blue-off.jpg) repeat;

/*background:#9DA2A8;  */
 color:#ffffff;
}

.verticalmenu ul li:hover ul li:hover ul 
{
display:block;
 position:absolute;

/* LEFT FLYOUT */
 left:154px;

 top:0;
 color:#ffffff;
}

.verticalmenu ul li:hover ul li:hover ul li a 
{
display:block;
 width:150px;
background: url(images/menu-blue-off.jpg) repeat;
/* background:#98A7BA; */
 color:#ffffff;
}

.verticalmenu ul li:hover ul li:hover ul li a:hover 
{
/* background:#AFA898; */
background: url(images/menu-blue-off.jpg) repeat;
 color:#fff;
}

.verticalmenu ul li:hover ul li:hover ul li a:hover  ul
{
display:block;
 position:absolute;

/* LEFT FLYOUT */
 left:151px;

 top:0;
 color:#fffffff;
}

.verticalmenu ul li:hover ul li:hover ul li a:hover  ul a 
{
display:block;
 width:163px;
 /* background:#dfc184; */
background: url(images/menu-blue-off.jpg) repeat;
 color:#ffffff;
}

.verticalmenu ul li:hover ul li:hover ul li a:hover  ul a:hover 
{
background: url(images/menu-blue-off.jpg) repeat;
/* background: #ABB1BA; */
 color:#fff;
}

/* CURRENT PAGE SPECS */

.verticalmenu ul li.current_page_item a, ul#nav li.current_page_item a:hover,
.verticalmenu ul li.current_page_item a:focus, ul#nav li.current_page_item a:active 
{
background: #858FA9;
   color : #D8E8ED;
   cursor : default;
   text-align : center;
}

/* for browsers that understand this is all you need for the flyouts */
.verticalmenu 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 */
.verticalmenu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.verticalmenu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.verticalmenu ul a:hover ul {
visibility:hidden;
}
/* make the third level visible when you hover over second level link */
.verticalmenu ul a:hover ul a:hover ul{ 
visibility:hidden;
}
/* make the fourth level visible when you hover over third level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul { 
visibility:hidden;
}
/* make the fifth level visible when you hover over fourth level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:hidden;
}

/* make the sixth level visible when you hover over fifth level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:hidden;
}

/* make the sixth level visible when you hover over fifth level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul{ 
visibility:hidden;
}

/* make the sixth level visible when you hover over fifth level link */
.verticalmenu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul  a:hover ul a:hover ul{ 
visibility:hidden;
}


/* hack to correct IE5.5 faulty box model */
* html .verticalmenu {
width:200px; w\idth:200px;text-align: center;
}

/* ========================= VERTICAL MENU END ====================================*/


/* NEW VERTICAL MENU GODDAMNIT IE6 */


.menuvV {
	font-size: 1em;
	border-top: 1px solid #aeaeae;
	margin-bottom: 10px;
	position: absolute;
	z-index: 99;
	display:block;
}

.menuvV #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

.menuvV .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
}

/* Parent - Level 0 */

.menuvV ul {
	padding: 0;
	list-style: none;
	position:absolute; /* important */
	margin: 0px;
}



.menuvV li {
	position: relative;
	visibility:visible;
}

.menuvV a {
	display: block;
	width: 190px;
	padding: 5px 5px 0px 5px;
	height: 30px;
	color: #333333;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	border-bottom: 1px solid #aeaeae;
	background: url(images/button_normal.png) repeat-x;
}



.menuvV a:hover {
visibility:visible;
}

.menuvV a:focus{
    background-color: #aaf;
}

/* Fix IE. Hide from IE Mac \*/
* html .menuvV ul li { float: left; height: 1%;
visibility:visible;
}
* html .menuvV ul li a { height: 25px; 
visibility:visible;
}
/* End */

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
.menuvV ul ul {
	width: 200px;
	position: absolute;
	top: -1px;
	left: 200px;
	text-align: left;
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
	visibility:hidden;
}

.menuvV li ul{
    visibility:hidden;
    }
    
    .menuvV span{
    display:none;
    }
    
.menuvV a:hover{
    background-color: #aaf;
    visibility:visible;
}
    
.menuvV ul ul a {
	background: #ebebeb;
	visibility:hidden;
}

.menuvV ul ul a:hover {
	text-shadow: 0px 1px 0px #ffffff;
	background: #cccccc;
	visibility:visible;
}

.menuvV ul ul #current{
}


/* Child Level 3 */

.menuvV ul ul ul 
{
visibility:hidden;
}

.menuvV ul ul ul ul li { 
}

.menuvV ul ul ul ul a{
}

.menuvV ul ul ul ul a:hover{
visibility:visible;

}

div.menuvV ul ul, div.menuvV ul ul ul, div.menuvV ul li:hover ul ul, div.menuvV ul li:hover ul ul ul, div.menuvV ul li:hover ul ul ul ul, div.menuvV ul li:hover ul ul ul ul ul{
display:none;
}

div.menuvV ul li:hover ul, div.menuvV ul ul li:hover ul, div.menuvV ul ul ul li:hover ul, div.menuvV ul ul ul ul li:hover ul, div.menuvV ul ul ul ul ul li:hover ul{
display:block;
}

* IE PC selector */
* html .menuvV li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
    
/* @end */




.bread {
	color: #000000;
	background-color: #ffffff;
	padding: 3px;
	margin-bottom: 2px;
	}

.bread ul {
	margin-left: 0;
	padding-left: 0;
	display: list-item;
	border: none;
         font-family: Calibri, Arial, sans-serif;
         line-height:19px;
         font-size:13px;
         font-weight:bold;
	} 

.bread ul li {
	margin-left: 20px;
	padding-left: 2px;
	border: none;
	list-style: bullet;
	display: list-item;
         font-family: Calibri, Arial, sans-serif;
         line-height:19px;
         font-size:13px;
         font-weight:bold;
         color: #bbbbbb;
	}

.bread ul li ul{
	margin-left: 20px;
	padding-left: 2px;
	border: none;
	list-style: bullet;
	display: list-item;
         font-family: Calibri, Arial, sans-serif;
         line-height:19px;
         font-size:11px;
         font-weight:normal;
         color: #bbbbbb;
	}


/* ================================================================ */

/* -- Rounded corners --*/

div#nifty
{
margin: 0 10%;
background: #9BD1FA;
}

b.rtop, b.rbottom
{
display:block;
background: #FFF;
}

b.rtop b, b.rbottom b
{
display:block;height: 1px;
}

b.r1
{
margin: 0 5px;
}

b.r2
{
margin: 0 3px;
}

b.r3
{
margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4
{
margin: 0 1px;height: 2px;
}

#date {
	color: #cccccc;
        text-align: center;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

#sidebar {
	position: relative;
	float: right;
}

#sidebar h3 {
	position: relative;
	top: 4px;
	font-size: 10pt;
	line-height: 14px;
	color: #656551;
	letter-spacing: -1px;
	padding: 0px 12px 12px 2px;
	margin-bottom: 20px;
}

#sidebar .content {
	padding: 0px 0px 0px 0px;
	margin-bottom: 2px;
	margin-top: 14px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li ul {
	margin: 0 5px 5px 5px;
}

#sidebar li li {
	border-bottom: solid 1px #EEEEEE;
	padding: 5px 0;
}

#calendar table {
	width: 80%;
	margin: 0 15px;
}

#calendar tbody td {
	text-align: center;
}

#next {
	text-align: right;
}

#content1 {
	position: relative;
	width: 600px;
	float: left;
}

#content1 .content, .entry {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
  
}

#content1 .post {
	margin-bottom: 30px;
}

#content1 .post .header {
	position: relative;
}

#content1 .post .header h2, #sidebar h2, .pagetitle {
	position: relative;
	top: 4px;
	font-size: 18px;
	line-height: 25px;
	color: #656551;
	letter-spacing: -1px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}


#content1 .post .content {
	margin-bottom: 0px;
}

#content1 .post .content ul, #content .post .content ol {
	margin-bottom: 1em;
	list-style-position: inside;
}

#content1 .post .footer {
	position: relative;

}

#content1 .post .footer ul {
	list-style: none;
	position: absolute;
	right: 1px;
	bottom: 15px;
}

#content1 .post .footer ul li {
	display: inline;
	line-height: 14px;
}


.navigation {
	height: 40px;
	font-size: larger;
	font-weight: bold;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

#comment {
	width: 80%;
}








/* ========================*/

/* CSS MENU ITEMS TO DELETE EVENTUALLY */


/* CSS du menu vertical, bieler batiste */


#menuNOW{
    position:absolute;
    /* solve a Opera7/IE display bug */
    width:152px;
    width/**/:150px;
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    margin:0;
    padding:0;
    }
    
#menuNOW span{
    display:none;
    }
    
#menuNOW ul{
    border-top: 1px #000 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    margin:0;
    padding:0;
    position:absolute; /* important */
    width:152px;
    width/**/:150px;
    }
    
#menuNOW li ul{
    visibility:hidden;
    }
            
#menuNOW li ul{
    margin-left:150px; /* be careful */
    margin-top:-24px;
    }
    
#menuNOW a{
    text-align:center;
    background-color: #ff9;
    color:#000;
    text-weight:bold;
    display:block;
    width:150px;
    border-bottom: 1px #000 solid;
    text-decoration:none;
    margin:0;
    padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
    }
    
#menuNOW a:hover{
    background-color: #aaf;
    }
    
/* for a mozilla better display with key nav */
#menuNOW a:focus{
    background-color: #aaf;
}

#menuNOW span{
    /* hide some accessibility stuff */
    display:none;
    }
        
#menuNOW li{
    width:150px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0;
    padding:0;
    }
    
/* IE PC selector */
* html #menuNOW li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
    
a.linkOver{
    background-color: #eee;
    }
    
    

/* OTHER */
#menuNOW01 
{
font-family: arial, sans-serif; 
width:170px; 
height:auto; 
position:relative; 
margin:0; 
font-size:11px; 
margin:3px 0;
}

#menuNOW01 ul li a, #menuNOW01 ul li a:visited 
{
display:block; 
text-decoration:none; 
font-family: "Calibri", , Arial, sans-serif;
font-size:12px;
color:#000; 
width:170px;
height:auto; 
text-align:center; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#c9c9a7; 
line-height:19px; font-size:11px;
border-left: 4px solid #eeeeee;
border-right: 1px solid #cccccc;
border-top: 1px solid #eeeeeee;
border-bottom: 1px solid #cccccc;
background: url(images/button_normal.png) repeat-x;
vertical-align: bottom; /* for IE5-Win */
}
#menuNOW01 ul 
{
padding:3; margin:0;list-style-type: none; 
}
#menuNOW01 ul li 
{float:left; margin-right:1px; position:relative;
}
#menuNOW01 ul li ul 
{display: none;
}

/* specific to non IE browsers */

#menuNOW01 ul li:hover a {
color:#fff; 
background: #b3ab79; url(images/tile-blue-over-3.gif) repeat-x;
  vertical-align: bottom; /* for IE5-Win */
}
#menuNOW01 ul li:hover ul {display:block; position:absolute; top:0; 
left:175px; 
width:123px;
  vertical-align: bottom; /* for IE5-Win */}

#menuNOW01 ul li:hover ul li a.hide 
{background:#dfc184; color:#000;
  vertical-align: bottom; /* for IE5-Win */
  }

#menuNOW01 ul li:hover ul li:hover a.hide {
width:120px;
  vertical-align: bottom; /* for IE5-Win */
  }

#menuNOW01 ul li:hover ul li ul 
{display: none;
  vertical-align: bottom; /* for IE5-Win */
  }

#menuNOW01 ul li:hover ul li a 
{display:block; background:#b3ab79; color:#000; 
width:120px;
  vertical-align: bottom; /* for IE5-Win */
  }

#menuNOW01 ul li:hover ul li a:hover 
{background:#dfc184; color:#000;}

#menuNOW01 ul li:hover ul li:hover ul 
{display:block; position:absolute; 
left:125px; top:0; color:#000;
  vertical-align: bottom; /* for IE5-Win */
  }

#menuNOW01 ul li:hover ul li:hover ul li a 
{
display:block;
width:120px; 
background:#dfc184; 
color:#000;}

#menuNOW01 ul li:hover ul li:hover ul li a:hover {
background:#bd8d5e; color:#fff;}





/* ========================*/


.menuvertical {
z-index:1000;
font-size:90%;
margin:0px 0 0px 1px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menuvertical ul {
padding:0;
margin:0;
list-style-type:none;
width:190px;
}
/* hack for IE5.5 */
* html .menuvertical ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menuvertical li {
position:relative;
background:#d4d8bd;
height:auto;
}

/* get rid of the table */
.menuvertical table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menuvertical a, .menuvertical a:visited {
display:block; 
text-decoration:none;
height:auto;
line-height:25px;
width:190px;
color:#eeeeee;
text-indent:6px;
/*filter:alpha(opacity=95);-moz-opacity:.99;opacity:.95;*/
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
/* hack for IE5.5 */
* html .menuvertical a, * html .menuvertical a:visited {background:#d4d8bd; width:180px; w\idth:180px;}
/* style the link hover */
* html .menuvertical a:hover {color:#fff; background:#949e7c;}

.menuvertical :hover > a {
color:#fff; 
background:#949e7c;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuvertical ul ul {
visibility:hidden;
position:absolute;
top:0;
left:190px; 
}
/* make the second level visible when hover on first level list OR link */
.menuvertical ul li:hover ul,
.menuvertical ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menuvertical ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuvertical ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuvertical ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menuvertical ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.menuvertical li {float:left;}

/* IE PC selector */
* html #menuvertical li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
  
  
  /* hack to correct IE5.5 faulty box model */
* html .verticalmenu {
width:190px; w\idth:190px;text-align: center;
}



/* ================================================================ */

.tinytableopacity    {
FONT-SIZE: small;
FONT-FAMILY:sans-serif;
background: transparent;}

.tinytableopacity TD {
border:1px solid black;
FONT-SIZE: xx-small;
FONT-FAMILY: sans-serif;
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;}

.menu 
{
width:200px; 
height:auto; 
font-size:13pt; 
position:relative; 
display: table;
z-index:100;
vertical-align:text-bottom;
vertical-align:bottom;
text-align: center;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:200px; w\idth:200px;text-align: center;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul 
{
padding:0;margin:0;
list-style-type:none;
vertical-align:text-bottom;
vertical-align:bottom;
text-align: center;
}

.menu ul ul 
{
width:100px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
float:left;width:100px;position:relative;
vertical-align:text-bottom;
vertical-align:bottom;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
/* display:table-cell;  background:#71ACFF; */
display:block;
vertical-align:text-bottom;
vertical-align:bottom;
font-size:12px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
width:50px; 
height:auto;
border:0px solid #98CAFF; 
border-width:0px 0px 0px 0px; 
line-height:19px;
text-align: center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html 
.menu a:visited 
{width:149px; w\idth:138px;
vertical-align:bottom;
vertical-align:text-bottom;
text-align: center;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited 
{background:#98CAFF url(http://albertaelectricityfuture.com/graphics/drop.gif) bottom right no-repeat;}

/* position the second level flyout menu for a left flyout */
.menu ul ul.left {left:-149px;}

/* style the second level hover */
.menu ul ul a.drop:hover
{
background:#B0D2EF url(http://albertaelectricityfuture.com/graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {background:#B0D2EF url(http://albertaelectricityfuture.com/graphics/drop.gif) bottom right no-repeat;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#B0D2EF;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#B0D2EF;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* position the fourth level flyout menu */
.menu ul ul ul ul{left:149px; top:-1px; width:149px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:38px;left:0; 

vertical-align:bottom;
width:149px;border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:38px;t\op:38px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;
 border-right: 0; 
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; 
vertical-align:text-bottom;
vertical-align:baseline;
border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;
vertical-align:text-bottom;
vertical-align:bottom;
background:#949e7c
;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* current state */

.menu ul ul .current_page_item a {
  color: #436982;
  background: white;
vertical-align:text-bottom;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: #436982;
vertical-align:text-bottom;
  background: white;
}

.menu ul .current_page_item ul a {
  color: #eeeeee;
  background: #949e7c;
}

.menu ul .current_page_item ul a:hover {
  background: #436982;
}

.menu .current_page_item a:hover {
  background: white;
}



/* NEW MENU */

#menuAEF 

{
width:190px;

 height:auto;


 text-align:center;

}

#menuAEF ul 

{
margin:0;

 padding:0;

 list-style:none;

 white-space:nowrap;

 text-align:left;

}

#menuAEF ul 

{display:inline-block;

} 

#menuAEF ul 

{
display:inline;

}

#menuAEF li 

{margin:0;

 padding:0;

 list-style:none;

}

#menuAEF li 

{display:inline-block;

 display:inline;

}

#menuAEF ul ul 

{position:absolute;

 left:-9999px;

}

#menuAEF ul.level1 

{display:table;

 margin:0 auto;

}
#menuAEF ul.level1 li.level1-li 

{float:left;

 display:block;

 position:relative;

}

#menuAEF ul.level1 

{background:#3aa3d3;

}

#menuAEF ul.level2 

{background:#ae4621;

}

#menuAEF ul.level3 

{background:#c98b14;

}
#menuAEF ul.level4 

{background:#9f690e;

}

#menuAEF b 

{
position:absolute;

} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menuAEF a 

{display:block;

 font:normal 11px verdana,arial,sans-serif;

 color:#000;

 line-height:25px;

 text-decoration:none;

padding:0 20px 0 10px;

}

#menuAEF ul.level1 li.level1-li a.level1-a 

{
float:left;

}

#menuAEF ul li:hover > ul 

{
visibility:visible;

 left:0;

 top:25px;

}

#menuAEF ul ul li:hover > ul 

{
visibility:visible;

 left:100%;

 top:auto;

 margin-top:-25px;

}

#menuAEF li.left:hover > ul 

{
visibility:visible;

 left:auto;

 right:0;

 top:25px;

}

#menuAEF li.left ul li:hover > ul 

{
visibility:visible;

 left:auto;

 right:100%;

 top:auto;

 margin-top:-25px;

}


#menuAEF a:hover ul 

{
left:0;

 top:23px;

}

#menuAEF li.left a:hover ul 

{left:auto;

 right:-1px;

 top:23px;

}

#menuAEF li.left ul a 

{text-align:right;

 padding:0 10px 0 20px;

}


#menuAEF a:hover a:hover ul, 
#menuAEF a:hover a:hover a:hover ul 

{
left:100%;

 visibility:visible;

}

#menuAEF li.left a:hover a:hover ul, 
#menuAEF li.left a:hover a:hover a:hover ul 

{
left:auto;

 right:0;

 visibility:visible;

}

#menuAEF a:hover ul ul, 
#menuAEF a:hover a:hover ul ul 

{
left:-9999px;

}

#menuAEF li.left a:hover ul ul, 
#menuAEF li.left a:hover a:hover ul ul 

{
left:-9999px;

}


#menuAEF li a.fly 


}

#menuAEF li.left ul a.fly 


}

#menuAEF li a:hover,
#menuAEF li a.fly:hover 

{
background-color:#8c8a8d;

} 

#menuAEF li:hover > a,
#menuAEF ul li:hover > a.fly 

{
background-color:#8c8a8d;

}

#menuAEF table 

{
position:absolute;

 height:0;

 width:0;

 left:0;

 border-collapse:collapse;

 margin-top:-4px;

}

#menuAEF table table 

{
position:absolute;

 left:99%;

 height:0;

 width:0;

 border-collapse:collapse;

 margin-top:-29px;

}


#menuAEF li.left table 

{
position:absolute;

 height:0;

 width:0;

 left:auto;

 right:0;

 border-collapse:collapse;

 margin-top:-4px;

}

#menuAEF li.left table table 

{
position:absolute;

 left:auto;

 right:100%;

 height:0;

 width:0;

 border-collapse:collapse;

 margin-top:-29px;

}

/*  IE SUCKS  */

#ieblows {
    background:#9C1F1B url("images/menu-blue-off.gif") repeat-x;
    font-size:18px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    }
#ieblows, #ieblows ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;
    }
#ieblows a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    padding:0px 10px;
    }
#ieblows li {
    float:left;
    padding:0;
    }
#ieblows ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#ieblows li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#ieblows li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#ieblows li ul ul {
    margin:-21px 0 0 150px;
    }
#ieblows li li:hover {
    background:#9C1F1B;
    }
#ieblows li ul li:hover a, #ieblows li ul li li:hover a, #ieblows li ul li li li:hover a, #ieblows li ul li li li:hover a {
    color:#dddddd;
    }
#ieblows li:hover a, #ieblows li.sfhover a {
    color:#dddddd;
    }
#ieblows li:hover li a, #ieblows li li:hover li a, #ieblows li li li:hover li a, #ieblows li li li li:hover li a {
    color:#dddddd;
    }
#ieblows li:hover ul ul, #ieblows li:hover ul ul ul, #ieblows li:hover ul ul ul ul, #ieblows li.sfhover ul ul, #ieblows li.sfhover ul ul ul, #ieblows li.sfhover ul ul ul ul {
    left:-999em;
    }
#ieblows li:hover ul, #ieblows li li:hover ul, #ieblows li li li:hover ul, #ieblows li li li li:hover ul, #ieblows li.sfhover ul, #ieblows li li.sfhover ul, #ieblows li li li.sfhover ul, #ieblows li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#ieblows li:hover, #ieblows li.sfhover {
    background:#DA0909;
    }

