    /*MENU*/
	a#menu {
        display: block;
        font: 12px Arial;
        text-decoration: none;
        color: white;
        height: 17px;
        width: 172px;
        background-color: #2673A2;
        padding-top: 2px;
        padding-left: 8px;
        cursor: pointer;
        border-bottom: white 1px solid;
	}
	#mSplit {
        height: 19px;
        width: 172px;
        background-color: #6EA0BE;
        padding-left: 8px;
        cursor: auto;
        border-bottom: white 1px solid;
	}
    #mPage {
        font: 12px Arial;
        color: white;
        height: 17px;
        width: 172px;
        background-color: #AB2000;
        padding-top: 2px;
        padding-left: 8px;
        cursor: default;
        border-bottom: white 1px solid;
	}
    a:hover#menu {
        background-color: #696969;
	}
	a#menuT {
        float: right;
        display: block;
        font: 12px Arial;
        text-decoration: none;
        color: white;
        height: 21px;
        width: 100px;
        background-color: #2673A2;
        padding-top: 4px;
        text-align: center;
        cursor: pointer;
        border-left: white 1px solid;
	}
    #mPageT {
        float: right;
        font: 12px Arial;
        color: white;
        height: 21px;
        width: 100px;
        background-color: #AB2000;
        padding-top: 4px;
        cursor: default;
        text-align: center;
        border-left: white 1px solid;
	}
    a:hover#menuT {
        background-color: #696969;
	}
