/* ------------------------------------------------------------ */
/* --
/* -- Another great navigation by Layer Lovers
/* -- Details, prices and more at http://www.layerlovers.com
/* --
/* -- CSS file for : 0015 navigation
/* -- Included images are in the folder ../images
/* --
/* -- Coded by Jason | Layer Lovers All rights reserved
/* --
/* ------------------------------------------------------------ */


/* -> Initializing document ----------------------------------- */

*{margin:0;padding:0;}
html{font-size:100%;}
a{text-decoration:none;}
a:active{outline:none;}
:focus{-moz-outline-style:none;}
a img{border:none;}


/* -> The website frame --------------------------------------- */


/* -> The navigation ------------------------------------------ */

ul#menu{
	position: relative;
	top: 0px;
	left: 0px;
	width: 637px;
	height: 58px;
	background-image:url(../images/navbg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: none;
	padding-left: 0px;
}

	ul#menu li, ul#menu li a{
		display: block;
		float: left;
	}
		
		