body {
    margin:2px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
}
	
#main_body {
    width:800px;
    margin:0px auto; /* Right and left margin widths set to "auto" */
    text-align:left; /* Counteract to IE5/Win Hack */
    padding:0px;
    /*border:1px dashed #333;*/
    background-color:white;
}

ul.menu {
    font-weight:bold;
    margin: 0px;
    padding: 0px;   
    list-style: none;
    text-align:left;  
    width:600px;
}
ul.menu li {
    display:inline;
    /* ie-ie mac \*/
    * html ul li { float: left; }
    /* end */
}
a.menu_item {	
    text-decoration: none;
    color: #000000;
    padding: 1px 3px 2px 3px;
    border: 1px solid white;    
    font-family: Trebuchet MS;
    font-size:12pt;
    font-weight:bold;
    margin-left:30px;
    margin-right:30px;
    display:inline;
    position:relative; 
    line-height:30px;     
    height:30px;
    /* ie-ie mac \*/
    * height:auto; 
    * html ul li a { height: 1%; }
    /* end */

}

a.menu_selected {	    
    color:#FFFFFF;
    background-color: #1d54ef;
    border: 1px solid black;
}

a.menu_item:hover {
    color:#FFFFFF;
    background-color: #e0d154;
    border: 1px solid black;
}