@import url(/navselectors.css);

.top_nav {
	position:absolute;
	bottom:0px;
	left:290px;
	width: 650px;
	margin:0px; padding:0px;
	height:36px;
   /* background-color:pink;*/
}

a {
	/*color: #333;*/
}
nav ul {
	margin: 0;
	padding: 7px 6px 0 0;
	line-height: 100%;
	font-family:Verdana, Geneva, sans-serif; font-size:12px;
	width:644px; /*background-color:green;*/
	
	/*border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);*/

	/*background: #8b8b8b;  for non-css3 browsers */
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */

/*	border: solid 1px #6d6d6d;*/
}
nav ul li {
	margin: 0 10px 0 0;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
nav ul a {
	font-weight: bold;
/*	color: #e7e5e5;*/
	text-decoration: none;
	display: block;
	padding:  8px 15px;
	margin: 0;
	background-image:url(images/topnav_gradient.gif); background-position:left top; background-repeat: repeat-x; color:#636365;
		border:1px solid #d2cece;
	/*-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
}
/* main level link hover */
nav ul .current a, nav ul li:hover > a {
	background: #949392; /* for non-css3 browsers */
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
/*	background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

	color: #ffffff;
/*	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, .8);*/
}
/* sub levels link hover */
nav ul ul li:hover a, nav ul li:hover li a {
	background: none;
	border: none;
/*	color: #fff;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
nav ul ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#949392', endColorstr='#504e4e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#949392), to(#504e4e)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #949392,  #504e4e) !important; /* for firefox 3.6+ */

	color: #fff !important;
/*	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
}
/* level 2 list */

nav ul li ul li a, nav ul li.current ul li a { color:#636365; display:block; width:155px;}
nav ul ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #eeeeee); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 29px; /*determines space between dropdown and top of the nav--*/
	left: 0px;
	border: solid 1px #d2cece;
	/*-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);*/
}
/* dropdown */
nav ul li:hover > ul {
	display: block;
}
nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}
nav ul ul a {
	font-weight: normal;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, .9);*/
}
/* level 3+ list */
nav ul ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
nav ul 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 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 ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
nav ul {
	display: inline-block;
}
html[xmlns] nav ul {
	display: block;
}
* html nav ul {
	height: 1%;
}

