/*
 * blue shadows :-)
 */
body {
    background: #fff;
}

h1 {
    font-size: large;
}

#container {
    height: 100%;
    width: 99%;
}

#corpo {
    position: relative;
    left: 0px;
    background: url(/photo/Greece/_A2Y5701.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    height: 410px;

}

#header {
    font-size: xx-large;
    color: #000;
    text-align: center;
    
    background: transparent;
    padding: 10px;
}

#menu {
    text-align: center;
    position: absolute;
    top: 100px;
    left: 10px;
    padding: 10px;
}

#menu ul {
    color: #f00;
    list-style: none;
    background: #000;
    border: 1px solid #000;
}

li {

    }
    
html>body #menu li a {
        width: auto;
        }

#menu li a:hover {
        border-left: 10px solid #1c64d1;
        border-right: 10px solid #5ba3e0;
        background-color: #2586d7;
        color: #fff;
        }
        
        
#menu {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
		
#menu li {
    border-bottom: 1px solid #90bade;
    margin: 0;
}
                
#menu li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 10px solid #1958b7;
    border-right: 10px solid #508fc4;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    width: 100%;
}


