/*
body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ebebeb;
	width: 900px;
	margin: 100px auto;
	color: #666;
}

a {
	color: #333;
}
*/


@import url(http://fonts.googleapis.com/css?family=Iceland);


#nav {
font-family: 'Iceland', cursive;
font-size: 1.5em;
line-height: 100%;

/*position: absolute;*/
margin-top: 12px;
margin-left: 250px;
display: block;



}



/*
#nav {
	font-family: 'Iceland', cursive;
	font-size: 1.5em;
	width: 800px;
	margin: 0;
	padding: 8px 6px 0;
	line-height: 100%;
	box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 4px 4px 4px #000;
	-moz-box-shadow: 4px 4px 4px #000;
	border-radius: 8px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border: solid 1px #808080;
	
background: rgb(204,204,204); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
/*}

*/

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;	
}

/*
#nav .logo li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
*/

/* main level link */
#nav a {
	font-weight: bold;
	/*color: #e7e5e5;*/
	color: #444;
	text-decoration: none;
	display: block;
	padding:  14px 20px;
	margin: 0;

	border-radius: 0.5em;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	/*text-shadow: 0 1px 2px rgba(0,0,0, .3);*/
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
#nav a:hover {
	background: #000;
	/*color: #fff;*/
}

/* main level link hover */
#nav .current a {
	/*background: #666 url(img/gradient.png) repeat-x 0 -40px;*/
	
	
	color: #B85454;
	/*border-top: solid 1px #f8f8f8;*/

	/*
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
*/
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

#nav li:hover > a {
background: rgba(0,0,0, .1);
}

#nav .current:hover > a{
pointer-events: none;
cursor: default;
background: rgba(0,0,0, 0);


}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	/*color: #666;*/

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	/*position: absolute;*/
	/*top: 35px;*/
	left: 0;
	/*background: #ddd url(img/gradient.png) repeat-x 0 0;*/
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}


