div.side
{
/*position:fixed;*/
display:inline;
float:left;
margin-top:2px;
margin-right:64px;
margin-left:auto;
/*overflow:hidden;*/
width:240px;
min-height:640px;
/*border-width:2px;
border-style:inset;
border-color:black;*/
}

.side h2
{
overflow:hidden;
display:block;
margin-top:0px;
text-align:center;
background-color:#80A080;
/*border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:white;*/
background-image:url('border-gradient-inverse.png');
background-repeat:repeat-y;
background-position:-32px 0px;
}

.side ul.menu
{
margin:16px 0 0 16px;
padding:0px;
list-style-type:none;
}

.side a/*:link,a:visited*/
{
margin-bottom:2px;
display:block;
color:#FFFFFF;
/*background-color:#505060;*/
width:100%;
text-align:left;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
.side a:hover
{
font-size: 1.1em;
margin-top: -0.05em;
color: #DFFFDF;
}
.side a:active
{
color: #FFF;
}
/*a:hover,a:active
{
width:56px;
border-left-width:16px;
border-left-style:solid;
border-left-color:#404060;
border-right-width:16px;
border-right-style:solid;
border-right-color:#404060;
background-color:#606080;
background-image:url('border-gradient.png');
background-repeat:repeat-y;
right:0px;
top:0px;
background-position:left;
}*/

