@charset "utf-8";
/* CSS Document */

      /* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar .navbar-inner {
		background:#0b0b0b;
        padding: 0;
		border-bottom: 2px solid #ffffff;
		
      }
      .navbar .nav {
		font-size:15px;
        margin-top: 12px;
        display: table;
        width: 1100px;
		
      }
      .navbar .nav li {
        display: table-cell;
		margin-left:20px;
        float: none;
		margin-bottom:-20px;
      }
	  .navbar .nav li a {
		  margin-bottom:-20px;
		  height:36px;
      }
      .navbar .nav li a:hover {
		  height:36px;
		  background:url(images/arrow.gif) no-repeat bottom  left;
		  background-position:18% 100%;
      }
      .active4 {
		  		color:#FFFFFF;
			  height:56px;
			  background:url(images/arrow.gif) no-repeat bottom  left;
			  background-position:18% 100%;
      }	 
	  .item2 {
	width:324px;
	height:216px;	
	margin:1px;

	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	  }