/* Left Side Navigation Styles ///////////////////////////////////// */

#leftNav {
                 list-style-type: none;
                 margin-top:200px;
                 margin-left:auto;
                 margin-right:auto;                 
                 text-align:center;
       /*           background: transparent url(images/MenuBackBoard.gif) repeat-y; */
}

#leftNav li {
display: inline;
}

#leftNav a {
display: block;
position: relative;
margin-left:auto;
margin-right:auto;  /* positions menu item within menu frame */
width: 115px;
height: 40px;  /* this is row height for top menu items */
}

/*Hover ORIG 
#leftNav a:hover {
color: #022281;
text-decoration: underline;
}*/

#leftNav a:hover {
color: #fff;
background: #ffffff url(../elements/active-left_bg.png) no-repeat;
}

#leftNav #bottomLink {
height: 24px;
}

#leftNav #activePage {
position: relative;
display: block;
width: 126px;
height: 30px;
padding-right: 5px;
margin-left: 17px;
line-height: 24px;
text-align: right;
text-decoration: none;
color: #fff;
font-size: 90%;
background: #ffffff url(../elements/active-left_bg.png) no-repeat;
overflow: hidden;
}

#leftNav .NavChild {

}

#leftNav .NavChild a {
background: transparent url(../elements/nav-child_bg.gif) no-repeat;
}

#leftNav .NavChild a:hover {
}

#leftNav .FlyOut {
position: absolute;
margin-top: -79px;  /* vertically positions sub-menu */
margin-left: 127px; /* horisontally positions sub-menu */
text-align:left; 
list-style-type: none;
           /*      background: transparent url(images/MenuBackBoard.gif) repeat-y;  */
}

#leftNav .HighFlyOut {
position: absolute;
margin: -190px 0 0 230px;
list-style-type: none;
background-color: #ffffff;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
}

#leftNav .FlyOut li,
#leftNav .HighFlyOut li {
display: inline;
}

#leftNav .FlyOut a,
#leftNav .HighFlyOut a {
display: block;
height: 40px;
margin-left: -30px;                 /*  positions flyout menu within flyout frame */
}

#leftNav .FlyOut a:hover,
#leftNav .HighFlyOut a:hover {
color: #3e3e3e;
}

#leftNav .FlyChild a {
background: transparent url(../elements/flychild_dot.png) 10px 8px no-repeat;
}

#leftNav .FlyChild a:hover {
background-color:#440055;
}

#flyOutOne,
#flyOutTwo,
#flyOutThree,
#flyOutFour,
#flyOutFive,
#flyOutSix {
display: none;
}


