#topmenu
{
	width: 100%;
	height: 26px;
	margin-bottom: 10px;
	background: url(images/bcenter.jpg) repeat-x;
}


#topmenu_bleft
{
	width: 7px;
	background: url(images/bleft.jpg) no-repeat;
}
#topmenu_bleft img
{
	width: 7px;
	height: 26px;
}


#topmenu_bright
{
	width: 7px;
	background: url(images/bright.jpg) no-repeat;
}
#topmenu_bright img
{
	width: 7px;
	height: 26px;
}


#topmenu_bcenter
{
	vertical-align: top;
	height: 26px;
	color: #fff;
	padding: 0;
	padding-top: 5px;
}

#topmenu_homepage
{
	width: 22px;
}
#topmenu_homepage img
{
	width: 22px;
	height: 26px;
	background: url(images/home.gif) center no-repeat;
}

#topmenu_homepageleft {width: 2px;}
#topmenu_homepageleft img {width: 2px;}
#topmenu_homepageright {width: 4px;}
#topmenu_homepageright img {width: 4px;}


a.topmenu_genlink, a.topmenu_genlink_open
{
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
a.topmenu_genlink{text-decoration:none;}
a.topmenu_genlink:hover{text-decoration:underline;}
a.topmenu_genlink_open{text-decoration:underline;}
a.topmenu_genlink_open:hover{text-decoration:underline;}


a.topSubLink{color:#fff;text-decoration:none;}
a.topSubLink:hover{color:#999;}
a.topSubLinkOpen{color:#999;text-decoration:none;font-weight:bold;}


div.topmenu_submenu2
{
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	background-color: #000;
	z-index: 5;
}
div.topmenu_submenu
{
	position: absolute;
	color: #fff;
	z-index: 6;
	font-size: 11px;
}
div.topmenu_subsubmenu2
{
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	background-color: #000;
	z-index: 7;
}
div.topmenu_subsubmenu
{
	position: absolute;
	color: #fff;
	z-index: 8;
	font-size: 11px;
}
div.topmenu_subsubsubmenu2
{
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	background-color: #000;
	z-index: 9;
}
div.topmenu_subsubsubmenu
{
	position: absolute;
	color: #fff;
	z-index: 10;
	font-size: 11px;
}