* html img { behavior: url('png.htc'); }
.Menu {
            position: relative;
            height: 25px;
            width: 840px;
            padding:0px 0px 0px 10px;
            margin: 0px 0px;
            overflow: hidden;
            
        }
                .Menu li {
                    float: left;
                    list-style: none;
                    padding:0px 0px 0px 3px;
                    
                    
	 	            
                    
                }
                    .Menu li.back {
                       /* background: url("") no-repeat right -30px; */
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .Menu li.back .left {
                            background: url("Images/nav_top_tab_on.jpg") no-repeat top left;
                            height: 30px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
                        }
                    .Menu li a {
                    	color:#FEFEFE;
                    	display:block;
                        font: bold 14px arial;
                        text-decoration: none;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 25px;
                        width: 98px;
                        position: relative;
                        overflow: hidden;
                        margin: auto;    
                    }
                        .Menu li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
                        .Menu li a:hover{
                            background: url("Images/nav_top_tab_on.jpg") no-repeat top left;
                            height: 25px;
                            top: 5px;
                            color:#3B608E;
                        }

        

div.id_nav_top{
	background:#3B607E;
	padding:4px 0 0 10px;
}

div.id_nav_top table{
	height:39px;
}

div.id_nav_top table td{
	padding:5px 0px 5px 12px;
	width:90px;
	background:url(Images/nav_top_separator.gif) no-repeat right;
}

div.id_nav_top a{
	display:block;
	font-size:1.1em;
	height:100%;
}

div.id_nav_top td.last{
	background:none;
}
div.id_nav_top li.last{
	background:none;
}
div.id_nav_top td.on
{
	color:#000;
	background:url(Images/nav_top_tab_on.jpg) no-repeat left bottom;
}

div.id_nav_top td.on a{
	color:#333;
}

div.id_nav_top td.on a:hover{
	color:#333;
}

div.nav_top_margin{
	margin-bottom:5px;
}
