@charset "utf-8";
/* CSS Document */
/* main menu */
/* CSS Document */
	img{border:0;}
a:link{
	font-weight: normal;
	color: #666;
	text-decoration: underline;
}
a:hover{
	font-weight: normal;
	color: #F60;
	text-decoration: overline;
}
a:visited{
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}

/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */

#nav {
	width: 100%;
	height: 34px;
	font-family: "Comic Sans MS", cursive;
	text-shadow: 0px 0px 4px black;
	font-size: 14px;
	/*	font-weight: bold; */
	list-style: none;
	line-height: 34px;
	z-index: 400;
	padding-left: 2px;
	margin: 0;
	float: left;
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: normal;
	font-weight: normal;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}

#nav a {
	display: block;
	line-height: 34px;
	color: #FFF;
	text-decoration: none;
	height: 34px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 0px;
	width: auto;
	font-style: normal;
	font-weight: normal;
}

#nav li a:hover {
	color: #0F0;
	/*text-shadow: -1px 1px 3px white;*/
	background-image: url(../Menu/img/parent.png);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}
a:current#nav {
	color: #0F0;
	
	background-image: url(../img/parent.png);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}
/*#nav a:link {
	color: #0F0;
	background-image: url(../Menu/img/parent.png);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}*/

#nav li { /* all list items */
	float: left;
	font-style: normal;
	font-weight: normal;
}

#nav li ul { /* second-level lists */
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: -1px 2px 10px #000;
	-webkit-box-shadow: -1px 2px 10px #000;
	box-shadow: -1px 2px 10px #000;
	position: absolute;
	width: 140px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	/*background-color: transparent;*/
	height: auto;
	line-height: 22px;
	background-image: url(../Menu/img/backgroundMenu.png);
	background-repeat: repeat;
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85; 
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);  /*  IE 5-7 */  
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*  IE 8 */  
	/*-ms-filter: "alpha(opacity=90)";*/
	/*filter:alpha(opacity=85); */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 400;
}


#nav li ul a{
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	padding-right: 0px;
	padding-left:10px;
	color: #FFF;
	z-index: 400;
	line-height: 22px;
	height: 30px;
	font-style: normal;
	background-color: transparent;
	width: 130px;
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#nav li ul a:hover{
	-moz-opacity: 1.00;
	-webkit-opacity: 1.00;
	opacity: 1.00;
	/*filter:alpha(opacity=85); */
	color: #0F0;
	background-image: url(../Menu/img/parent.png);
	background-repeat: repeat-x;
	z-index: 400;
	width: 130px;
	background-position: 0px -42px;
}

#nav ul a:hover, #nav ul a:active, #nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-image: url(../Menu/img/parent.png);
	background-repeat: repeat-x;
	background-position: 0px -42px;
	color: #0F0;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

