/*
	CSS Document
	Abbadull's Magic
	Menu
*/


	#h_menu,
	#boxed_menu {
		width : 100%;
		text-align : center;
		}

	#boxed_menu {
		padding : 18px 0 0;
		}

	#h_menu ul,
	#boxed_menu ul {
		list-style : none;
		margin : 0;
		padding : 0;
		}

	#h_menu ul li,
	#boxed_menu ul li {
		display : inline;
		}

	#h_menu li a,
	#boxed_menu li a {
		text-decoration : none;
		}


/*--------------------------------------------- Topnav */


	#h_menu li a:link, 
	#h_menu li a:visited {
		font : normal 13px/37px Georgia;
		color : #fff;
		margin : 0 7px;
		}

	#h_menu li a:hover {
		text-decoration : underline;
		}

	#h_menu li #current {
		font-weight : bold;
		color : #f8cc47;
		}


/*--------------------------------------------- Subbox */


	#boxed_menu li a:link,
	#boxed_menu li a:visited {
		font : normal 13px/24px Georgia;
		color : #6f0420;
		margin : 0 7px;
		}
	
	#boxed_menu li a:hover,
	#boxed_menu li #current {
		color : #000;
		text-decoration : underline;
		}