    .MPStyle_ImgCenter
    {
            display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 3px;
            border: 0px;
    }
    
    .MPStyle_ImgLeft
    {
            display: block;
            float: left;
            padding: 0px 10px 5px 0px;
            border: 0px;
    }
    
    .MPStyle_ImgRight
    {
            display: block;
            float: right;
            padding: 0px 0px 5px 5px;
            border: 0px;
    }

        body
        {
            margin: 0px;
            padding: 0px;
            font-family: Arial, Helvetica, Sans-Serif;
            color: #585c5e;
            font-size: 12px;
        }

            a
            {
                color: #003e74;
                text-decoration: none;
            }
            a:hover
            {
                text-decoration: underline;
            }
            img
            {
                border: 0px;
            }

        h1
        {
            color: #003e74;
            font-size: 20px;
            font-weight: lighter;
            font-family: Palatino Linotype, Serif;
        }
      
        h2
        {
            color: #585c5e;
            font-size: 20px;
            font-weight: lighter;
            font-family: Palatino Linotype, Serif;
        }
      
        h3
        {
            color: #dfe4e4;
            font-size: 16px;
        }
      
        #divksmBody
        {
            background-color: #c7cbce;
            background-image: url("http://www.ksmconsulting.com/images/13847/bg-bodyimg.jpg");
            background-repeat: repeat-x;
            position: relative;
        }
        
        #divPageWrap
        {
            margin: 0 auto;
            background-color: #ffffff;
            width: 1000px;
        }
        
        #divPageHeader
        {
            background-color: #ffffff;
            width: 998px;
            height: 112px;
            padding-left: 3px;
        }
        
            #divHeaderLogo
            {
                position: relative;
                top: 23px;
                left: 24px;
                float: left;
            }
            
            #divHeaderBoxes
            {
                position: relative;
                top: 23px;
                right: 24px;
                float: right;
            }
            
         #divMenuWrap
         {
             width: 998px;
             height: 247px;
             padding-left: 3px;
             background-color: #ffffff;
             float: left;
         }
         
            #divMenu1Wrap
            {
                height: 247px;
                width: 247px;
                float: left;
                margin-right: 3px;
                background-image: url("http://www.ksmconsulting.com/images/13848/bg-pagrey.jpg");
                background-position: bottom;
                background-repeat: no-repeat;
            }
            
                #divMenu1Wrap:hover
                {
                    background-image: url("http://www.ksmconsulting.com/images/13849/bg-pacolor.jpg");
                    background-position: bottom;
                    background-repeat: no-repeat;
                }
                
                #divMenu1
                {
                    height: 64px;
                    background-image: url("http://www.ksmconsulting.com/images/13851/bg-menu1.png");
                    background-repeat: no-repeat;
                }
                
                    /*--- Start Menu1 ---*/

                            /**************************** REQUIRED BY ALL **************************************/

                     
                                        /* make the second level visible when hover on first level list OR link */
                                        #Menu1 ul li:hover ul,
                                        #Menu1 ul a:hover ul, #Menu1 ul:hover ul {visibility: visible;}

                                        /* keep the third level hidden when you hover on first level list OR link */
                                        #Menu1 ul :hover ul ul{visibility:hidden;}

                                        /* make the third level visible when you hover over second level list OR link */
                                        #Menu1 ul :hover ul :hover ul{ visibility:visible;}
                                        /**************************************************************************************/


                                        #Menu1 {position:relative; z-index: 100;}

                                        /* remove all the bullets, borders and padding from the default list styling */
                                        #Menu1 ul {padding:0;margin:0px;list-style-type:none;}

                                        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                                        #Menu1 ul li {position:relative; float: left; height: 60px; padding: 0px 10px; margin: 0px;}

                                        /* style the links for the top level */
                                        #Menu1 a, #Menu1 a:visited
                                        {
                                            display: block;
                                            font-family: Palatino Linotype, Sans-Serif;
                                            font-size: 20px;
                                            line-height: 64px;
                                            color: #ffffff;
                                            cursor: pointer;
                                            text-transform: uppercase;
                                            text-decoration: none;
                                        }
                                        /* style the top level hover */
                                        #Menu1 ul li:hover {}
                                        #Menu1 a:hover, #Menu1 ul ul a:hover{color:#ffffff; text-decoration: none;}
                                        #Menu1 :hover > a, #Menu1 ul ul :hover > a {color:#ffffff; text-decoration: none;}
                                        
                                         /* style the second level hover */

                                        #Menu1 ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                padding: 5px 10px;
                                                cursor: pointer;
                                                height: auto;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                            }

                                        /* style the second level background */

                                        /* hide the sub levels and give them a positon absolute so that they take up no room */

                                        #Menu1 ul ul {visibility: hidden; position: absolute; top: 60px; left: 0px; margin: 0px; background-image: url("http://www.ksmconsulting.com/images/13852/bg-submenu.png");}

                                        /* style the second level links */

                                        /* style the second level links */

                                        #Menu1 ul ul a, #Menu1 ul ul a:visited
                                            {    
                                                display: block;
                                                font-size: 12px;
                                                color: #ffffff;
                                                text-transform: uppercase;
                                                cursor: pointer;
                                                text-decoration: none;
                                                line-height: normal;
                                             }
                                        #Menu1 ul ul a:hover
                                            {
                                                color: #ffffff;
                                                text-decoration: none;
                                            }
                                         #Menu1 ul ul li:hover
                                            {
                                                text-decoration: none;
                                                color: #ffffff;
                                                background-color: #003e74;
                                            }
                                         #Menu1 ul ul a:hover > #Menu1 ul ul ul a:hover {color: #ffffff;}
                                         #Menu1 ul ul :hover > a, #Menu1 ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                                        /* style the third level background */
                    
                                        #Menu1 ul ul ul a, #Menu1 ul ul ul a:visited {background: none;}
                    
                                        /* style the third level hover */
                    
                                        #Menu1 ul ul ul a:hover {background: none;}
                    
                                        /* position the third level flyout menu */
                    
                                        #Menu1 ul ul ul{visibility: hidden; left:247px; top:0px; width:247px; z-index: 1002px;}
                                        
                                         #Menu1 ul ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                cursor: pointer;
                                                height: 12px;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                                background-color: #003e74;
                                            }

                    /*--- End Menu1 ---*/
            
            #divMenu2Wrap
            {
                height: 247px;
                width: 247px;
                float: left;
                margin-right: 3px;
                background-image: url("http://www.ksmconsulting.com/images/15489/bg-industrygrey2.jpg");
                background-position: bottom;
                background-repeat: no-repeat;
            }
       
                #divMenu2Wrap:hover
                {
                    background-image: url("http://www.ksmconsulting.com/images/15488/bg-industrycolor2.jpg");
                    background-position: bottom;
                    background-repeat: no-repeat;
                }
                
                #divMenu2
                {
                    height: 57px;
                    background-image: url("http://www.ksmconsulting.com/images/13855/bg-menu2.png");
                    background-repeat: no-repeat;
                }
                
                    /*--- Start Menu2 ---*/

                                /**************************** REQUIRED BY ALL **************************************/

                     
                                            /* make the second level visible when hover on first level list OR link */
                                            #Menu2 ul li:hover ul,
                                            #Menu2 ul a:hover ul, #Menu2 ul:hover ul {visibility: visible;}

                                            /* keep the third level hidden when you hover on first level list OR link */
                                            #Menu2 ul :hover ul ul{visibility:hidden;}

                                            /* make the third level visible when you hover over second level list OR link */
                                            #Menu2 ul :hover ul :hover ul{ visibility:visible;}
                                            /**************************************************************************************/


                                            #Menu2 {position:relative; z-index: 100;}

                                            /* remove all the bullets, borders and padding from the default list styling */
                                            #Menu2 ul {padding:0;margin:0px;list-style-type:none;}

                                            /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                                            #Menu2 ul li {position:relative; float: left; height: 57px; padding: 0px 10px; margin: 0px;}

                                            /* style the links for the top level */
                                            #Menu2 a, #Menu2 a:visited
                                            {
                                                display: block;
                                                font-family: Palatino Linotype, Sans-Serif;
                                                font-size: 20px;
                                                line-height: 57px;
                                                color: #ffffff;
                                                cursor: pointer;
                                                text-transform: uppercase;
                                                text-decoration: none;
                                            }
                                            /* style the top level hover */
                                            #Menu2 ul li:hover {}
                                            #Menu2 a:hover, #Menu2 ul ul a:hover{color:#ffffff; text-decoration: none;}
                                            #Menu2 :hover > a, #Menu2 ul ul :hover > a {color:#ffffff; text-decoration: none;}
                                        
                                             /* style the second level hover */

                                            #Menu2 ul ul li
                                                {
                                                    text-align: left;
                                                    width: 227px;
                                                    padding: 5px 10px;
                                                    cursor: pointer;
                                                    height: auto;
                                                    color: #ffffff;
                                                    padding: 4px 10px;
                                                 }

                                            /* style the second level background */

                                            /* hide the sub levels and give them a positon absolute so that they take up no room */

                                            #Menu2 ul ul {visibility: hidden; position: absolute; top: 56px; left: 0px; margin: 0px; background-image: url("http://www.ksmconsulting.com/images/13856/bg-submenu.png");}

                                            /* style the second level links */

                                            /* style the second level links */

                                            #Menu2 ul ul a, #Menu2 ul ul a:visited
                                                {    
                                                    display: block;
                                                    font-size: 12px;
                                                    color: #ffffff;
                                                    line-height: normal;
                                                    text-transform: uppercase;
                                                    cursor: pointer;
                                                    text-decoration: none;
                                                    
                                                 }
                                            #Menu2 ul ul a:hover
                                                {
                                                    color: #ffffff;
                                                    text-decoration: none;
                                                }
                                             #Menu2 ul ul li:hover
                                                {
                                                    text-decoration: none;
                                                    color: #ffffff;
                                                    background-color: #003e74;
                                                }
                                             #Menu2 ul ul a:hover > #Menu2 ul ul ul a:hover {color: #ffffff;}
                                             #Menu2 ul ul :hover > a, #Menu2 ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                                            /* style the third level background */
                    
                                            #Menu2 ul ul ul a, #Menu2 ul ul ul a:visited {background: none;}
                    
                                            /* style the third level hover */
                    
                                            #Menu2 ul ul ul a:hover {background: none;}
                    
                                            /* position the third level flyout menu */
                    
                                            #Menu2 ul ul ul{visibility: hidden; left:246px; top:0px; width:200px; z-index: 1002px;}
                                            #Menu2 ul ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                cursor: pointer;
                                                height: 12px;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                                background-color: #003e74;
                                            }
                    
                                            #Menu2_Persist { color:#ffffff;}
                                            #Menu2_Persist a, #Menu2_Persist a:visited { color: #ffffff; }
                          
                                            .Default_First {}
                    
                                            .Menu2_Last { background-image: none !important;}

                        /*--- End Menu2 ---*/
            
            #divMenu3Wrap
            {
                height: 247px;
                width: 247px;
                float: left;
                margin-right: 3px;
                background-image: url("http://www.ksmconsulting.com/images/13857/bg-newsgrey.jpg");
                background-position: bottom;
                background-repeat: no-repeat;
            }
            
                #divMenu3Wrap:hover
                {
                    background-image: url("http://www.ksmconsulting.com/images/13858/bg-newscolor.jpg");
                    background-position: bottom;
                    background-repeat: no-repeat;
                }
                
                #divMenu3
                {
                    height: 51px;
                    background-image: url("http://www.ksmconsulting.com/images/13859/bg-menu3.png");
                    background-repeat: no-repeat;
                }
                
                    /*--- Start Menu3 ---*/

                            /**************************** REQUIRED BY ALL **************************************/

                     
                                        /* make the second level visible when hover on first level list OR link */
                                        #Menu3 ul li:hover ul,
                                        #Menu3 ul a:hover ul, #Menu3 ul:hover ul {visibility: visible;}

                                        /* keep the third level hidden when you hover on first level list OR link */
                                        #Menu3 ul :hover ul ul{visibility:hidden;}

                                        /* make the third level visible when you hover over second level list OR link */
                                        #Menu3 ul :hover ul :hover ul{ visibility:visible;}
                                        /**************************************************************************************/


                                        #Menu3 {position:relative; z-index: 100;}

                                        /* remove all the bullets, borders and padding from the default list styling */
                                        #Menu3 ul {padding:0;margin:0px;list-style-type:none;}

                                        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                                        #Menu3 ul li {position:relative; float: left; height: 51px; padding: 0px 10px; margin: 0px;}

                                        /* style the links for the top level */
                                        #Menu3 a, #Menu3 a:visited
                                        {
                                            display: block;
                                            font-family: Palatino Linotype, Sans-Serif;
                                            font-size: 20px;
                                            line-height: 51px;
                                            color: #ffffff;
                                            cursor: pointer;
                                            text-transform: uppercase;
                                            text-decoration: none;
                                        }
                                        /* style the top level hover */
                                        #Menu3 ul li:hover {}
                                        #Menu3 a:hover, #Menu3 ul ul a:hover{color:#ffffff; text-decoration: none;}
                                        #Menu3 :hover > a, #Menu3 ul ul :hover > a {color:#ffffff; text-decoration: none;}
                                        
                                         /* style the second level hover */

                                        #Menu3 ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                padding: 5px 10px;
                                                cursor: pointer;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                            }

                                        /* style the second level background */

                                        /* hide the sub levels and give them a positon absolute so that they take up no room */

                                        #Menu3 ul ul {visibility: hidden; position: absolute; top: 48px; left: 0px; margin: 0px; background-image: url("http://www.ksmconsulting.com/images/13860/bg-submenu.png");}

                                        /* style the second level links */

                                        /* style the second level links */

                                        #Menu3 ul ul a, #Menu3 ul ul a:visited
                                            {    
                                                display: block;
                                                font-size: 12px;
                                                color: #ffffff;
                                                text-transform: uppercase;
                                                cursor: pointer;
                                                text-decoration: none;
                                                line-height: normal;
                                             }
                                        #Menu3 ul ul a:hover
                                            {
                                                color: #ffffff;
                                                text-decoration: none;
                                            }
                                         #Menu3 ul ul li:hover
                                            {
                                                text-decoration: none;
                                                color: #ffffff;
                                                background-color: #003e74;
                                            }
                                         #Menu3 ul ul a:hover > #Menu3 ul ul ul a:hover {color: #ffffff;}
                                         #Menu3 ul ul :hover > a, #Menu3 ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                                        /* style the third level background */
                    
                                        #Menu3 ul ul ul a, #Menu3 ul ul ul a:visited {background: none;}
                    
                                        /* style the third level hover */
                    
                                        #Menu3 ul ul ul a:hover {background: none;}
                    
                                        /* position the third level flyout menu */
                    
                                        #Menu3 ul ul ul{visibility: hidden; left:246px; top:0px; width:200px; z-index: 1002px;}
                    
                                        #Menu3_Persist { color:#ffffff;}
                                        #Menu3_Persist a, #Menu3_Persist a:visited { color: #ffffff; }
                                        #Menu3 ul ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                cursor: pointer;
                                                height: 12px;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                                background-color: #003e74;
                                            }
                    
                                        .Default_First {}
                    
                                        .Menu3_Last { background-image: none !important;}

                    /*--- End Menu3 ---*/
            
            #divMenu4Wrap
            {
                height: 247px;
                width: 245px;
                float: left;
                background-image: url("http://www.ksmconsulting.com/images/13861/bg-aboutgrey.jpg");
                background-position: bottom;
                background-repeat: no-repeat;
            }
            
                #divMenu4Wrap:hover
                {
                    background-image: url("http://www.ksmconsulting.com/images/13862/bg-aboutcolor.jpg");
                    background-position: bottom;
                    background-repeat: no-repeat;
                }
                
                #divMenu4
                {
                    height: 46px;
                    background-image: url("http://www.ksmconsulting.com/images/13863/bg-menu4.png");
                    background-repeat: no-repeat;
                }
                
                            /*--- Start Menu4 ---*/

                            /**************************** REQUIRED BY ALL **************************************/

                     
                                        /* make the second level visible when hover on first level list OR link */
                                        #Menu4 ul li:hover ul,
                                        #Menu4 ul a:hover ul, #Menu4 ul:hover ul {visibility: visible;}

                                        /* keep the third level hidden when you hover on first level list OR link */
                                        #Menu4 ul :hover ul ul{visibility:hidden;}

                                        /* make the third level visible when you hover over second level list OR link */
                                        #Menu4 ul :hover ul :hover ul{ visibility:visible;}
                                        /**************************************************************************************/


                                        #Menu4 {position:relative; z-index: 100;}

                                        /* remove all the bullets, borders and padding from the default list styling */
                                        #Menu4 ul {padding:0;margin:0px;list-style-type:none;}

                                        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                                        #Menu4 ul li {position:relative; float: left; height: 46px; padding: 0px 10px; margin: 0px;}

                                        /* style the links for the top level */
                                        #Menu4 a, #Menu4 a:visited
                                        {
                                            display: block;
                                            font-family: Palatino Linotype, Sans-Serif;
                                            font-size: 20px;
                                            line-height: 46px;
                                            color: #ffffff;
                                            cursor: pointer;
                                            text-transform: uppercase;
                                            text-decoration: none;
                                        }
                                        /* style the top level hover */
                                        #Menu4 ul li:hover {}
                                        #Menu4 a:hover, #Menu4 ul ul a:hover{color:#ffffff; text-decoration: none;}
                                        #Menu4 :hover > a, #Menu4 ul ul :hover > a {color:#ffffff; text-decoration: none;}
                                        
                                         /* style the second level hover */

                                        #Menu4 ul ul li
                                            {
                                                text-align: left;
                                                width: 225px;
                                                padding: 5px 10px;
                                                cursor: pointer;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                            }

                                        /* style the second level background */

                                        /* hide the sub levels and give them a positon absolute so that they take up no room */

                                        #Menu4 ul ul {visibility: hidden; position: absolute; top: 43px; left: 0px; margin: 0px; background-image: url("http://www.ksmconsulting.com/images/13865/bg-submenu.png");}

                                        /* style the second level links */

                                        /* style the second level links */

                                        #Menu4 ul ul a, #Menu4 ul ul a:visited
                                            {    
                                                display: block;
                                                font-size: 12px;
                                                color: #ffffff;
                                                text-transform: uppercase;
                                                cursor: pointer;
                                                text-decoration: none;
                                                line-height: normal;
                                             }
                                        #Menu4 ul ul a:hover
                                            {
                                                color: #ffffff;
                                                text-decoration: none;
                                            }
                                         #Menu4 ul ul li:hover
                                            {
                                                text-decoration: none;
                                                color: #ffffff;
                                                background-color: #003e74;
                                            }
                                         #Menu4 ul ul a:hover > #Menu4 ul ul ul a:hover {color: #ffffff;}
                                         #Menu4 ul ul :hover > a, #Menu4 ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                                        /* style the third level background */
                    
                                        #Menu4 ul ul ul a, #Menu4 ul ul ul a:visited {background: none;}
                    
                                        /* style the third level hover */
                    
                                        #Menu4 ul ul ul a:hover {background: none;}
                    
                                        /* position the third level flyout menu */
                    
                                        #Menu4 ul ul ul{visibility: hidden; left: 245px; top:0px; width:200px; z-index: 1002;}
                    
                                        #Menu4_Persist { color:#ffffff;}
                                        #Menu4_Persist a, #Menu4_Persist a:visited { color: #ffffff; }
                                        #Menu4 ul ul ul li
                                            {
                                                text-align: left;
                                                width: 227px;
                                                cursor: pointer;
                                                color: #ffffff;
                                                padding: 4px 10px;
                                                height: auto;
                                                background-color: #003e74;
                                            }
                    
                                        .Default_First {}
                    
                                        .Menu4_Last { background-image: none !important;}

                    /*--- End Menu4 ---*/
        
            #divhomecontwrap
            {
                height: 262px;
                width: 998px;
                padding-left: 3px;
                background-color: #ffffff;
                float: left;
            }
                
                #divhomecont1
                {
                    height: 248px;
                    width: 499px;
                    padding: 0px;
                    margin-top: 5px;
                    background-image: url("http://www.ksmconsulting.com/images/13866/bg-homecont1.jpg");
                    background-repeat: no-repeat;
                    float: left;
                }

                    #divPerspective
                    {
                        background-image: url(http://www.ksmconsulting.com/images/13956/divider.png);
                        background-repeat: no-repeat;
                        background-position: right;
                        height: 248px;

                        padding: 14px 10px 5px;
                    }
                
                    #divhomecont1 p
                    {
                        margin: 0px 5px;
                    }
                
                #divhomecont2
                {
                    height: 248px;
                    width: 490px;
                    margin-top: 5px;
                    padding: 14px 2px 5px 5px;
                    background-image: url("http://www.ksmconsulting.com/images/14428/bg-homecont2.jpg");
                    background-repeat: no-repeat;
                    float: left;
                }
                
                    #divCaseStudies
                    {
                        padding: 0 10px 10px 10px;
                        width: 225px;
                        float: left;
                        background-image: url(http://www.ksmconsulting.com/images/13956/divider.png);
                        background-repeat: no-repeat;
                        background-position: right;
                        height: 248px;
                    }
                    
                    #diveNewsletter
                    {
                        padding: 0 10px 10px 10px;
                        width: 225px;
                        float: left;
                    }
                    
            #divfooterwrap
            {
                width: 998px;
                padding-left: 3px;
                font-family: Arial, Sans-Serif;
                background-color: #ffffff;
                float: left;
            }
            
                #divfootercol1
                {
                    width: 460px;
                    margin-top: 5px;
                    padding: 18px 18px 18px 22px;
                    background-image: url("http://www.ksmconsulting.com/images/13868/bg-footercol1.png");
                    background-repeat: no-repeat;
                    float: left;
                    color: #a5acb0;
                    font-size: 9px;
                    font-weight: lighter;
                    font-family: Arial, Sans-Serif;
                }
      
                #divfootercol1 h2
                {
                    padding-top: 0px;
                    font-weight: bold;
                    font-family: Arial, Sans-Serif;
                }
                
                      /*--- Start Footer Menu ---*/

                            /**************************** REQUIRED BY ALL **************************************/

                     
                                        /* make the second level visible when hover on first level list OR link */
                                        #footerMenu ul li:hover ul,
                                        #footerMenu ul a:hover ul, #footerMenu ul:hover ul {visibility: visible;}

                                        /* keep the third level hidden when you hover on first level list OR link */
                                        #footerMenu ul :hover ul ul{visibility:hidden;}

                                        /* make the third level visible when you hover over second level list OR link */
                                        #footerMenu ul :hover ul :hover ul{ visibility:visible;}
                                        /**************************************************************************************/


                                        #footerMenu {position:relative; z-index: 100; height:12px;}

                                        /* remove all the bullets, borders and padding from the default list styling */
                                        #footerMenu ul {padding:0;margin:0px;list-style-type:none;}

                                        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                                        #footerMenu ul li
                                          {
                                            position:relative;
                                            display: block;
                                            float: left;
                                            height: 16px;
                                            padding: 0px 15px 0px 10px;
                                            margin: 0px;
                                            background-image: url("http://www.ksmconsulting.com/images/13869/footermenu-divider.png");
                                            background-repeat: no-repeat;
                                            background-position: right;
                                          }

                                        /* style the links for the top level */
                                        #footerMenu a, #footerMenu a:visited
                                        {
                                            display: block;
                                            font-family: Palatino Linotype, Sans-Serif;
                                            font-size: 10px;
                                            color: #003e74;
                                            cursor: pointer;
                                            text-transform: uppercase;
                                            text-decoration: none;
                                        }
                                        /* style the top level hover */
                                        #footerMenu ul li:hover {}
                                        #footerMenu a:hover, #footerMenu ul ul a:hover{color:#003e74; text-decoration: none;}
                                        #footerMenu :hover > a, #footerMenu ul ul :hover > a {color:#003e74; text-decoration: none;}
                                        
                                        .footerMenu_Last { background-image: none !important;}
                                        .footerMenu_First { padding-left: 0px !important;}

                      /*--- End Footer Menu ---*/
                
                #divfootercol2
                {
                    width: 460px;
                    margin-top: 5px;
                    padding: 18px 16px 18px 22px;
                    background-image: url("http://www.ksmconsulting.com/images/13870/bg-footercol2.png");
                    background-repeat: no-repeat;
                    float: left;
                }

.inputboxUsr {
width: 160px;
height: 22px;
margin: 2px;
padding:2px 5px;
border: 0px;
background: url("http://www.ksmconsulting.com/images/15490/input-field-background.png") no-repeat right top;
}

.selectboxUsr {
width: 170px;
font-size: 11px;
height: 28px;
margin: 2px;
padding:4px 5px;
border: 0px;
background: url("http://www.ksmconsulting.com/images/15490/input-field-background.png") no-repeat right top;
}

.optionboxUsr { background-color: #f3f3f3;}


