#topmenu_wrapper {
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #333;*/
	background-color: #446645;
	/*background-image: url(/imag/topmenu_bg.jpg);
	background-repeat: repeat-x; */
	white-space:nowrap;
	font-weight:normal;
}

/* Do not delete! */
br.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*
Common properties for top menu and submenus.
*/
#topmenu_bar, #topmenu_bar ul {
	background-color: #446645;
	width:775px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index:100;
	font-weight:normal;
}

/*
Root-Level Links.  Do not change the first two properties.
*/
#topmenu_bar a {
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	border-right: 1px solid #333;
	font-size: 10px;
	color: #CCCCCC;
	font-weight:normal;
}


/*
Root-Level links with Sub-Menus.
*/
#topmenu_bar a.topsubmenu {
	padding: 4px 16px 4px 10px;
	background-image: url(/imag/topmenu_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight:normal;
}

#topmenu_bar a:hover.topsubmenu {
	background-image: url(/imag/topmenu_down_dark.gif);
	font-weight:normal;
}


/*
Root-Level list items. 
The last rule in this style sheet sets the width to auto for all
other browsers - hiding it from IE5 Mac.
*/
#topmenu_bar li {
	float: left;
	width: 9em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-weight:normal;
}

/*
Width for Sub-Menu boxes and List Items inside 
*/
#topmenu_bar li ul, #topmenu_bar ul li  {
	width: 12em;
	text-align:left;
	font-weight:normal;
}

#topmenu_bar ul li  {
	width: 12em;
	text-align:left;
	border-top: none;
	border-bottom: none;
	font-weight:normal;
}

/*
Sub-menu links. 
*/
#topmenu_bar li ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	font-weight:normal;
}

/*
Sub-Menu boxes. 
*/
#topmenu_bar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	border: 1px solid #333333;
	background-image: url(/imag/top_submenu_bg.jpg);
	background-repeat: repeat-x;
	font-weight:normal;
}

/*
Hovering effects
*/
#topmenu_bar li:hover a, #topmenu_bar a:focus,
#topmenu_bar a:active, #topmenu_bar li.tmitem a {
	color: #000000;
	background-color: #3FBF57; /*#C19674;*/
	font-weight:normal;
}

/*
Display Sub-Menu (second selector is IE hack)
*/
#topmenu_bar li:hover ul, #topmenu_bar li.tmitem ul {
	display: block;
	font-weight:normal;
}

/*
Hovering effects
*/
#topmenu_bar li:hover ul a, #topmenu_bar li.tmitem ul a {
	color: #000000;
	background-color: transparent;
	font-weight:normal;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#topmenu_bar ul a:hover {
	background-color: #406040!important;
	color: #000!important;
	font-weight:normal;
}

/*  \ This comment provides IE5 Mac hack. Do not delete! */
#topmenu_bar li {width: auto;}

