/* NEW NAVIGATION BAR - Added Monday 22nd August 2005 - Rich ---------------- */

		/* Common Styles ---------------------------------------------------- */
		
		#navbar {
			margin-left		: 0px;
			width			: 100%;
			height			: 100%;
			
		}
		
		#navbar ul {
			float			: left;
			list-style		: none;
			width			: 100%;
			margin			: 0;
			padding			: 0;
		}
		
		/* Main-Navigation -------------------------------------------------- */
		
		ul#main-nav	li {
			display			: inline;
			float			: left;
			border			: none;
			height			: 47px;
			margin			: 0 0px 0px 0px;
			/* width			: 146px; */
		}
		
		ul#main-nav	li.proofdev 	{ width			: 123px; background		: #E03636 url(../images/ReproSales_09.gif) top left no-repeat }
		ul#main-nav	li.ripwork 		{ width			: 108px; background		: #DF8627 url(../images/ReproSales_10.gif) top left no-repeat }
		ul#main-nav	li.imagesetters	{ width			: 111px; background		: #0A8AEC url(../images/ReproSales_11.gif) top left no-repeat }
		ul#main-nav	li.ctp	 		{ width			: 127px; background		: #41AD17 url(../images/ReproSales_12.gif) top left no-repeat }
		ul#main-nav	li.aircon 		{ width			: 118px; background		: #AA120C url(../images/ReproSales_13.gif) top left no-repeat }
		ul#main-nav	li.service 		{ width			: 118px; background		: #03AAB1 url(../images/ReproSales_14.gif) top left no-repeat }
		ul#main-nav	li.apply	 	{ background		: #B18303 url(../images/new-nav-bar/bg07.png) top left no-repeat }
		ul#main-nav	li.calendar 	{ background		: #0331B1 url(../images/new-nav-bar/bg08.png) top left no-repeat }
		ul#main-nav	li.prize	 	{ background		: #507C00 url(../images/new-nav-bar/bg09.png) top left no-repeat }
		ul#main-nav	li.faq		 	{ background		: #006E9A url(../images/new-nav-bar/bg10.png) top left no-repeat }
		ul#main-nav	li.contact	 	{ background		: #C800B7 url(../images/new-nav-bar/bg11.png) top left no-repeat }
		
		ul#main-nav li a {
			border			: 0;
			font			: normal 90% Arial,Helvetica,Sans Serif;
			margin-left		: 0px;
			padding 		: 0px 0 0px 0px;
			text-decoration	: none;
			width			: 100%;
			height			: 100%;
			
		}
		
		ul#main-nav li a:hover {
			display			: block;
			/* background		: #B6B6B6; */
			color			: #FFF
		}
		
		ul#main-nav li a.current,
		ul#main-nav li a.current:hover {
			background		: #B6B6B6 url("../images/new-nav-bar/rtarrow_white.gif") top right no-repeat;
			color			: #FFF;
		}
		
		ul#main-nav li a.opened,
		ul#main-nav li a.opened:hover {
			background		: #B6B6B6 none;
			color			: #FFF;
		}
		
		/* Sub-Nav ---------------------------------------------------------- */
		
		ul#main-nav li ul {
			background		: #FFF;
			border-top		: 2px solid #FFF;
		}
		
		ul#main-nav li ul li {
			/*border-bottom		: 2px solid #FFF;*/
			display			: inline;
			margin			: 0;
			padding			: 0;
			width			: 100%
		}
		
		ul#main-nav li ul li a {
			background		: #DFDFD6;
			border			: none;
			display			: block;
			margin-bottom	: 2px;
		}
		
		ul#main-nav li ul li a:hover {
			background		: #D6D6BE;
			color			: #666;
			border			: none		
		}
		
		ul#main-nav li ul li a.current {
			background		: #D6D6BE url("../images/new-nav-bar/rtarrow_white.gif") top right no-repeat;
			color			: #666;
		}
		
		ul#main-nav li ul li a.current:hover {
			background		: #D6D6BE url("../images/new-nav-bar/rtarrow_white.gif") top right no-repeat;
			color			: #666;
		}
		
		
		/* Detail-Nav ---------------------------------------------------------- */
		
		ul#detail-nav	li {
			display			: inline;
			float			: left;
			border			: none;
			height			: 22px;
			margin			: 0 0px 0px 0px;
		}
		
		ul#detail-nav	li.home		 	{ width			: 44px; background		: #E03636 url(../images/ReproSales_05.gif) top left no-repeat }
		ul#detail-nav	li.aboutus 		{ width			: 69px; background		: #DF8627 url(../images/ReproSales_06.gif) top left no-repeat }
		ul#detail-nav	li.contact		{ width			: 64px; background		: #0A8AEC url(../images/ReproSales_07.gif) top left no-repeat }
		
		ul#detail-nav li a {
			border			: 0;
			font			: normal 90% Arial,Helvetica,Sans Serif;
			margin-left		: 0px;
			padding 		: 0px 0 0px 0px;
			text-decoration	: none;
			width			: 100%;
			height			: 100%;
			
		}
		
		ul#detail-nav li a:hover {
			display			: block;
			/* background		: #B6B6B6; */
			color			: #FFF
		}