body {
    background:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}

table, td { border:0px; }

/* ------------------------------------------------------- */
/* head menu                                               */
/* ------------------------------------------------------- */

div.headMenu {
	text-align:left;
	background-color:#99CCFF;
	border-top:0px solid #999999;
	border-bottom:0px solid #999999;
	padding:0px;
	margin:0px;
	width:100%;
}

table.headMenu {
	table-layout:fixed;
	width:100%;
	font-size:13px;
	border-collapse:collapse;
	border:0px solid red;
}

td.leaf-on,
td.leaf-eq,
td.leaf-off,
td.node-on,
td.node-eq,
td.node-off,
td.language {
	width:140px;
	text-align:center;
	vertical-align:middle;
	border:0px solid red;
	border-bottom:1px solid #FFFFFF;
	padding:0px;
	white-space:nowrap;
	height:25px;
	background:url(../img/ci-cd/nav1_default_bg.gif) repeat-x left top;
}

td.language {
	border-right:0px solid white;
}

td.leaf-on,
td.leaf-eq,
td.node-on,
td.node-eq {
	background:url(../img/ci-cd/nav1_selected_bg.gif) repeat-x left top;
	border-bottom:1px solid #FFFFFF;
}

td.headMenuLevel2 {
	background:url(../img/ci-cd/nav2_bg.gif) repeat-x left top;
	text-align:left;
	padding:0px 0px 0px 15px;
	white-space:nowrap;
	height:29px;
}

/* ------------------------------------------------------- */
/* head nav nodes                                          */
/* ------------------------------------------------------- */

a.node-on:link,
a.node-on:visited,
a.node-on:hover {
	font-weight:bold;
	color:#FFD700;
	text-decoration:none;
}

a.node-eq:link,
a.node-eq:visited,
a.node-eq:hover {
	font-weight:bold;
	color:#FFD700;
	text-decoration:none;
}

a.node-off:link,
a.node-off:visited { 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.node-off:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

/* ------------------------------------------------------- */
/* head nav leafs                                          */
/* ------------------------------------------------------- */

a.leaf-on:link,
a.leaf-on:visited,
a.leaf-on:hover {
	font-weight:bold;
	color:#FFD700;
	text-decoration:none;
}

a.leaf-eq:link,
a.leaf-eq:visited,
a.leaf-eq:hover {
	font-weight:bold;
	color:#FFD700;
	text-decoration:none;
}

a.leaf-off:link,
a.leaf-off:visited { 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.leaf-off:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

td.headMenuLevel2 a.node-on:link,
td.headMenuLevel2 a.node-on:visited,
td.headMenuLevel2 a.node-on:hover,
td.headMenuLevel2 a.leaf-on:link,
td.headMenuLevel2 a.leaf-on:visited,
td.headMenuLevel2 a.leaf-on:hover,
td.headMenuLevel2 a.node-eq:link,
td.headMenuLevel2 a.node-eq:visited,
td.headMenuLevel2 a.node-eq:hover,
td.headMenuLevel2 a.leaf-eq:link,
td.headMenuLevel2 a.leaf-eq:visited,
td.headMenuLevel2 a.leaf-eq:hover {
	color:#FFD700;
	font-weight:bold;
}

td.headMenuLevel2 a.node-off:link,
td.headMenuLevel2 a.node-off:visited,
td.headMenuLevel2 a.leaf-off:link,
td.headMenuLevel2 a.leaf-off:visited {
	color:#FFFFFF;
	font-weight:normal;
}

td.headMenuLevel2 a.node-off:hover,
td.headMenuLevel2 a.leaf-off:hover {
	color:#FFD700;
	font-weight:normal;
}