#googlesearch
{width:460px;
float:right;}

#googlebox
{margin-top:-130px;
width:100%;float:right}

#bookmarkbox
{
  width: 130px;
  padding-top:15px;
  float:right;
}

#sign_in_box
{
  width:460px;
  float:right;
  margin-top:-151px;
  padding-top:0px;
  padding-right:5px;
  text-align:right;
  font-weight: bold;
  font-size: 90%;
}

#topmenu
{
  float: left; 
  width: 800px;
  /*width: 830px;*/
  /*background-color: #ffffff;*/
  color: #000000;
  border-bottom: 4px solid #002809;
}

img
{  border-style: none;
}

#toplinks
{
  float: right;
}

#topnavigation a
{
  letter-spacing: 1px;
  font-weight: bold;
  color: #000000;
  background: #d4e782 url(images1/lhtmenu.gif) left top no-repeat;
  text-decoration: none;
  padding-left: 10px;
}

#topnavigation a span
{
  background: url(images1/rhtmenu.gif) right top no-repeat;
  padding-right: 10px
}

#topnavigation a, #topnavigation a span
{
  display: block;
  float: left
}

/* Hide from IE5-Mac \*/
#topnavigation a, #topnavigation a span
{
  float: none
}
/* End hide */

#topnavigation a:hover
{
  color: #ffffff;
  background: #002809 url(images1/hoverlht.gif) left top no-repeat;
  padding-left: 10px
}

#topnavigation a:hover span
{
  background: url(images1/hoverrht.gif) right top no-repeat;
  padding-right: 10px
}

#topnavigation ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#topnavigation li
{
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
} 

#topnav
{
  letter-spacing: 1px;
  font-weight: bold;	
  color: #000000;
  float: left; 
  width: 995px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 8px;
  background-color: #ffffff;
  border-top: 1px solid #002809;
  border-bottom: 1px solid #002809;
  margin-top:-3px;
}

#topnav a:link
{ 
  font-weight:bold;
  color:#0000ff;
  text-decoration:underline;
  background-color: #ffffff;
}

#topnav a:visited
{
  font-weight:bold;
  color:#ff0000;
  text-decoration:underline;
  background-color: #ffffff;
}

#topnav a:hover
{
  font-weight:bold;
  color:#800000;
  text-decoration:underline;
  background-color: #ffffff;
}

/*Start Actorvator styles*/
.overlay{
  background:transparent url(images1/overlay.png) repeat top left;
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  z-index:2000;
}
.box{
  position:fixed;
  top:-2500px;
  left:25%;
  right:25%;
  background-color:#ffffff;
  color:#0F0F0F;
  padding:20px;
  border:2px solid #cccccc;
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
  -khtml-border-radius:20px;
  -moz-box-shadow: 0 1px 5px #333333;
  -webkit-box-shadow: 0 1px 5px #333333;
  z-index:2001;
}

.box h1{
  margin:-20px -20px 0px -20px;
  padding:10px;
  color:#EF7777;
}

a.boxclose{
  float:right;
  width:26px;
  height:26px;
  background:transparent url(images1/cancel.png) repeat top left;
  margin-top:-30px;
  margin-right:-30px;
  cursor:pointer;
}
/*End - Actorvator styles*/