div#login_left{
  position: fixed; top: 550px; left: auto; right: auto; width: 180px; 
  /* position: absolute; top: 600px; left: auto; right: auto; width: 180px; 
	/* float: left; width: 170px;  /*width of login_right*/
  margin: 20px 0 0 0;
	border: 1px solid rgb(0%,31%,46%); 
  /* border-width: 0 2px 2px 0; */
}

div#login_left ul{
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
margin-bottom: 0;
}

div#login_left ul li{
	border: 1px solid rgb(0%,31%,46%); 
  border-width: 0 0 1px 0; 
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div#login_left ul li a{
  color: black;
  background: #CCDDD0; 
  /* background: #DDEEFF; */
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; 
  text-decoration: none;
}

div#login_left ul li a:visited { color: black; }

div#login_left ul li a:hover {
color: blue;
background: white;
/* color: white;
background: #006666; */
}

div#login_left ul li a#active {
color: maroon;
background: #EEDDBB;
/* background: #FFFFCC; */
/* color: maroon;
background: #66ccff; */
}

div#login_left ul li.initials {
font: bold 16px Sans-serif;
color: #8F5533;
background: #AADDAA; 
/* background: #DEF; */
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; 
text-decoration: none;
}

div#login_left ul li.logout a {
color: red; font-weight: bold;
}

.loginform { margin: 0 0 0 0; display:inline-block; width: 180px; height: auto; 
    font: bold 14px Sans-serif; }
div#login_left .loginform {
  color: black;
  background-color: #CCDDD0;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; 
  text-decoration: none;
  border: 1px solid rgb(0%,31%,46%); 
  border-width: 0 0 1px 0; 
}
div#login_left .loginform:hover {
  color: black;
  background-color: white; 
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; 
  text-decoration: none;
}
div#login_left .loginform:active {
  color: black;
  background-color: #EEDDBB;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; 
  text-decoration: none;
}

div#login_left #active {
color: maroon;
background: #EEDDBB;
}
