/* CSS Document */
    body { 
         font-size: 12px;
         font-family: verdana, sans-serif;
         margin: 0px; }
    #navcontainerMain, #navcontainerSub { }
    #navcontainerMain ul, #navcontainerSub ul
    {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    }
    #navcontainerMain a, #navcontainerSub a
    {
    display: block;
    padding: 0px;
    width: 50px;
    background-color: #bde197;
    border-bottom: 0px solid #eee;
    }
    #navcontainerMain a:link, #navcontainerSub a:link, .navlist a:visited
    {
    color: #000;
    text-decoration: none;
    }
    #navcontainerMain a:hover, #navcontainerSub a:hover
    {
    background-color: #98C864;
    color: #000;
    }
    /* submenus */
    #menu1_1 {
         position: absolute;
         top: 300px;
         left: 0px;
         background: #A64D9D;
         width: 100px;
         border-bottom: 1px solid #eee;
         display: none; }
    #menu1_2 {
         position: absolute;
         top: 300px;
         left: 100px;
         background: #A64D9D;
         width: 100px;
         border-bottom: 1px solid #eee;
         display: none; }
    #menu1_3 {
         position: absolute;
         top: 300px;
         left: 190px;
         background: #A64D9D;
         width: 150px;
         border-bottom: 1px solid #eee;
         display: none; }
	 #menu1_4 {
         position: absolute;
         top: 300px;
         left: 325px;
         background: #A64D9D;
         width: 75px;
         border-bottom: 1px solid #eee;
         display: none; }
    #menu1_5 {
         position: absolute;
         top: 300px;
         left: 375px;
         background: #A64D9D;
         width: 100px;
         border-bottom: 1px solid #eee;
         display: none; }
    #menu1_6 {
         position: absolute;
         top: 300px;
         left: 480px;
         background: #A64D9D;
         width: 75px;
         border-bottom: 1px solid #eee;
         display: none; }
		#menu1_7 {
         position: absolute;
         top: 300px;
         left: 575px;
         background: #A64D9D;
         width: 75px;
         border-bottom: 1px solid #eee;
         display: none; }
    #menu1_8 {
         position: absolute;
         top: 300px;
         left: 685px;
         background: #A64D9D;
         width: 75px;
         border-bottom: 1px solid #eee;
         display: none; }
