/* top menu decoration */
ul.topMenu {
	margin: 0px 0px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	height: 50px;
	vertical-align: top;
	background-image: url(images/bgmenu.jpg);
}

li.mnubutton, li.act_button {
	/*background: url(images/btngreen.gif) repeat-x; */
	/*min-width: 80px; */
	/* width: 80px; */
	display: inline;
}
li.mnubutton a, li.act_button a {
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #FFF;
	background: url(images/btngreen.gif) repeat-x;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
li.act_button a {
	background-image: url(images/lgreen.gif);
}

li.mnubutton:hover, li.mnubutton a:hover {
	background-image: url(images/lgreen.gif);
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;


}