body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
	line-height:25px;
	font-size:12px;
			}
			a:link { text-decoration:none; color:#666666;}
			a:hover { color:#FF0000; text-decoration:none;}
			a:visited { color:#FF0000; text-decoration:none;}
			/* The CSS Code for the menu starts here */
			#menu {
				
				font-weight: bold;
				text-transform: uppercase;
				margin: 0px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 14px;
				background: #eee;
				height: 37px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 33px;
				line-height: 37px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			
			/* Black Menu */
			
			
			/* Blue Menu */
			#menu.blue {
				border-top: 2px solid #3fbd38;
				border-left: 2px solid #3fbd38;
				border-bottom: 2px solid #3fbd38;
				border-right: 2px solid #3fbd38;
				background: #3fbd38;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #faf71e; background: #25a01f; border-bottom: 2px solid #3fbd38;}