
/* //////////////////////// */
/* //////// MAIN ///////// */	
#nav-wrapper	{
				position: absolute; top: 8px; right: 0px; z-index: 100; margin: 0; padding: 0;
				width: 500px; heigth: 50px;	}
				
.nav-top	{
				position: relative; float: right; margin: 0; padding: 0; width: auto; heigth: 50px;
				}

.nav-top ul		{margin: 0; padding: 0; list-style-type: none;}

.nav-top ul li	{position: relative; margin: 0; padding: 0; display: inline;}

.nav-top ul li a	{
				margin: 0; padding: 8px 10px 6px 10px; color: #fff;
				font-family: 'CorbelBold', Verdana; font-size: 12px; text-decoration: none; text-transform: uppercase;
				line-height: 1.2em; letter-spacing: 0em; text-indent: 0px;
				background: #fe8534 url(../images/grad-nav.gif) repeat-x 0% 0%;
				-moz-border-radius-bottomright: 3px;
				-khtml-border-radius-bottomright: 3px;
				-webkit-border-bottom-right-radius: 3px;
				-moz-border-radius-bottomleft: 3px;
				-khtml-border-radius-bottomleft: 3px;
				-webkit-border-bottom-left-radius: 3px;
				}

.nav-top ul	li a:link,
.nav-top ul	li a:visited	{text-decoration: none; color: #4f2001;}
.nav-top ul	li a:hover,
.nav-top ul	li a:active		{text-decoration: none; color: #fff; color: #000;
background: #fe8534 url(../images/grad-nav-on.gif) repeat-x 0% 0%;}



.nav-top ul	li a.home	{
				position: relative; top: -30px; left: -657px; z-index: 100000;
				margin: 0px 0px 0px 0px; padding: 6px 10px 10px 10px; color: #fff;
				font-family: 'CorbelBold', Verdana; font-size: 12px; text-decoration: none; text-transform: uppercase;
				line-height: 1.2em; letter-spacing: 0em; text-indent: 0px;
				background: #fe8534 url(../images/grad-nav-home.gif) repeat-x 0% 0%;
				-moz-border-radius-topright: 3px;
				-khtml-border-radius-topright: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-khtml-border-radius-topleft: 3px;
				-webkit-border-top-left-radius: 3px;
				}

.nav-top ul	li a.home:link,
.nav-top ul	li a.home:visited	{text-decoration: none; color: #4f2001;}
.nav-top ul	li a.home:hover,
.nav-top ul	li a.home:active	{text-decoration: none; color: #fff; color: #4f2001; color: #000; 
/*background: #fe8534 url(../images/grad-nav-home-on.gif) repeat-x 0% 0%;*/}






/* /////////////////////// */
/* //////// SUB ///////// */	
.nav-top ul	li .nav-sub	{
				position: absolute; top: 25px; left: 0px; z-index: 10000; margin: 0; padding: 0; display: none;}
				
				
.nav-top ul	li .nav-sub ul	{
				margin: 0; padding: 0;	list-style: none; float: left; background: #000;
				/*--Bottom right rounded corner--*/
				-moz-border-radius-bottomright: 3px;
				-khtml-border-radius-bottomright: 3px;
				-webkit-border-bottom-right-radius: 3px;
				/*--Bottom left rounded corner--*/
				-moz-border-radius-bottomleft: 3px;
				-khtml-border-radius-bottomleft: 3px;
				-webkit-border-bottom-left-radius: 3px;
				}
				
.nav-top ul li .nav-sub ul li	 {margin: 0; padding: 0;}
				
.nav-top ul li .nav-sub ul li a	{
				margin: 0; padding: 7px 7px 8px 10px;
				border-top: 3px #2f3236 solid; font-family: 'CorbelBold', Verdana; font-size: 12px;
				text-decoration: none;	text-transform: none; line-height: 1.2em; letter-spacing: 0em;
				text-indent: 0px; float: none; display: block; background: #000; width: 100%;
				-moz-border-radius-bottomright: 0px;
				-khtml-border-radius-bottomright: 0px;
				-webkit-border-bottom-right-radius: 0px;
				-moz-border-radius-bottomleft: 0px;
				-khtml-border-radius-bottomleft: 0px;
				-webkit-border-bottom-left-radius: 0px;
				}
				
.nav-top ul	li .nav-sub ul li a:link,
.nav-top ul	li .nav-sub ul li a:visited	{text-decoration: none; color: #fff; background-image: none;}
.nav-top ul	li .nav-sub ul li a:hover,
.nav-top ul	li .nav-sub ul li a:active	{text-decoration: none; color: #fe8534; background-image: none;}



/* ////////////////////////////////////////// */
/* //////// FONTS DECLARATION: /////////////////
	
	font-family: 'CorbelBold';
	font-family: 'CorbelRegular';
	
	font-family: 'ChronicleTextG3Regular';
	font-family: 'ChronicleTextG3BoldRegular';
	font-family: 'ChronicleTextG3Italic';
	font-family: 'ChronicleTextG3SemiRegular';
	
////////////////////////////////////////////// */
/* /////////////////////////////////////////// */