.left {
float: right;
width: 300px;
margin-left: 5px;
margin-right: 10px;
margin-top: 100px;
//height: 2250px;
height: 1750px;
}
.leftBar.fixed {
position:fixed;
}
.leftBar {
text-align : left;
//height: 2800px;
height: 2650px;
position: absolute;
width: 300px;
}

.leftBar a {
text-decoration: none;
}

.leftBar h3 a {
text-decoration: none;
color: darkgreen;
}

.ads{
float: right;
margin-right: 2px;
}

.adsDisplay {
float: left;
//clear: both;
padding-left: 1%;
padding-top: 0.5em;
}



.browseOptions ul {
list-style: none;
padding: 0px 0px 0px 0px;
//border: 3px solid darkgrey;
//border-radius: 8px;
}
.browseOptions li {
text-align : center;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
//line-height: 30px;
//font-variant: small-caps;
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border:  5px solid #fff;
}
.browseOptions li:hover {
color: green;
font-weight : bold;
}
.browseOptions li { 
//background: darkgrey; 
line-height: 30px;
//border-bottom: 2px solid darkgrey;
}

.browseOptions li:last-child {
border: none;
}
.browseOptions li:nth-child(odd) { 
//background: lightgrey; 
}

.browseOptions li a{
text-decoration : none;
color: darkgreen;
//font-variant: small-caps;
}

.leftBar h3 {
    //background: #004507;
	//color: white;
	font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-variant: small-caps;
text-align: center;
line-height: 30px;
height: 30px;
//opacity: 0.8;
//border-radius: 8px;
-moz-box-shadow: 0 0 5px black;
-webkit-box-shadow: 0 0 5px black;
box-shadow: 0 0 5px black;
border:  2px solid black;
background: white;
} 

.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a {
z-index: 0;
}

