#menu_top {
	width: 100%;
	height: 45px;
	font-family: Verdana;
}

#menu_top_up {
	width: 831px;
	height: 2px;
	background: transparent url(/images/gfx/menu_top_up.gif) no-repeat;
	overflow: hidden;
}

#menu {
	height: 38px;
	width: 831px;
	background: transparent url(/images/gfx/menu_top_bg.gif) repeat-x;
}

.menu_top_spacer {
	float: left;
	width: 2px;
	height: 38px;
	background: transparent url(/images/gfx/menu_top_spacer.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	float: left;
	font-size: 11px;
	padding: 12px 20px 12px 20px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: transparent url(/images/gfx/menu_top_link.gif) repeat-x;
}

#menu ul li a:hover {
	background: transparent url(/images/gfx/menu_top_link_hover.gif) repeat-x;
}

#menu ul li a.selected {
	background: transparent url(/images/gfx/menu_top_link_hover.gif) repeat-x;
}

#menu_top_bottom {
	height: 5px;
	width: 100%;
	margin: 0;
	background: transparent url(/images/gfx/menu_top_bottom.gif) no-repeat;
	overflow: hidden;
}

#submenu ul {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	width: 229px;
	text-align: left;
}

#submenu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dbddde;
}

#submenu ul li a {
	color: #429d0c;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 9px 0 9px 15px;	
	width: 214px;
	background: transparent url(/images/gfx/arrow.gif) no-repeat 5px 12px;
}

#submenu ul li a:hover {
	background-color: #e3f3d8;
}

#submenu ul li.selected a {
	background-color: #e3f3d8;
}

#submenu ul li.selected ul {
	margin: 0;
	padding: 0;
}

#submenu ul li.selected ul li {
	border: 0px;
}

#submenu ul li.selected ul li a {
	width: 204px;
	background: #f7fbfd url(/images/gfx/menu_2_poz.gif) no-repeat 15px 14px;
	padding-left: 25px;
	border-top: 1px solid #dbddde;
}

#submenu ul li.selected ul li a:hover, #submenu ul li.selected ul li.selected a {
	background-color: #eff8eb;
}