body{
	background:#fff;
	color:#666;
	font:12px/16px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	a {text-decoration:none;}
}

		
			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				margin: 10px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 11px;
				background: #eee;
				height: 30px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
				
			}
			
			#menu ul {
				list-style-type:none;
				}
			
			#menu li {
				float: left;
				margin: 10;
				/*border-right: 1px solid white*/
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 15px;
				line-height: 30px;
				
			}
			#menu li a:hover, #menu li.active a {
				background-color: #6A0002;


			}
			
			/* Red Menu */
			#menu.red {
				border-top: 2px solid #82002B;
				border-left: 2px solid #82002B;
				border-bottom: 2px solid #82002B;
				border-right: 2px solid #82002B;
				background: #82002B;}
			#menu.red a {color: #fff;}
			#menu.red li a:hover, #menu.red li.active a {}