﻿
#content {
	width: 999px;
	margin:0px;
	border:0px;
	background: rgb(47,99,143);	

}

.menu { 
			height: 35px;
			display: block;
		}
 
		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
 
		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 35px;
			border-right:1px #fff solid;
		}
 
		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 110px;
			height: 35px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 11px;
			font-weight: bolder;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;

			
		}
 
		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 110px;
		}
 
		.menu ul li a span.out {
			top: 0px;
		}
 
		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -35px;
		}
 
		/** 1st example **/
 
		#menu {
			background: rgb(47,99,143);
		}
 
		#menu ul li a {
			color:#fff;
		}
 
		#menu ul li a span.over {
			color: #fff;
		}
 
		#menu ul li span.bg {
			/* height of the menu items */  
			height: 35px;
			
		}
		
		
 	img{ border: none; -ms-interpolation-mode: bicubic; }

		
		#wrapper{ position:relative;padding:10px; width:230px;background-color:rgb(47,99,143);-moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666;
}
		
		#menuwrapper{ position:relative; height:210px;}
			#menubox{position:relative; bottom:0; left:0;}
				.menuitem{ position:relative; bottom:0px; display:inline-block; }

		.report_box
		{
	background-color:rgb(156,196,228);
	width:230px;
	
}
 