/* This Code is for Microsoft Internet Explorer Browser 
as it shows the effect of "li:hover" */

body { behavior: url(http://search.netoffer.com/includes/header/csshover.htc); }

#style22 {
     font-family: Arial;
}
#style22 ul {
     margin: 0px;
     padding: 0px;
     list-style: none;
     float: left;
     clear: left;
}
#style22 li {
     width: 88px;
     color: #123266;
     font-size: 15px;
     background-color: #d1dced;
     text-align: center;
     margin: 0px;
}
#style22 li a {
     width: 88px;
     color: #123266;
     text-decoration: none;
     display: block;
     padding: 5px 0px 5px 0px;
}
#style22 li a:visited {
     color: #123266;
     text-decoration: none;
}
#style22 li a:hover {
     color: #FFFFFF;
     text-decoration: none;
     background-color: #123266;
}
.category_row                    {
                                        background-color: #FFFFFF;
                                        border: 1px solid #999999;
                                        font-family: Verdana, Arial, Helvetica, sans-serif;
                                        font-size: 11px;
                                        color: #333333;
                                        line-height:18px;
                                        }

