html,body{margin:0;padding:0}
body{font: 85%/1.3 Verdana,Arial,sans-serif;
    text-align: center;background: #000000;padding-bottom:0px}

div#container{width:900px;margin:0 auto 0 auto;padding:0;text-align:left;}

div#content{position: relative;float:left;display:inline;width:745px;margin:0 0px 5px 5px;background:#0099ff; padding: 10px;z-index: -1200;}

div#menu{
	width:130px;
	margin:0 auto;
	text-align:center; 
	float:left;
	background:#1050b0;
	padding: 0px 0 0px 0;
	z-index: 1000;
	}

#menu ul {
		list-style: none;
		margin:  10px 0;
		padding: 0;
		border: none;
		}
#menu li ul {
		position: absolute;
		list-style: none;
		margin:  0px;
		margin-left: 100px;
		border: none;
		width: 200px;
		/*display: none;*/
		z-index: 1200;
}
	
#menu li {
		border-bottom: 1px solid #90bade;
		height: 40px;
	}
		
#menu li a {
		display: block;
		margin: 0px 0 0 0;
		/*padding: 5px 5px 5px 0.5em;*/
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		height: auto;
		
	}
html>body #menu li a {
		width: auto;
	}

#menu li a:hover {
		background-color: #2586d7;
		color: #fff;
	}	