body {
	margin:0;
	padding:0;
	font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:12px;
	height:100%;
}

/*Navigation tab */

.tabmenu {
    border-bottom:1px solid black;
    color:#000000;
    margin:0;
    padding:3px 0 0;
    text-align:center;
    z-index:1;
    height:20px;
    _height:17px;
    |height:19px;
    padding-left:20px;
}

.tabmenu li {
    -moz-background-clip:padding;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset,
                    0 4px 6px rgba(255, 255, 255, 0.4) inset,
                    0 11px 0 -2px rgba(255, 255, 255, 0.2) inset,
                    0 13px 8px rgba(0, 0, 0, 0.2) inset;
    background-color:#D0E0F3;
    border:1px solid black;
    display:inline-table;
    list-style-type:none;
    margin-bottom:-1px;
    margin-left:1px;
    margin-top:1px;
    overflow:hidden;
    padding-top:0;
    float:left;
}

.tabmenu a {
    color:#002D64;
    font-family:"Trebuchet MS",Arial,sans-serif;
    font-size:1em;
    margin:0 1px 0 0;
    padding:2px 5px 0;
    text-decoration:none;
    white-space:nowrap;
}

.tabmenu li:hover {
    background-color:#ABC7EC;
}
.tabmenu li.active {
    background-color:white;
	-moz-box-shadow:0 0 rgba(255, 255, 255, 1) inset;
    border-bottom:1px solid white;
}
.tabmenu li.active a {
    color:black;
}

