.side_menu{
width: 195px;
color:#654524;
}

.side_menu h4{
padding:5px 15px 0 10px;
font-weight:bold;
}

.side_menu h4 a:link, .side_menu h4 a:visited {
text-decoration:none;
}

.side_menu p {
padding:2px 15px 4px 10px;
line-height:12px;
}

.side_photo {
margin:10px 0 0 10px;
}

.side_menu .headerbar{
font: bold 12px Verdana;
color: #fff;
background: #654524;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}

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

.side_menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.side_menu ul li a{
font: normal 11px Arial;
color: #654524;
position: relative;
display: block;
padding: 3px 0;
line-height: 14px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.side_menu ul li a:visited{
color: #654524;
}

.side_menu ul li a:hover, .side_menu ul li a.selectedanchor{ /*hover state CSS*/
color: #fff;
background: #654524;
}

.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;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
text-indent: 5px;
font: normal 11px Verdana;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

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

.anylinkcss ul li a {
width: 100%;
display: block;
text-indent: 5px;
padding: 4px 0;
text-decoration: none;
color:#fff;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background: #704e2b;
color: white;
}

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


.anylinkcsscols{
position: absolute;
right: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #654524;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

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

/* ######### 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: black;
visibility: hidden;
}
