a.prnnode  {
    margin: 0;
    padding: 0;
	width: 173px;
}

a.prnnode:hover {
	text-decoration: none;
}

a.node {
    margin: 0;
    padding: 0;
	width: 173px;
}

a.node:hover {
	text-decoration: none;
}

a.selnode {
    margin: 0;
    padding: 0;
	width: 173px;
}

a.selprnnode {
    margin: 0;
    padding: 0;
	width: 173px;
}

div.row {
    color:#096f90;
    text-decoration:none;
    cursor:pointer;
	background: url(../../images/sub_menu_list_border.gif) no-repeat bottom left #ebebeb;
}

div.selrow {
    color:#096f90;
    text-decoration:none;
    cursor:pointer;
	background: url(../../images/sub_menu_hover.gif) repeat-y left top;
}

div.row:hover {
	color:#096f90;
    text-decoration:none;
	cursor:pointer;
    background: url(../../images/sub_menu_hover.gif) repeat-y left top;
	overflow: hidden;
}
