.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)
background: yellow;*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
margin-left: 8px;
top: 0;
visibility: hidden;
border:0;
border-bottom-width: 0;
font: bold 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/* width: 200px; default width for menu */
width: 180px; 
background-color:#FFF8D4;
}

.anylinkcss ul{
margin: 0;
padding: 10px;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
list-style-type:none;
}

.anylinkcss a:hover{ /*hover background color*/
color:#4D00B3;
text-decoration:underline;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
padding-left: -50px;
left:0;
top: 0;
width:auto;
height:660px;
overflow:auto;
visibility: hidden;
line-height:15px;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color:#FFFFFF;
}

.anylinkcsscols .column{
width: auto;
float: left;
font-size:10px;
line-height:15px;
padding-right:5px;
}

.anylinkcsscols .column i{
font-size:9px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

.anylinkcsscols2 {
position: absolute;
padding-left: -50px;
left:0;
top: 0;
width:auto;
height:660px;
overflow:auto;
visibility: hidden;
line-height:15px;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color:#FFFFFF;
}

.anylinkcsscols2 .column{
width: auto;
float: left;
font-size:10px;
line-height:15px;
padding-right:5px;
}

.anylinkcsscols2 .column i{
font-size:9px;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #333333;
visibility: hidden;
}


#leftmenu{
width: 140px; /*width of menu*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

#leftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
/*margin-bottom: 0; bottom spacing between each UL and rest of content*/
}

#leftmenu ul li{
border-top: 1px solid #BFBFDB;
margin: 0px;
padding: 0px;
/*padding-bottom: 2px; bottom spacing between menu items*/
list-style-type:none;

}

#leftmenu ul li a{
color:#BA0000;
position: relative;
display: block;
margin:0px;
padding: 7px 0px 8px 0px;
line-height: 12px;
/*padding-left: 8px; link text is indented 8px*/
text-decoration: none;
}

#leftmenu ul li a:visited{
color:#BA0000;
}

#leftmenu ul li a:hover, #leftmenu ul li a.selectedanchor{ /*hover state CSS*/
color:#4D00B3;
text-decoration: underline;
}

.pointer {
border-width:0; 
position:absolute;
left: 118px;
top:3px;
}

#archive_search_year {
font-size:11px;
}

#archive_search_year ul {
padding:0;
margin:0;
list-style-type:none;
}

#archive_search_year li {
display:inline;
float:left;
padding-right:4px;
}

.archive_search_cat {
font:Tahoma,Arial;
}

.archive_search_cat ul {
padding:0;
margin:0;
font-size:13px;
list-style-type:none;
}

.archive_search_cat li {
padding-bottom:10px;
}

.archive_search_cat a, a:visited, a:hover {
text-decoration:none;
}



