


	/* --[[ Main Expand Icons ]]-- */

	#imenus0 .imeam span,#imenus0 .imeamj span {
                                                                                                background-image:url(images/light_arrow_down.gif);
                                                                                                width:9px;
                                                                                                height:6px;
                                                                                                left:0px;
                                                                                                top:5px;
                                                                                                background-repeat:no-repeat;
                                                                                                background-position:top left;
                                                                                          }

	#imenus0 li:hover .imeam span,
        #imenus0 li a.iactive .imeamj span                       {
                                                                                                background-image:url(images/light_arrow_down.gif);
                                                                                                background-repeat:no-repeat;
                                                                                                background-position:top left;
                                                                                           }


	/* --[[ Sub Expand Icons ]]-- */

	#imenus0 ul .imeas span,
    #imenus0 ul .imeasj span                                       {
                                                                                                background-image:url(images/medium_gray_right.gif);
                                                                                                width:6px;
                                                                                                height:9px;
                                                                                                left:0px;
                                                                                                top:3px;
                                                                                                background-repeat:no-repeat;
                                                                                                background-position:top left;
                                                                                      }

	#imenus0 ul li:hover .imeas span,
        #imenus0 ul li a.iactive .imeasj span               {
                                                                                              background-image:url(images/medium_gray_right.gif);
                                                                                              background-repeat:no-repeat;
                                                                                              background-position:top left;
                                                                                      }


	/* --[[ Main Container ]]-- */

	#imouter0                                                           {
                                                                                            background-color: #0189bc;
                                                                                            border-style:solid;
                                                                                            border-color:#000;
                                                                                            border-width: 0px;
                                                                                            padding:0px;
                                                                                            margin:0px;
                                                                                    }


	/* --[[ Sub Container ]]-- */

	#imenus0 li ul                                                  {
                                                                                        background-color:#72cac8;
                                                                                        border-style:solid;
                                                                                        border-color:#000;
                                                                                        border-width:0px 1px 1px;
                                                                                        padding:5px;
                                                                                        margin:4px 0px 0px;
                                                                                 }


	/* --[[ Main Items ]]-- */

	#imenus0 li a                                                 {
                                                                                        background-color:#72cac8;
                                                                                        color:#000;
                                                                                        text-align:left;
                                                                                        font-family:Arial;
                                                                                        font-size:12px;
                                                                                        font-weight:normal;
                                                                                        text-decoration:none;
                                                                                        border-style:solid;
                                                                                        border-color:#72cac8;
                                                                                        border-width:1px;
                                                                                        padding:2px 8px;
                                                                                        margin:0px 4px 0px 0px;
                                                                                }

		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {border: 1px solid #000;}
		#imenus0 li a.ihover, .imde imenus0 a:hover {border: 1px solid #000;}

		/* [active] */
		#imenus0 li a.iactive {}


	/* --[[ Sub Items ]]-- */

	#imenus0 ul a                                             {
                                                                                    background-color:transparent;
                                                                                    color:#000;
                                                                                    text-align:left;
                                                                                    font-size:11px;
                                                                                    font-weight:normal;
                                                                                    text-decoration:none;
                                                                                    border-style:none;
                                                                                    border-color:#000000;
                                                                                    border-width:1px;
                                                                                    padding:2px 5px;
                                                                                    margin:0px;
                                                                            }

		/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {background-color:#9DAFBD; color:#26243A; text-decoration:underline; }
		#imenus0 ul li a.ihover {background-color:#9DAFBD; color:#26243A; text-decoration:underline; }

		/* [active] */
		#imenus0 ul li a.iactive {background-color:#ffffff; }



