body {
	background:  url(graphics/seclus.web.tile.demo2.jpg);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden
	scrollbar-3dlight-color:#999966; 
	scrollbar-arrow-color:#CCCC99;
	scrollbar-base-color:#999966;
	scrollbar-darkshadow-color:#CCCC99;
	scrollbar-face-color:#999966;
	scrollbar-highlight-color:#CCCC99;
	scrollbar-shadow-color:#999966; 
}

table {
font-size: 12px;
}

img {
               
	border-width: 0px;
	display: block; /* keeps mozilla from sticking whitespace between img's */
}


a:link	{
	color: #333300;
	text-decoration: none;
	}

a:visited {
	color: #333300;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:hover	{
	color: #FF9900;
	text-decoration: none;
	}

 {text-align: justify;}



#logo {
	position: absolute;
	background: transparent;
	left: 25px;
	top: 100px;
	z-index: 2; 
}

 
.mainDiv
{
  width: 110px;
}
.topItem
{
  width:100px;
  height:22px;
  cursor:pointer;
  background: none;
  text-decoration: none;
  color: white; 
  font-size: 16px;
  font-weight:bold;
  font-family: Helvetica, Arial, Verdana, sans-serif;
 
}


.dropMenu
{
  background:#none;
  
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:2px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:ffffff;
}

.subItem a
{
   text-decoration:none;
   color:ffffff;
}

.subItemOver
{
   cursor:pointer;
   color:FF9900;
   text-decoration:none;
   font-weight:bold;
   padding-left:2px;
}

.subItemOver  a
{
   color:#FF9900;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

