		/*----- Home Menu -------*/
		#hmenu {
			width: 225px;	
			font-family: "trebuchet ms", arial, verdana, sans-serif;
			font-size: 13px;
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		#hmenu a {
			display: block;
			color: #ff9964;
			text-decoration: none;
			padding: 5px 0;
			letter-spacing: 1px;
		}
		#hmenu a:hover {
			color: #9cf;
			font-weight: bold;
		}
		
		/*----- Normal Menu ------*/
		#menu {
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 10px;
			font-family: arial, verdana, sans-serif;
			text-align: right;
		}
		#menu li {
			float: right;
			display: block;
			border-left: 1px solid orange;
		}
		#menu li.first {
			border: none;
		}
		#menu a {
			padding: 3px 5px;
			text-decoration: none;
			color: #121212;
			font-weight: bold;
		}
		#menu a:hover {
			text-decoration: underline;
		}