#taskbardiv {
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index:100;
}
#taskbar {
  top: 0px;
  height: 25px;
}
#taskbarbottom {
  width: 100%;
  height: 1px;
  border-top: 1px solid #525252;
}
#taskbar a.taskbar_button {
  background-color: #E6E6E6;
  border-left: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  display: inline;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#taskbar a.taskbar_button:hover {
  background-color: #F6F6F6;
}

#taskbar a.user_button {
  background-color: #E6E6E6;
  border-left: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  display: block;
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  display: inline;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
#taskbar a.user_button:hover {
  background-color: #F6F6F6;

}

#taskbar a.taskbar_leftend {
  border-left: 1px solid #F3F3F3;
  width: 1px;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  color: #000000;
  display: inline;
}

#taskbar a.taskbar_rightend {
  border-right: 1px solid #BCBCBC;
  width: 1px;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  color: #000000;
  display: inline;
}



#dropmenudiv {
position:absolute;
border-top: 1px solid #525252;
border-left: 1px solid #525252;
border-bottom: 1px solid #000000;
border-right: 1px solid #525252;
font:normal 12px Verdana;
z-index:100;
}

#dropmenudiv a{
line-height:20px;
background-color: #E5E5E5;
width: 100%;
display: block;
text-indent: 3px;
padding-top: 4px 0;
padding-bottom: 4px 0;
padding-left: 3px 0;
padding-right: 3px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
border-top: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F5F5F5;
color: #000000;
}