﻿#menuNavigator li {
	margin: 0 3px;
	padding: 0 0 3px;
	float: left;
	position: relative;
	list-style: none;
	z-index:1;
}
/* main level link */
#menuNavigator a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  5px 20px;
	margin: 0;
	border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	 
}
/* main level link hover */
#menuNavigator .current a, #menuNavigator li:hover > a {
	background: #d1d1d1; /* 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: #444;
	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);
	behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/* sub levels link hover */
#menuNavigator ul li:hover a, #menuNavigator li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	 behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#menuNavigator ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !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);
	 behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/* level 2 list */
#menuNavigator ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 27px;
	left: 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);
	 behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/* dropdown */
#menuNavigator li:hover > ul {
	display: block;
}
#menuNavigator ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menuNavigator ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#menuNavigator ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
#menuNavigator 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;
	 behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
#menuNavigator 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;
	 behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
/* clearfix */
#menuNavigator:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


#menuArea
{
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #252525; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000040', endColorstr='#0000ce'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000040), to(#0000ce)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000040,  #0000ce); /* for firefox 3.6+ */
	border: solid 1px #6d6d6d;
    behavior: url(/Content/pie.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}