.allsides {

border: 1px solid red;
}
#dropmenudiv{

position:absolute;
background-color: #FF6666;
border:1px solid #003500;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:150;
}

#dropmenudiv a{
  color            : white;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #003500;
spacing: 10px 50;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
  color            : white;
}
ul    {
        list-style-type: square;
        color: red;
}


h1 {
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
        color: red;

}
body {

background-image:url(../layout/page_bg.jpg);
background-repeat:repeat-x;
margin-top: 0;
}

.menu_table {

margin-top: 0;
}

.menus {
background-image:url(../layout/menu_bg.bmp);
background-repeat:repeat-x;
border: 1px solid #008080;
padding: 4px;
background-color:  #FFFFFF;
}
.menus_prom {

border: 1px solid #008080;

}
.inputbox {
border: 1px solid #C0C0C0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color     : #808080;
}
.button {
border: 1px solid #C0C0C0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color     : #808080;
}

top-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  margin-left      : 1px;
 
}

 a.top-nav {

float : right;
width : auto !important;

  border-left      : 1px solid white;
  padding-left     : 15px;
  padding-right    : 15px;
  padding-top      : 5px;
  padding-bottom   : 5px;
  font-size        : 11px;
  color            : white;
  text-decoration  : none;
  background       : transparent;
  
}

 a.top-nav:hover {
  font-size        : 11px;
  color            : white;
  background       : #FF6666;   
}

td {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        text-align       : left;
        color: #666666;
}



a.b:link { color: #FF6666; text-decoration:underline;  }
a.b:visited { color: #FF6666; text-decoration:underline;  }
a.b:active { color: #FF6666; text-decoration:underline;  }
a.b:hover { color: #3399FF; text-decoration:none; }

