/******************************************************
   wrapper and basic definitions for side navigation  
*******************************************************/
#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

/* margin creates the vertical space between the boxes */
#navcontainer li {
	margin: 0px 0px 3px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	width: 150px;
	padding-left: 22px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

/******************************************************
  left bar navigation standard
*******************************************************/
/*-------header entry of standard navigation ----*/
#maine a:link, #maine a:visited
{
	background-image:  url("nav_main_on.gif");
}
/*-------following entry----*/
#sube a:link, #sube a:visited
{
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	background-color: #DDDDDD;
}

#sube a:hover
{
	background-color: #EEEEEE;
}

/* somethin new to test */


/******************************************************
  left bar navigation following an already displayed box
*******************************************************/
#maine_l a:link, #maine_l a:visited
{
	background-image:  url("nav_main_on.gif");
}

#sube_l a:link, #sube_l a:visited
{
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
    background-color: #F0F0F0;
}

#sube_l a:hover
{
	background-color: #DDDDDD;
}

/*-------Back Navigation----*/
#maine_b a:link, #maine_b a:visited
{
	background-color: #93A3B3;
	background-image:  url("nav_main_back_on.gif");
}

/*----------------------- main menu entry ----------------------*/
DIV#mainlink A {
	COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-left: 4px;
	margin-right: 8px;
}



