@charset "UTF-8";
/* interfaceNav Style CSS */


/* Selector Structure */
#interfaceNavSelector ul {
	width:140px;
}
#interfaceNavSelector li {
	width:100%;
	height:18px;
	overflow:hidden;
	margin:0 0 10px 0;
}
#interfaceNavSelector li a {
	background-image:url(../assets/bkgnd/interfaceNavSelector-Sub.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	height:18px;
	padding-left:140px;
	width:0;
}
#interfaceNavSelectorList {
	height:258px;
}

/* Selector Font Menu */
#interfaceNavSelector.fonts {
	background-position:0 0;
}
#interfaceNavSelector-Fonts {
	height:258px;
}
#interfaceNavSelector-Fonts li a {
	background-image:url(../assets/bkgnd/fontsMenu.jpg);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	height:18px;
	padding-left:140px;
	width:0;
}

/* Selector Info Menu */
#interfaceNavSelector.info {
	background-position:-140px 0;
}
#infoReadme a {
	background-position:0 0;
}
#infoReadme a:hover {
	background-position:-140px 0px;
}
#infoReadme a:active {
	background-position:-280px 0;
}
#interfaceNavSelector.readme #infoReadme a {
	background-position:-420px 0;
}
#infoContact a {
	background-position:0 -18px;
}
#infoContact a:hover {
	background-position:-140px -18px;
}
#infoContact a:active {
	background-position:-280px -18px;
}
#interfaceNavSelector.contact #infoContact a {
	background-position:-420px -18px;
}

/* Selector Legal Menu */
#interfaceNavSelector.legal {
	background-position:-280px 0;
}
#legalPrivacy a {
	background-position:0 -36px;
}
#legalPrivacy a:hover {
	background-position:-140px -36px;
}
#legalPrivacy a:active {
	background-position:-280px -36px;
}
#interfaceNavSelector.privacy #legalPrivacy a {
	background-position:-420px -36px;
}
#legalLicense a {
	background-position:0 -54px;
}
#legalLicense a:hover {
	background-position:-140px -54px;
}
#legalLicense a:active {
	background-position:-280px -54px;
}
#interfaceNavSelector.license #legalLicense a {
	background-position:-420px -54px;
}

/* Button CSS stuff for E-Junkie View Cart Button */
#interfaceNavCartView {
	width:100%;
	text-align:center;
}
#interfaceNavCartView p {
	color:#6D7072;
	font-size:10px;
}
#interfaceNavCartView a {
	background-position:0px 0px;
	overflow:hidden;
	background-image:url(../../assets/bkgnd/cartView.jpg);
	background-repeat:no-repeat;
	height:0px;
	padding:18px 0 0 0;
	float:left;
	width:70px;
	margin:6px 35px 22px 35px;
}
#interfaceNavCartView a:hover {
	background-position:-70px 0px;
}
#interfaceNavCartView a:active {
	background-position:-140px 0px;
}