/* GLOBALMENU -- START */

#globalmenuwrapper
{
	position: relative;
	height: 84px;
	width: 100%;
	background: url(images/globalmenuwrapper_bg.gif) top left no-repeat;
}

#globalmenu
{
	position: absolute;
	right: 30px;
	bottom: 7px;
	margin: 0;
	padding: 0;
	font-size: 70%;
}


#globalmenu li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#globalmenu li a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #000;
	margin: 0;
	padding: 0 6px;
}

#globalmenu li:first-child a 
{
	border-left: none;
}


#globalmenu a:hover
{
	text-decoration: underline;
}

#globalmenu li.firstItem a
{
	border-left: none;
/*	padding: 0 0 0 6px;*/
}



#langselector
{
	position: absolute;
	right: 30px;
	bottom: 37px;
	margin: 0;
	padding: 0;
	font-size: 60%;
}


#langselector li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#langselector a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #bbb;
/*	border-right: 1px solid #000;*/
	margin: 0;
	padding: 0 6px;
}

#langselector a:hover
{
	text-decoration: underline;
}

#langselector li a.lastitem
{
	border-right: 0;
	padding: 0 0 0 6px;
}


/* GLOBALMENU -- END */

/* TOPMENU -- START */

#topmenuwrapper
{
	float: left;
	width: 943px;
	padding: 0 1px;
	background: #bac89e url(images/topmenuwrapper_bg.gif) bottom left repeat-x;
}

#topmenu
{
	float: left;
	width: 917px;
	margin: 0;
	padding: 0 0 0 26px;
	font-size: 70%;
	background: url(images/topmenu_bg.gif) top left repeat-x;
}

#topmenu li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	display: block;
}

#topmenu li.selected
{
	background: #b02d44 url(images/topmenu_li_selected_bg.gif) top left no-repeat;
}

#topmenu a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #fff;
	margin 0;
	padding: 8px 9px 5px 9px;
}

#topmenu a.selected
{
	background: url(images/topmenu_a_selected_bg.gif) top right no-repeat;
}

#topmenu a:hover
{
	text-decoration: underline;
}

#topmenu a.selected:hover
{
	text-decoration: none;
}

#topmenu li.lastitem a
{
	border-right: 1px solid #fff;
}

#topmenufooter
{
	float: left;
	width: 100%;
	border: 0;
	margin: 0;
	display: inline;
	height: 10px;
	color: #b02d44;
	background: #b02d44;
	font-size: 1%;
	line-height: 1px;
}
/* TOPMENU -- END */

/* LEFTMENU -- START */

#left h2
{
	font-size: 100%;
	margin: 0;
	padding: 0 0 2px 15px;
	color: #b02d44;
	border-bottom: 1px solid #cfcdcd;
}

.leftmenu
{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.leftmenu li
{
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #cfcdcd;
	background: #fff url(images/leftmenu_li_bg.gif) bottom left repeat-x;
}

.leftmenu a
{
	display: block;
	text-decoration: none;
	margin 0;
	padding: 0 0 0 15px;
	color: #000;
}

.leftmenu a:hover
{
	text-decoration: underline;
}
	
.leftmenu a.child0selected
{
	color: #b02d44;
	background: url(images/leftmenu_a_selected_bg.gif) 3px center no-repeat;
}

.leftmenu a.child0expanded
{
	background: url(images/topmenu_a_expanded_bg.gif) 3px center no-repeat;
}

 /* child 1*/
.leftmenu li.child1
{
	background: #fff url("");
}

.leftmenu a.child1
{
	padding: 0 0 0 30px;
}

.leftmenu a.child1selected
{
	color: #b02d44;
	padding: 0 0 0 30px;
	background: url(images/leftmenu_a_selected_bg.gif) 18px center no-repeat;
}

.leftmenu a.child1expanded
{
	padding: 0 0 0 30px;
	background: url(images/topmenu_a_expanded_bg.gif) 18px center no-repeat;
}

 /* child 2*/
.leftmenu li.child2
{
	background: #fff url("");
}

.leftmenu a.child2
{
	padding: 0 0 0 45px;
}

.leftmenu a.child2selected
{
	color: #b02d44;
	padding: 0 0 0 45px;
	background: url(images/leftmenu_a_selected_bg.gif) 33px center no-repeat;
}
/* LEFTMENU -- END */

/* LOGINBAR -- START */

#loginbar
{
	float: left;
	width: 100%;
	margin: 50px 0 0 0;
}

#left #loginbar h2
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 3px 15px;
	color: #b02d44;
	/*border-top: 1px solid #cfcdcd;*/
	border-bottom: 1px solid #cfcdcd;
}

#loginbar select
{
	width: 100%;
	margin: 8px 0;
	font-size: 80%;
}

#loginbar a
{
	float: left;
	display: block;
	background: url(images/loginbar_a_bg.gif) 15px center no-repeat;
	padding: 0 0 0 30px;
	color: #457a78;
	text-decoration: none;
	font-size: 80%;
}
/* LOGINBAR -- END */

/* BREADCRUMB -- START */

#breadcrumb
{
	font-size: 80%;
	color:  #457a78;
	padding: 0;
	margin: 0 0 20px 0;
}

#breadcrumb a
{
	color:  #457a78;
}

/* BREADCRUMB -- END */

/* RELATEDINFOLIST -- START */

#relatedinfolist
{
	float: left;
	margin: 0 0 20px 0;
}

#relatedinfolist h2
{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 3px 15px;
	color: #000;
	border-top: 1px solid #cfcdcd;
	border-bottom: 1px solid #cfcdcd;
}

#relatedinfolist ul
{
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

#relatedinfolist li
{
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	display: block;
	background: url(images/loginbar_a_bg.gif) 15px center no-repeat;
}

#relatedinfolist a
{
	display: block;
	text-decoration: none;
	margin 0;
	padding: 0 0 0 30px;
	color: #457a78;
}

#relatedinfolist a:hover
{
	text-decoration: underline;
}
/* RELATEDINFOLIST -- END */

/* CONTACTINFOLIST -- START */

#contactinfolist
{
	float: left;
	margin: 0 0 20px 0;
}

#contactinfolist h2
{
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 3px 15px;
	color: #000;
	border-top: 1px solid #cfcdcd;
	border-bottom: 1px solid #cfcdcd;
}

#contactinfolist dl
{
	float: left;
	margin: 5px 0 8px 0;
	padding: 0 0 0 15px;
	width: 100%;
}

#contactinfolist dt, dd
{
	margin: 0;
	padding: 1px 0;
	list-style-type: none;
	display: block;
}

#contactinfolist dt
{
	padding: 8px 0 1px 0;
	color: #457a78;
}

#contactinfolist dd
{
	font-size: 80%;
}

#contactinfolist a
{
	float: left;
	display: block;
	text-decoration: none;
	margin 0;
	padding: 0 0 0 30px;
	background: url(images/loginbar_a_bg.gif) 15px center no-repeat;
	color: #457a78;
	font-size: 80%;
}

#contactinfolist a:hover
{
	text-decoration: underline;
}
/* CONTACTINFOLIST -- END */

/* QuickSearch -- START */

#QuickSearch {
	position: absolute;
	top: 89px;
	right: 27px;
	text-align: right;
	white-space: nowrap;
}

#QuickSearch input {
	font-size: 100%;
	border: 1px solid #c1cdaa;
}

#QuickSearch .quicksearchbutton {
	background-color: #9cb075;
	color: #fff;
	padding: 0 5px;
}

/* QuickSearch -- END */




