/* CSS Document */

/* tiny ACCORDIAN MENU*/



 {}

#menu *{
	
	 margin:0; padding:0;font:11px Helvetica, Arial, sans-serif; text-transform:lowercase;
}
#menu {
	position:relative;
	width: 200px;
	height:100%;
	background:#ffffff;}

#acc {width:200px; list-style:none; color:#ffffff; margin:0; }
#acc h3 {width:190px; border:0; font-weight:normal; padding:6px 0px 6px 10px; cursor:pointer; background: url(../elements/mainmenu-1.jpg) no-repeat right #e0f2f4; border-bottom:solid 1px #ffffff ;}
#acc h3:hover {background:url(../elements/mainmenu-2.jpg) no-repeat right #c4e6e8;}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:170px; margin:0px 0px 0px 12px; background:#fff}

#nested, #nested1 {width:190px; list-style:none; color:#666666; margin-bottom:1px}
#nested h3, #nested1 h3 {width:190px; border:0; padding:6px 0px 6px 10px; font-weight:normal; margin:0px; cursor:pointer; background: url(../elements/mainmenu-1.jpg) no-repeat; border-bottom:solid 1px #ffffff;}
#nested h3:hover, #nested1 h3:hover{background:url(../elements/mainmenu-2.jpg) no-repeat;}
#nested .acc-section, #nested1 .acc-section{overflow:hidden; background:#fff}
#nested .acc-content, #nested1 .acc-content{width:190px; padding:2px 0px 2px 10px; border-bottom:solid 1px #cccccc; background:#fff}
#nested .acc-content:hover, #nested1 .acc-content:hover{background: #cccccc;}
#nested .acc-selected, #nested1 .acc-selected{background:url(../elements/mainmenu-2.jpg) no-repeat;}


#menu h3 a:link, #menu h3 a:visited, #menu h3 a:active, #menu a:link, #menu a:visited, #menu a:active {color:#666; text-decoration:none;}
#menu h3 a:hover, #menu a:hover {color:#666; text-decoration:underline;}


#menu li {list-style:none;}


#menu ul li ul li .acc-content {
  margin-bottom: 3px;
}

