/* TOPMENU --- START */

#topmenu
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	background: #dfdfdf url(../images/topmenu_bottom.gif) center bottom repeat-x;
	width: 100%;
	font-size: 70%;
}

#topmenu li
{
	margin: 0;
	padding: 0 0 9px 0;
	display: block;
	border-right: medium solid #fff;
	float: left;
	list-style-type: none;
}

#topmenu li.selected 
{
	background: #ffffff url(../images/topmenu_selected_bg.gif) center bottom no-repeat;
}

#topmenu a
{
	float: left;
	display: block;
	text-decoration: none;
	background: #dfdfdf;
	color: #313131;
	padding: 0.5em 1.3em;
	font-weight: bold;
}

#topmenu a:hover
{
	background: #d2d123;
}

#topmenu a.selected
{
	background: #d2d123;
}

/* TOPMENU --- END */

/* GLOBALMENU --- START */

/*
#globalmenu
{
	position: absolute;
	right: 14.5em;
	bottom: 0;
	padding: 0;
	margin: 0;
	font-size: 70%;
}

#globalmenu li
{
	margin: 0;
	padding: 0 0 9px 0;
	display: block;
	float: left;
	list-style-type: none;
}

#globalmenu li.selected 
{
	background: #fff url(../images/topmenu_selected_bg.gif) center bottom no-repeat;
}

#globalmenu a
{
	float: left;
	display: block;
	text-decoration: none;
	background: #dfdfdf;
	color: #8a8989;
	padding: 0.5em 0.5em;
	font-weight: bold;
}

#globalmenu a:hover
{
	background: #d2d123;
}

#globalmenu a.selected
{
	background: #d2d123; 
}
*/

#globalmenu
{
	position: absolute;
	right: 0;
	top: -40px;
	padding: 0;
	margin: 0;
	font-size: 70%;
}

#globalmenu li
{
	margin: 0;
	padding: 0 0 9px 0;
	display: block;
	float: left;
	list-style-type: none;
}

#globalmenu li.selected 
{
	/*background: #fff url(../images/topmenu_selected_bg.gif) center bottom no-repeat;*/
}

#globalmenu a
{
	float: left;
	display: inline;
	text-decoration: none;
	/*border-bottom: 1px solid #8a8989;*/
	/*background: #dfdfdf;*/
	color: #8a8989;
	margin: 0 0 0 1em;
	/*font-weight: bold;*/
}

#globalmenu a:hover
{
	/*background: #d2d123;*/
}

#globalmenu a.selected
{
	/*background: #d2d123;  url(topmenu_selected_bg.gif) center bottom no-repeat;*/
	font-weight: bold;
}


/* GLOBALMENU --- END */

/* QUICKSEARCH -- START */

#search
{
	position: absolute;
	right: 0;
	bottom: 0.2em;
	padding: 0 0.1em 9px 0.1em;
	margin: 0 0 0 0;
}

#search input.txt
{
	border: 1px solid #8a8989;
	width: 10em;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	font-size: 70%;
}

#search .btn
{
	border: 1px solid #dfdfdf;
	background: #dfdfdf;
	color: #8a8989;
	font-weight: bold;
	width: 3em;
	margin: 0;
	padding: 0;
	font-size: 70%;
	text-decoration: none;
}

/* QUICKSEARCH -- END */

/* LEFTMENU --- START */

#leftmenu
{
	padding: 0;
	margin: 0 0 0.5em 0;
	width: 100%;
	font-size: 70%;
}

#leftmenu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#leftmenu a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 6px;
	border-bottom: 1px solid #f0f1f1;
}

#leftmenu a.selected
{
	font-weight: bold;
	color: #434343;
	padding: 6px 6px 6px 15px;
	background: url(../images/leftmenu_bg_selected.gif) left center no-repeat;
}

#leftmenu a.expanded, #leftmenu a.expandedexpanded
{
	padding: 6px 6px 6px 15px;
	background: url(../images/leftmenu_bg_selected.gif) left center no-repeat;
}

#leftmenu a.sub1
{
	padding: 6px 6px 6px 26px;
	background: url(../images/leftmenu_sub_bg.gif) 15px center no-repeat;
}

#leftmenu a.sub1selected
{
	padding: 6px 6px 6px 26px;
	background: url(../images/leftmenu_sub_selected_bg.gif) 15px center no-repeat;
	color: #434343;
	font-weight: bold;
}

#leftmenu a.sub1expanded, #leftmenu a.sub1expandedexpanded
{
	padding: 6px 6px 6px 26px;
	background: url(../images/leftmenu_sub_selected_bg.gif) 15px center no-repeat;
}

#leftmenu a.sub2
{
	padding: 6px 6px 6px 37px;
	background: url(../images/leftmenu_sub_bg.gif) 26px center no-repeat;
}

#leftmenu a.sub2selected
{
	padding: 6px 6px 6px 37px;
	background: url(../images/leftmenu_sub_selected_bg.gif) 26px center no-repeat;
	color: #434343;
	font-weight: bold;
}

#leftmenu a:hover, #leftmenu a.expanded:hover, #leftmenu a.sub1:hover, #leftmenu a.sub1expanded:hover, #leftmenu a.sub2:hover
{
	background: #d2d123;
}
/* LEFTMENU --- END */

/* RIGHTMENU --- START */

#right ul
{
	padding: 0;
	margin: 0 0 0.5em 0;
	width: 100%;
}

#right ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#right ul a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px 6px 4px 15px;
	background: url(../images/leftmenu_sub_bg.gif) 6px center no-repeat;
	line-height: 1.3em;
}

#right ul a:hover
{
	background: #d2d123;
}
/* RIGHTMENU --- END */


/* LANGUAGEMENU --- START */

#LanguageMenu 
{
	text-align: right;
}

#LanguageMenu a
{
	position: relative;
	right: 0;
	top: -30px;
	display: block;
	color: #706f6f;
	font-size: 70%;
	text-decoration: none;
		
}

/* LANGUAGEMENU --- END */

/* BREADCRUMBMENU --- START */

#BreadCrumb 
{
	padding-bottom: 1em;
}

#main #center #BreadCrumb a
{
	font-size: 90%;
	color: #706f6f;
}


/* BREADCRUMBMENU --- END */
