/* menu lista 
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer li {
	margin: 0;
	padding: 0;
	}

#navcontainer a {
	display: block;
	padding: 2px 8px 2px 8px;
	border-bottom: 1px solid #ffffff;
	width: 160px;
	text-decoration: none;
	font-size: 12px;
	}

#navcontainer a:link, #navcontainer a:visited {
	color: #005980;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #0099CC;
	color: white;
	}

#active a:link, #active a:visited, #active a:hover {
	background-color: #006699;
	color: white;
	}
*/

/*--- menu ------------------------------ */
ul.menu {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 175px;
	}
	
ul.menu li {
	width: 175px;
	border-bottom: 1px dotted #6699CC;
	display: block;
	}
	
ul.menu a {
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 165px;
	height: 18px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	}
	
ul.menu a:link {
	background: transparent;
	color: #006595;
	}
	
ul.menu a:visited {
	color: #006595;
	}
	
ul.menu a:hover {
	background: #C1D6E1;
	color: #000000;
	}
	
ul.menu a:active {
	background: #526D9A;
	color: #D0DBE6;
	}

ul.menu a.active:link {
	/*background: transparent url(../images/arrow-dn.gif) top right no-repeat;*/
	color: #006595;
	background: white;
	}
	
ul.menu a.active:visited {
	/*background: transparent url(../images/arrow-dn.gif) top right no-repeat;*/
	color: #006595;
	background: white;
	}
	
ul.menu a.active:hover {
	/*background: #C1D6E1 url(../images/arrow-dn.gif) top right no-repeat;*/
	color: #000000;
	background: #C1D6E1;
	}
	
ul.menu a.active:active {
	/*background: #526D9A url(../images/arrow-dn.gif) top right no-repeat;*/
	color: #D0DBE6;
	background: #526D9A;
	}
	
/*--- submenu 1 ---------------------------------------------- */
ul.submenu1 {

	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 15px;
	width: 160px;
	}
	
ul.submenu1 li {
	width: 160px;
	height: 16px;
	border: none;
	border-top: 1px dotted #6699CC;
	}
	
ul.submenu1 a {
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 150px;
	height: 16px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
	
ul.submenu1 a:link {
	background: transparent;
	color: #006595;
	}
	
ul.submenu1 a:visited {
	color: #006595;
	}
	
ul.submenu1 a:hover {
	background: #C1D6E1;
	color: #000000;
	}
	
ul.submenu1 a:active {
	background: #526D9A;
	color: #D0DBE6;
	}
	
	
	
	