@charset "UTF-8";
@import url("IGA-menu.css") screen;
	
#navHome ul {
	text-align:right;
	border-right: 1px #000 solid;
	margin-right:32px;
	padding-bottom:20px;
	overflow:visible;
}
#navHome li {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 18pt;
	font-variant:small-caps;		
}

#navHome a {
	text-decoration:none;
	color: #330;
	line-height:50px;
	margin-right:-18px;
	padding-right:28px;
	display:block;
	background-image: url(../Images/buttBar.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	height: 46px;	
}
#navHome a:hover {
	color: #330;
	line-height:38px;
	background-position:110% bottom;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-os-transition: all .1s ease-out;
	transition: all .1s ease-out;	
}

#subMenu ul {
	text-align:left;
	border-left: 1px #000 solid;
	margin-left:27px;
	padding-top:8px;
}
#subMenu li {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic";
	font-size:18px;
	font-weight:bold;	
}
#subMenu a {
	text-decoration:none;
	color: #963;
	margin-right:0px;
	display:block;
	height: 36px;
	line-height: 35px;
	padding-left:10px;
}
#subMenu a:hover {
	background-color: rgba(256,256,256,0.5);
	background-image:url(../Images/pointer.png);
	color: #F93;
	background-position: right center;
	background-repeat:no-repeat;
}
#subMenu a:active {
	color: #963;
	background-color: #F93;
	background-image:url(../Images/pointer-w.png);
	background-position: right center;
	background-repeat:no-repeat;
}
#subMenu li.current a {
	color: #FFF;
	background-color: #F93;
	background-image: none;
}

#subIndx ul {
	border-right: 1px #000 solid;
	margin-right:32px;
	padding-top:20px;
	padding-bottom:20px;
}
#subIndx li {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic";
	font-size:18px;
	font-weight:bold;			
}
#subIndx a {
	text-decoration:none;
	color: #963;
	height: 40px;
	line-height: 39px;
	display:block;
	margin-right:-20px;
	padding-right:30px;		
}
#subIndx a:hover {
	color: #F93;
	background-color: rgba(256,256,256,0.5);
	background-image:url(../Images/pointer.png);
	color: #F93;
	background-position: right center;
	background-repeat:no-repeat;	
}
#subIndx a:active {
	color: #963;
	background-color: #F93;
	background-image:url(../Images/pointer-w.png);
	background-position: right center;
	background-repeat:no-repeat;
}

#IGAmenu2 ul {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic";
	font-size:17px;	
	font-weight: bold;
	margin-top:10px;
	
}
#IGAmenu2 li {
	display:inline-block;
	float:left;
	margin-right:12px;
	margin-bottom:6px;
	margin-left:10px;
}
#IGAmenu2 a {
	text-decoration:none;
	color: #630;
	display:block;
}
#IGAmenu2 a:hover {
	color: #FFF;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-os-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#IGAmenu2 a:active {
	color: #000;
}
#IGAmenu2 li.current {	
	border-bottom: 2px #FFF solid;
}
#IGAmenu2 li.current a {
	color: #F93;
}

#IGAmenu2.port ul {
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
}
#IGAmenu2.port li {
	display:inline-block;
	float:left;
	margin-right:4px;
	margin-bottom:6px;
	margin-left:10px;
}

div.top {
	margin: 4px 0;
	position: relative;
	width: 100%;
	height: 30px;
	overflow: hidden;
	}	
	
	div.top div {
	height: 26px;
	position: absolute;
	}
				
	div.top div.first {
	background-color:#C60;
	left: 150px;
	width: 100%;
	-webkit-transition: left .2s ease-out;
	-moz-transition: left .2s ease-out;
	-ms-transition: left .2s ease-out;
	-os-transition: left .2s ease-out;
	transition: left .2s ease-out;
	}
	
	div.top div.second {
	width: 140px;
	text-align:right;
	top: 0;	
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	letter-spacing:1px;
	font-variant:normal;		
	}
	
	div.top a {
	line-height: 26px;
	color: #630;
	display:block;
	text-decoration:none;
		padding-right: 10px;
	}		
		
div.top:hover div.first {
	left: 0px;
	}
	
div.top a:hover {
	color: #FFF;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
	
	div.top div.current {
	text-align:right;
	top: 0;	
   font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	letter-spacing:1px;
	font-variant:normal;
	background-color:#C60;
	width: 140px;
	padding-right:20px;		
	}
	
	div.top div.current a {
	color: rgba(102,51,0,0.7);	
	}
	
	
@media only screen and (min-width: 481px) {
	
	#IGAmenu2 ul {
	margin-top:4px;
	font-size:15px;
}
	#IGAmenu2 li {
	margin-left:0px;
}
	#IGAmenu2 a {
	color: #963;
}
	#IGAmenu2 li.current a {
	color: #F93;
}
	
}

	
@media only screen and (min-width: 769px) {
	
#subMenu ul {
	text-align:right;
	border-right: 1px #000 solid;
	margin-right:15px;
	padding-top:20px;
	border-left: none;
	margin-left:0px;
}
#subMenu a {
	margin-right:10px;
	margin-right:-16px;
	padding-right:30px;
	padding-left:0px;
}

#subIndx ul {
	border-right: 1px #000 solid;
	margin-right:32px;
	padding-top:20px;
	padding-bottom:20px;
}
#subIndx li {
	font-family: Verdana, "Verdana Bold", "Verdana Bold Italic", "Verdana Italic";
	font-size:18px;
	font-weight:bold;			
}
#subIndx a {
	text-decoration:none;
	color: #963;
	height: 40px;
	line-height: 39px;
	display:block;
	margin-right:-20px;
	padding-right:30px;		
}
#subIndx a:hover {
	color: #F93;
	background-color: rgba(256,256,256,0.5);
	background-image:url(../Images/pointer.png);
	color: #F93;
	background-position: right center;
	background-repeat:no-repeat;	
}
#subIndx a:active {
	color: #963;
	background-color: #F93;
	background-image:url(../Images/pointer-w.png);
	background-position: right center;
	background-repeat:no-repeat;
}

#IGAmenu2 ul {
	font-size:17px;
	margin-top:0px;
	margin-bottom:0px;	
}

#IGAmenu2 li {
	float:right;
	margin-left:30px;
	margin-right:10px;
	margin-bottom:0px;
}

#IGAmenu2.port ul {
	font-size:13px;
	margin-top:0px;
}
#IGAmenu2.port li {
	float:right;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
}

}

@media only screen and (width: 375px) {
	
	div.top a {
	line-height: 26px;
	color: #630;
	display:block;
	text-decoration:none;
		padding-right: 0;
	}
	
	}