/* to get scrolling to work  */

#text {
 position:relative;
 overflow:hidden;
 height:auto;
}

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

#leftNav {
margin-left: 17px;
margin-top: 11px;
padding-left: 18px; /*  spaces text from bullet */
list-style-type: none;
background: url(../images/dancerbullet.png) no-repeat;
}

#leftNav li {
display: inline;

}

#leftNav a {
position: relative;
display: block;
padding: 0;
margin: 0;
width: 150px;
height: 43px;
padding-bottom: 8px;
margin-left: 18px;
text-align: left;
text-decoration: none;
color: #222222;
font-size: 90%;
overflow: hidden;
}

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

#leftNav a:hover {

}

#leftNav #bottomLink {
height: 24px;
}

#leftNav #activePage {
position: relative;
display: block;
width: 226px;
height: 30px;
padding-right: 5px;
margin-left: 17px;
line-height: 24px;
text-align: right;
text-decoration: none;
color: #fff;
font-size: 90%;
overflow: hidden;
}

#leftNav .NavChild {

}

#leftNav .NavChild a {
background: transparent url(../elements/nav-child_bg.gif) no-repeat;
font-size: 90%;
color: #5b5b5b;
}

#leftNav .NavChild a:hover {
background: transparent url(http://www.aquinascollege.edu/elements/hover_nav-child_bg.png) no-repeat;
color: #ffffff;
}
/* menu positioning */
#leftNav .FlyOut {
position: relative;
margin: -5px 0 0 0px;
list-style-type: none;
background-color: ;
/*  border-top: 1px solid #dadada; */
border-right: 2px solid #dadada;
}

#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: 27px;
padding: 0;
margin-left: 17px;
line-height: 22px;
background-image: url(../images/submenubackground.jpg);
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
text-align: left;
text-indent: 10px;
border-bottom: 1px solid #ababab;
}

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

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

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

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


