@charset "UTF-8";
/* CSS Document */

/*============================*/
/* General
/*============================*/


#container {
	position:absolute;
	left:118px;
	top:130px;
    margin: 40px auto;
    width: 800px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	z-index:150;
}

@font-face {
	font-family: 'PapyrusRegular';
	src: url('font/papyrus-webfont.eot');
	src: local('☺'), url('font/papyrus-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}





#container a {
	font-family: PapyrusRegular, Verdana, Geneva;
	font-weight: normal;
	text-decoration: none;
	-moz-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#container a:hover {
    color: #555;    
}

/*============================*/
/* Main Navigation
/*============================*/
#nav {            
    height: 50px;
    line-height: 50px;            
    width: 100%;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {    
    /*background: #333;
    background-image: -o-linear-gradient(bottom, #733800 0%, #FFD443 100%);
    background-image: -moz-linear-gradient(bottom, #733800 0%, #FFD443 100%);
    background-image: -webkit-linear-gradient(bottom, #733800 0%, #FFD443 100%);
    background-image: -ms-linear-gradient(bottom, #733800 0%, #FFD443 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #733800),color-stop(1, #FFD443));    
    background-image: linear-gradient(bottom, #733800 0%, #FFD443 100%);*/
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDQ0MyIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzczMzgwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/

background: -moz-linear-gradient(top,  rgba(255,212,67,0.4) 0%, rgba(115,56,0,0.4) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,212,67,0.4)), color-stop(100%,rgba(115,56,0,0.4))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,212,67,0.4) 0%,rgba(115,56,0,0.4) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,212,67,0.4) 0%,rgba(115,56,0,0.4) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,212,67,0.4) 0%,rgba(115,56,0,0.4) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,212,67,0.4) 0%,rgba(115,56,0,0.4) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffd443', endColorstr='#cc733800',GradientType=0 ); /* IE6-8 */


    float: left;
    position: relative;
    width: 20%;    
}

#nav li:first-child, #nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
}
#nav li:last-child, #nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}

#nav a {
	border-right: 1px solid #733800;
	border-left: 1px solid #733800;
	color: #000;
	display: block;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	text-align: center;
/*	text-shadow: 0 -1px 0 #eee;*/
	-webkit-box-shadow: inset 0 0 10px transparent;
	-moz-box-shadow: inset 0 0 10px transparent;
}

#nav a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}

#nav li:hover > a {
	background: #733800;
	border-left-color: #000;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	-webkit-box-shadow: inset 0 0 10px #111;
	-moz-box-shadow: inset 0 0 10px #111;
	box-shadow: inset 0 0 10px #111;
}
#nav span {
    position: relative;    
}

#nav a:active span {
    color: #ffd;
    position: relative;
    top: 1px;
}

#nav li:first-child a {
    border-left: none;    
}

#nav li:last-child a {
    border-right: none;    
}

.dropdown > a span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    content: "";
    right: -13px;
    position: absolute;
    top: 3px;
}

.dropdown:hover > a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: -15px;
    position: absolute;
    top: 6px;
}

/*============================*/
/* Sub Navigation
/*============================*/
#nav ul ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

#nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 250px;
}

#nav ul ul li {
    background: #f3f3f3;
    float: none;    
    line-height: 0;
    width: 100%;            
}

#nav ul ul li:nth-child(odd) {
    background: #eee;    
}

#nav ul ul li:first-child, #nav ul ul li:first-child a { 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0; 
}
#nav ul ul li:last-child, #nav ul ul li:last-child a { 
    -webkit-border-radius: 0 0 3px 3px; 
    -moz-border-radius: 0 0 3px 3px; 
    border-radius: 0 0 3px 3px; 
}

#nav ul ul li a {
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    color: #733800;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 15px;
    text-align: left;
    text-shadow: 0 -1px 0 #eee;
}

#nav ul li ul li a:after {
    background: rgba(0,0,0,.02);
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 100%;
}

#nav ul ul li a:hover {
    background: #ffd;
    color: #111;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#nav ul ul a:active span {
    color: #111;
    position: relative;
    top: 1px;
}

​