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



	#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 15px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;}
			
			/* colour part */
			#menu_wrapper.red ul {
				width: 882px;
				height:40px;
				margin-right: auto;
				margin-left: auto;
				float:left;

				border-top: 2px solid #660000;
				border-bottom: 2px solid #450000;
				background: #660000;}
				
			#menu_wrapper.red a {color: #fff;}
			#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #F27F84; background: #990000; border-bottom: 1px solid #660000;}
			#menu_wrapper.red {background: url(../images/red.png) no-repeat right;}
			#menu_wrapper.red div {background: url(../images/red.png) no-repeat left;}
