/********************************************************
*
*	stylesheet menu-elements Niel website
*
********************************************************/

* {margin:0; padding:0;}

/* header - search box styles
-------------------------------------------- */

#search INPUT.btnSearch
{
	vertical-align: middle;
	margin: 4px 10px 0 0;
	
	border: 0;
	float: right;
}
#search INPUT.txtSearch
{
	border: 0;
	float: left;
	width: 123px;
	margin: 3px 0 0 5px;
	padding: 2px 3px;
	font-size:12px;

}

/* header - navigational styles
-------------------------------------------- */
#menulist A
{
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: .8em; /*10px*/
	
	color: #fff;
	text-decoration: none;
}

#menulist A:link, #menulist A:visited
{
}

#menulist A:hover, #menulist A:active
{
	color: #EECE9E;
}

#menulist SPAN
{
	float: left;
	color: #fff;
	margin: 8px 0 0 0;
	font-size: .8em; /*10px*/
	text-align: center;
	width: 10px;
}

/* breadcrumb styles
-------------------------------------------- */

#breadcrumb SPAN
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: .75em; /*10px*/
	font-weight: lighter;
	margin-left:7px;
}
#breadcrumb SPAN.gt
{
	font-size: .75em; /*10px*/
	font-weight: lighter;
}

#breadcrumb A
{
	font-size: .75em; /*10px*/
}

/* tree - div styles
-------------------------------------------- ,div.mainlink a*/
#tree ul, #tree li, #tree a { font-size:11px; text-decoration:none;color: #737373;}
a { text-decoration:none; color: #737373;}

#content li ul { font-size: 1em;}
#content li { color: #656565;}
DIV#webRoot ul li a { font-size:11px;text-decoration:none;color: #fff;text-transform:lowercase;}
DIV#webRoot ul li {background-image:url (../images/bkgtree0.gif);}
span.topics{color: #828282;font-size:1.2em;}
DIV#tree ul{list-style-type:none;margin-left:7px;}
DIV#webRoot ul{list-style-type:none;margin-left:0px;}
DIV#webRoot ul li{color:#fff;padding-left:5px;}
DIV#tree .lvl1, DIV#webRoot ul li
{
	margin: 3px 7px 0 0;
	overflow:hidden;
	font-weight:bold;
}
DIV#tree div.lvl2
{
	padding: 2px 5px 2px 10px;
	width:183px;
	overflow:hidden;
	font-weight:bold;
}
DIV#tree div.lvl3
{
	margin: 3px 5px 3px 10px;
	width:183px;
	overflow:hidden;
	font-weight:bold;
}

DIV#tree .lvl1 li{}
DIV#tree .lvl2 li{}
DIV#tree .lvl1 li img{padding: 0;}


/* level 1 */
div.lvl1
{
    background: #74bedb url(../images/bkgtree.gif) no-repeat left top;
    height:17px;
    width:198px;
    padding-top:2px;
    overflow:hidden;
}
DIV#webRoot ul li{background: #74bedb url(../images/bkgtree.gif) no-repeat left top;height:19px;width:193px;overflow:hidden;}

div.lvl1 img
{
    margin:0 10px 0 5px;
    vertical-align:bottom;
}
A.lvl1, SPAN.lvl1
{
	font-weight: bold;
	color: #fff;
}

/* level 2 
div.lvl2
{
    background-color:#2A5872;
}*/
div.lvl2 ul {overflow:hidden;font-weight: bold;}
div.lvl2 img
{
    width:11px;
    height:13px;
    vertical-align:bottom;
    display:block;
    float:left;
}
A.lvl2, A.lvl2:visited, A.lvl2:active
{
    font-weight: bold;
	color: #656565;
	display:block;
	float:left;
	width:160px;
	text-decoration: none;
}

A.lvl2:hover
{
    font-weight: bold;
	color: #73c0dc;
	text-decoration: none;
	display:block;
	float:left;
	width:160px;
}

/* level 3 */
div.lvl3 ul {overflow:hidden;}
div.lvl3 img 
{
    width:11px;
    height:13px;
    vertical-align:bottom;
    display:block;
    float:left;
}
A.lvl3, A.lvl3:visited, A.lvl3:active
{
    color:#656565;
	font-size: .9em; /*11px;*/
	font-weight: normal;	
	text-decoration: none;
	display:block;
	float:left;
	width:155px;
	padding-left:5px;
}
A.lvl3:hover
{
    color:#73C0DC;
    font-size: .9em;
	font-weight: normal;
	text-decoration:underline;
	display:block;
	float:left;
	width:155px;
	padding-left:5px;
}
