.topmenu
 	{
	font-size:12px;
	}
.topmenu a 
	{
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
	float: left;
	}
.topmenu
	{
	position: absolute;
	min-width: 530px;
	width: 530px;
	top: 55px;
	left: 234px;
	height: 23px;
	z-index: 10;
	white-space: nowrap;
	display: block;
	}
/*
img.aboutimage a, img.aboutimage a:visited
	{
	}
img.aboutimage a:hover
	{
	}
img.newsimage a, img.newsimage a:visited
	{
	}
img.newsimage a:hover
	{
	}
.bcomeimage a, .bcomeimage a:visited
	{
	}
.bcomeimage a:hover
	{
	}
.trustimage a, .trustimage a:visited
	{
	}
.trustimage a:hover
	{
	}
.contactimage a, .contactimage a:visited
	{
	}
.contactimage a:hover
	{
	}
*/
#swap01 {
	background-image: url(../_images/about_on.gif);    /* rollover state */
	width: 144px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap02 {
	background-image: url(../_images/news_on.gif);    /* rollover state */
	width: 56px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap03 {
	background-image: url(../_images/bcome_mem_on.gif);    /* rollover state */
	width: 123px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap04 {
	background-image: url(../_images/bcome_trust_on.gif);    /* rollover state */
	width: 120px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap05 {
	background-image: url(../_images/contact_on.gif);    /* rollover state */
	width: 83px;                    /* image width */
	height: 23px;                   /* image height */
}
#swap06 {
	background-image: url(../_images/login_on.gif);    /* rollover state */
	width: 56px;                    /* image width */
	height: 23px;                   /* image height */
}



/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */
