/* CSS Document */
/* Author Pierre Zevallos @ Zevallos.TV http://www.NetworkingFriends.com */
/* Khausak.com khausakmusic.com*/
/*khausak menu css rollover letters and images LANGUAGE OPTION SPANISH ENGLISH*/
/*Fifth E roll menu style SPANISH VERSION uses the same CSS code, it differs on the language use within the html*/
/*other  color FONTS to consider dark olive 494d2c lgith olive b9b899 & b9b997 yellow d9b742 red a20615 red-bright 660033 baby-blue becdec fuscia 892048 mamey ea7220 red-wine 812608 light-blue 87a5e3 orangy ebce7f */
/*colors can be use in combination as long as the other elements allow readability such as putting a too bright or too dark background incontrast an opposite hue/tone/brightness of color*/

#members {
	/*lower image bottom menu list li ul*/
	/*background-image:url(../images_footer_802/menu_footer_802x33_g.gif);/*no transparent dark green color*/ 
	/*background-image:url(../images_footer_802/menu_footer_802x33_t.gif);/*transparent*/ 
	background-repeat:no-repeat;
	position:absolute;
	width:580px;
	bottom:55px;
	left:0px;/*24*/
	/*top:910px;/*1129px, 1096px, 1082px, 1110px*/ /*specify the placement from the top base on the original div dimension*/
	z-index:1; 	/*z-index: 1;*/
	text-align:right;
}
#members ul {
	list-style-type:none;
	font-size:10px;
	font-family: "Courier New", Arial, Verdana, Helvetica, sans-serif ; 
	/*other fonts Courier New, Courier, Arial Black, Arial, Arial Rounded MT Bold,  Helvetica, sans-serif, MarkerFeltThin, */
}
#members a {
/*display:inline; /* block compact inherit inline inline-table list-item marker none run-in table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group */
/*direction:ltr; /*inherit ltr rtl*/
color:#494d2c; /*b9b899 #000066;*/
text-decoration:none;
font-weight:bold;
/*padding:5px 2px 5px 5px; /* 15px padding-bottom padding-left padding-right padding-top*/
/*border-bottom-color:#330099;*/
/*border-right-color:#6600cc;*/
/*border-left-color:#9999ff;*/
/*border-top-color:#ccccff;*/
/*background-image:url(../images_1_2_pixels/icon_checker748f4a.gif); /*optional image*/
background-repeat:repeat; /*no-repeat*/
background-position:0% 50%;
height:1em;
}
#members a:hover, #members a:active {
color:#a20615; /*light blue #ccccff;*/
/*background-image:url(../images_1_2_pixels/icon_checker-894fbf.gif);/*optional image for background rollover*/
}
#currentmembers a:link, #currentmembers a:visited, #currentmembers a:hover, #currentmembers a:active {
/*background-image:url(../images_1_2_pixels/icon_checker-075981.gif);/*optional image for background rollover*/
color:#660033; /*use color name instead of code red web-safe*/
}
#members li {
display:inline;/* block compact inherit inline inline-table list-item marker none run-in table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group */
}

#members_es {
	/*lower image bottom menu list li ul*/
	/*background-image:url(../images_footer_802/menu_footer_802x33_g.gif);/*no transparent dark green color*/ 
	/*background-image:url(../images_footer_802/menu_footer_802x33_t.gif);/*transparent*/ 
	background-repeat:no-repeat;
	position:absolute;
	width:580px;
	bottom:55px;
	left:0px;/*24*/
	/*top:910px;/*1129px, 1096px, 1082px, 1110px*/ /*specify the placement from the top base on the original div dimension*/
	z-index:1; 	/*z-index: 1;*/
	text-align:right;
}
#members_es ul {
	list-style-type:none;
	font-size:10px;
	font-family: "Courier New", Arial, Verdana, Helvetica, sans-serif ; 
	/*other fonts Courier New, Courier, Arial Black, Arial, Arial Rounded MT Bold,  Helvetica, sans-serif, MarkerFeltThin, */
}
#members_es a {
/*display:inline; /* block compact inherit inline inline-table list-item marker none run-in table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group */
/*direction:ltr; /*inherit ltr rtl*/
color:#494d2c; /*b9b899 #000066;*/
text-decoration:none;
font-weight:bold;
/*padding:5px 2px 5px 5px; /* 15px padding-bottom padding-left padding-right padding-top*/
/*border-bottom-color:#330099;*/
/*border-right-color:#6600cc;*/
/*border-left-color:#9999ff;*/
/*border-top-color:#ccccff;*/
/*background-image:url(../images_1_2_pixels/icon_checker748f4a.gif); /*optional image*/
background-repeat:repeat; /*no-repeat*/
background-position:0% 50%;
height:1em;
}
#members_es a:hover, #members_es a:active {
color:#a20615; /*light blue #ccccff;*/
/*background-image:url(../images_1_2_pixels/icon_checker-894fbf.gif);/*optional image for background rollover*/
}
#currentmembers_es a:link, #currentmembers_es a:visited, #currentmembers_es a:hover, #currentmembers_es a:active {
/*background-image:url(../images_1_2_pixels/icon_checker-075981.gif);/*optional image for background rollover*/
color:#660033; /*use color name instead of code red web-safe*/
}
#members_es li {
display:inline;/* block compact inherit inline inline-table list-item marker none run-in table table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group */
}


