/* CSS Document */


#verMenu {
	margin:0;
	padding:0;
	margin-top:20px;
	/*margin-left:40px;*/
	margin-bottom:20px;
	width:250px;
	z-index:-1;
	float:right;
}
#verMenu ul {
	list-style-type:none;
	margin:0;
	padding:5px;
	/*background:#e3d2f8;*/
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-right:1px solid rgba(0,0,0,0.2);
	border-bottom:1px solid rgba(0,0,0,0.0);
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.7), inset -2px -2px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:    inset 1px 1px 2px rgba(0,0,0,0.7), inset -2px -2px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:  inset 1px 1px 2px rgba(0,0,0,0.7), inset -2px -2px 1px rgba(255,255,255,0.5);
}
#verMenu li {
	display:block;/*position: relative;*/
}
#verMenu a {
	display:block;
	border-bottom:0px dotted #b02217;
	color:#111;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:10px;
	border-radius:5px;
	/*text-shadow:1px 1px 0 rgba(255,255,255,0.5);*/
}
#verMenu a:hover {
	text-decoration:none;
	box-shadow:inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	-moz-box-shadow:inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /*  IE6-9 */
}

#verMenu a.selected {
	color:#000;
	text-decoration:none;
	box-shadow:inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	-moz-box-shadow:inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(0,0,0,0.7), inset 1px 1px 2px rgba(255,255,255,1);
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /*  IE6-9 */
}

#verMenu li li a {
	background:#ef2e1f;
	color:#fff;
	font-weight:bold;
	border-bottom:1px dotted #fff;
	border-radius:5px;
}
#verMenu li li a:hover {
	background:#b02217;
	color:#fff;
}
#verMenu ul ul {
	display:none;
	position:absolute;
	top:-10px;
	width: 100%;
	left:100%;
	box-shadow: 1px 1px 2px #333;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-radius:10px;
	background:#b02217;
	border:1px solid #fff;
	padding-bottom:15px;
	padding-top:15px;
}
#verMenu ul li:hover ul {
	display:block;
}
#verMenu .dropMenuImg {
	background-image:url(../imgs/arrowRightRed.png);
	background-position:90% 8px;
	background-repeat: no-repeat;
}
#verMenu a:hover.dropMenuImg {
	background-image:url(../imgs/arrowRight.png);
	background-position:90% 8px;
	background-repeat: no-repeat;
}
#horMenu {
	margin-left:1px;
	margin-top:31px;
	font-size:1.0em;
	font-weight:normal;
}
#horMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#horMenu li {
	float:left;
}
#horMenu a {
	display:block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#fff;
	text-decoration:none;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:18px;
	width:305px;
	height:25px;
	text-align:center;
	background-color:rgba(0,0,0,1);
	text-shadow:-1px -1px 0px rgba(0,0,0,0.5), 1px 1px 0px rgba(255,255,255,0.3);
	box-shadow: 0 -1px 2px rgba(0,0,0,0.9), inset 0 -3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 -1px 2px rgba(0,0,0,0.9), inset 0 -3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:  0 -1px 2px rgba(0,0,0,0.9), inset 0 -3px 3px rgba(0,0,0,0.5);
	opacity:0.90;
	filter:alpha(opacity=90);
}
#horMenu a:hover {
	
	background:#130c1c;
	color:#fff;
	text-decoration:none;
	
	/*
	box-shadow: 0 -4px 6px rgba(0,0,0,0.8), inset 0 -0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow:   0 -4px 6px rgba(0,0,0,0.8), inset 0 -0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow:   0 -4px 6px rgba(0,0,0,0.8), inset 0 -0px 0px rgba(0,0,0,0.0);*/
}
#horMenu .dropMenuImg {
/*	background-image:url(../imgs/arrowDown.png);
	background-position:95% 12px;
	background-repeat: no-repeat;*/
}
#horMenu a:hover.dropMenuImg {
/*	background-image:url(../imgs/arrowDownOrange.png);
	background-position:95% 12px;
	background-repeat: no-repeat;*/
}
#horMenu ul ul {
	position:absolute;
	display:none;
	box-shadow: 2px 3px 4px #333;
	-moz-box-shadow:     2px 3px 4px #333;
	-webkit-box-shadow:   2px 3px 4px #333;
	/*margin-top:-2px;*/
	border-left:1px solid #130c1c;
	border-right:1px solid #130c1c;
	border-bottom:1px solid #130c1c;
	background:#130c1c;
	padding-bottom:15px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
#horMenu ul li:hover ul {
	display:block;
}
#horMenu li li {
	clear:both;
	margin:0;
	border:0;
	width:100%;
}
#horMenu li li a {
	text-align:left;
	background:#fff;
	border:0;
	border-bottom:0px solid #ffa200;
	color:#333;
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:normal;
	text-shadow: none;
}
#horMenu li li a:hover {
	background:#3f3f41;
	color:#ddd;
	border-bottom:0px solid #fff;
	border-left:0;
}
#homeNav {
	margin:0;
	padding:0;
	margin-left:0px;
	position:fixed;
	width:960px;
	z-index:99;
}
#homeNav ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#homeNav a {
	font-size:0.87em;
	width:80px;
	float:left;
	margin-left:10px;
	margin-top:-10px;
	text-decoration:none;
	color:#111;
		text-shadow:1px 1px 1px rgba(255,255,255,0.5);
	text-align:center;
	display:block;
	font-weight:bold;
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:0px;
	border-radius:5px;
	border:0px solid #000;
	box-shadow:0 1px 5px #000;
	-moz-box-shadow:    0 1px 5px #000;
	-webkit-box-shadow:  0 1px 5px #000;
	opacity:0.8;
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #eeeeee 0%, #adadad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eeeeee), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #eeeeee 0%,#adadad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #eeeeee 0%,#adadad 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #eeeeee 0%,#adadad 100%); /* IE10+ */
background: linear-gradient(135deg,  #eeeeee 0%,#adadad 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#adadad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#homeNav a:hover {
/*box-shadow:0 2px 10px #000;
	-moz-box-shadow:    0 2px 10px #000;
	-webkit-box-shadow:  0 2px 10px #000;*/
}
#homeNav a img {
	margin:0;
	margin-top:5px;
	border:0;/*position:relative;
	left:-5px;
	top:2px;*/
}
#homeNav ul ul {
	width:350px;
}
#homeNav ul ul li {
	clear:both;
}
#homeNav a a {
	width:10px;
	background:none;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	opacity:1;
}
