table.navigator
{
/*	background-color : #eae9e9;*/
	width : 100%;
}
img.seporate
{
	background : url(../img/nav_skins/s1/sepor.gif) no-repeat center;
	width : 10px;
	height : 16px;
}
td.decoration
{
	background : url(../img/nav_skins/s1/decor.gif) no-repeat center;
	width : 2px;
}
img.brotherInit
{
	background : url(../img/nav_skins/s1/angle.gif) no-repeat center;
	width : 10px;
	height : 16px;
	cursor : pointer;
}
img.brotherInAct
{
	background : #fcebc4 url(../img/nav_skins/s1/angle_act.gif) no-repeat center;
	width : 10px;
	height : 16px;
	cursor : pointer;
}
td.label
{
	padding : 2px 4px;
	font : normal 11px Verdana;
	color : #711836;
}
td.actionLabel
{
	padding : 2px 4px;
	font : normal 11px Verdana;
	color : #711836;
	background-color : #fcebc4;
	cursor : pointer;
}

table.navPopUp
{
	position : absolute;
	width : 180px;
	margin-left : -1px;
	border : solid 1px gray;
}
td.normNode, td.actionNode, td.normNode_empty, td.actionNode_empty
{
	font : normal 11px Verdana;
	color : #711836;
	padding : 2px 13px;
	
}
td.normNode
{
	background-color : #711836;
}
td.actionNode
{
	background-color : #fcebc4;
	cursor : pointer;
	color : #711836;
}
td.normNode_empty
{
	background-color : #711836;
}
td.actionNode_empty
{
	background-color : #fcebc4;
	color : white;
}
