/* top navigation */

#topNavi	{
	height: 23px;
	float: left;
	width: 789px;
	min-width: 800px;
	font-size: 12px;
}


/* scaling */

.large #topNavi, .x-large #topNavi		{width: 1100px;}

#topNavi ul	{
	margin: 0px;
	height: 28px;
	list-style: none;
	float: left;
	background-image: url(../images/topnavi_break.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#topNavi li	{
	float: left;
	height: 28px;
	background-image: url(../images/topnavi_break.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 0px;
}

#topNavi a	{
	float: left;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

#topNavi span	{
	float: left;
	cursor: pointer;
	padding: 4px 7px 0px 7px;	
}

#topNavi a.on	{
	background-color: White;
	border-top-style: solid;
	border-top-width: 2px;
}

#topNavi a.on span	{
	padding: 2px 7px 0px 7px;	
}



/* left navigation */

#leftNavi	{
	width: 195px;
	overflow: hidden;
	border-top-style: solid;
	border-top-color: white;
}

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

#leftNavi ul li	{
	background-image: url(../images/dotline_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 195px;
	padding: 0px;
	margin: 0px;
}

#leftNavi ul a	{
	text-decoration: none;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	width: 195px;
	display: block;
}
#leftNavi ul a.ex	{
	background-color: #ECE9D8;
	
}

#leftNavi ul a.on	{
	font-weight: bold;
}

#leftNavi ul a.open	{
	font-weight: bold;
	background-image: url(../images/link_arrow_open.gif);
}

#leftNavi ul span	{
	display: block;
	padding: 3px 10px 3px 23px;
}

#leftNavi ul ul	{
	background-image: url(../images/dotline_horizontal.gif);
	background-repeat: repeat-x;
}

#leftNavi ul ul a	{
	background-image: none;
}

#leftNavi ul ul span	{
	padding: 3px 10px 3px 33px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


/* tab navigation */



ul.tabNavi	{
	clear: both;
	width: 100%;
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #b3b6b6;
	background-image: url(../images/tabnavi_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: bold;
	float: left;
	height: 22px;
	overflow: hidden;
}

.boxWithTabNavi ul.tabNavi	{
	border-top: 0px;
	background-image: none;
}

ul.tabNavi li	{
	float: left;	
	height: 22px;
}

ul.tabNavi a	{
	background-color: #e0e0e0;
	border-right: 1px solid #b3b6b6;
	border-bottom: 1px solid #b3b6b6;
	text-decoration: none;
	float: left;
	display: block;
	height: 20px;
}

ul.tabNavi a.on	{
	background-color: White;
	border-bottom: 1px solid white;
}

ul.tabNavi span	{
	float: left;
	cursor:	pointer;
	padding: 2px 8px 2px 8px;
}

ul.tabNavi .title	{
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #b3b6b6;
}
.documentHeader	{
	float: left;
	clear: both;
	width: 100%;
}


/* navigation path */

.documentHeader .naviPath	{
	background-color: White;
	font-size: 95%;
	width: 80%;
	float: left;
	margin: 0px;
}
A.grey  {
	color : #000000;
	font-family : Arial, Tahoma, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

A.grey:hover  {
	color : #3672AA;
	font-family : Arial, Tahoma, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
}
div.hotnews{
	font-weight: bold;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/romb_blue_.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}
div.hotnews a,div.hotnews a:link,div.hotnews a:active,div.hotnews a:visited { color: #333333; display: block; text-decoration: none;}

div.hotnews a:hover{
	color: #00436f;
}

