/* CSS Document */

.node_static
{
	display:block;
	float:left;	
	cursor:pointer;
	height:26px;
	width:115px;
	text-align:center;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	
	border-right:1px solid #C0C0C0;
}
.node_static a
{
	color:#024F94;
	text-decoration:none;
}
.node_static a:hover
{
	color:#F48120;
	text-decoration:none;
}
.node_static_none
{
	display:block;
	float:left;	
	cursor:pointer;
	height:26px;
	width:115px;
	text-align:center;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	border-right:1px solid #C0C0C0;	
}
.node_static_none a
{
	color:#024F94;
	text-decoration:none;
}
.node_static_none a:hover
{
	color:#F48120;
	text-decoration:none;
}
.node_static_selected
{
	display:block;
	float:left;	
	cursor:pointer;
	height:26px;
	width:115px;
	text-align:center;
	background-image:url(../images/bg_top_menu_select.png);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;	
	border-right:1px solid #C0C0C0;
}
.node_static_selected a
{
	text-decoration:none;
	color:#0378CE;
}


.node_bold
{
	display:block;
	float:left;
	width:170px;
	padding-left:10px;
	padding-right:20px;
	cursor:pointer;
	padding-top:5px;
	font-weight:bold;
}
.node
{
	display:block;
	float:left;
	width:170px;
	padding-left:10px;
	padding-right:20px;
	cursor:pointer;
	padding-top:5px;
}
.node,.node_bold a
{
	color:#022C52;
}
.node,.node_bold a:hover
{
	color:#F48120;
}
.block
{	
	text-align:left;
	width:190px;
	background-image:url(../images/bg_top_menu_block.png);
	background-position:bottom;
	background-repeat:no-repeat;	
	font-weight:normal;
	font-size:13px;
	
	padding-bottom:12px;
}

.block #div_header
{
	border-top:1px solid #C0C0C0;
	margin-right:5px;
}
