/* Page Header Block */
div#PageMastHead {
    background-image: url(/img/villacus_header_au.png);
}

html body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 1.5em;
    background:#7F7063 url(/img/new/bg_header_villacus.png) center top repeat-x;
    color: #000;
    
    #MenuH,
    #MenuF {
        list-style-image: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        height: 24px;
    	margin-top:15px;
    }
    
    #MenuH li,
    #MenuF li
    {
        font-size: 0.9375em;
        float: left;
        font-weight: 600;
        position: relative;
        display: inline;
        line-height: 23px;
        white-space: pre;
        margin: 0;
        padding: 0;
        padding-left: 5px;
        padding-right: 5px;
        color: #cccccc;
    }
    
    #MenuH li:before {
        content: "|   ";
    }
    #MenuH li:first-child:before {
        content: "   ";
    }
    
    #MenuF li:after {
        content: "   |";
    }
    #MenuF li:first-child:after {
        content: "   ";
    }
    
    #MenuH li a,
    #MenuF li a {
        color: white;
        text-decoration: none;
    }
    
    #MenuH li.IdSearchForm {
        text-align: justify;
        color: #FFF;
        font-weight: bold;
        float:right;
        margin-bottom:4px;	
    }
    
    #MenuH li.IdSearchForm form {
        display: inline;
    	white-space:normal;
    }
    
    #MenuH li.IdSearchForm input {
        color: #333;
    	white-space:normal;
    }
    
    #MenuH li.IdSearchForm span {
    
    }

