/** JKW Styles for 2 Level Hover Horizontal Menu**/
/*************************************************/
#container {
	background: #ffffff;
	text-align: left;	
	margin: 0 auto;
}
#nav, #nav ul {
	list-style: none;
	background: #ffffff;
	padding: 0px;
	border: 0px;
	margin: 0px;
	color: black;
	}
#nav li {
	float: left;
	margin-right: 1px;
	width: 105px;
	height:auto;
	background: #4150a3;
	color: black;
	background-image:url('/images/custom/bg_menu.gif');
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 105px;
	border-width: 0.25em;
}
#nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: .5em 1em;
	text-align: left;
}
/** JKW To change the width of the lower menus you have to change the em on the next three styles **/
/** It must be in ems for it to move over not px.  The ems on the third style is to be 1 em larger than the first two **/
#nav li li {
	padding-right: 1em;
	width: 10em
	text-align: left;
}
#nav li ul a {
	width: 10em;
	text-align: left;
}
#nav li ul ul {
	margin: -1.75em 0 0 11em;
	text-align: left;
}
/** JKW The -999 is what hides the part you can see and the left:auto is what brings it back. **/
/** If you need more levels then see doc in the LI directory in the PC boiler plate **/
#nav li:hover ul ul, #nav li.sfhover ul ul, {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #a6c5ff;
}
.LinkHeader {
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	height: auto;
	text-align: left;
	font-size: medium;
}
.LinkBody {
	border-style: inset;
	border-color: #77adff;
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	height: auto;
	text-align: left;
	font-size: medium;
	position: relative;
	left: 30px;
}
.Linkwww {
	font-size: 75%;
}
.LinkFooter {
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	height: auto;
	text-align: left;
	font-size: medium;
}
.Linkjumpcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #77ADFF;
}
.LinkFooterBold {
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	height: auto;
	text-align: left;
	font-size: medium;
	font-weight: bold;
}
.FreeTable100 {
	font-family: Arial, Helvetica, sans-serif;
	width: 620px;
	height: 25px;
	text-align: center;
}
.PadTD {
	padding: 20px;
	width: 480px;
}
.PicTD {
	width: 140px;
	height: 110px;
}
.FreeShip {
	color: #0066FF;
	font-family: Verdana;
	font-size: 14px;
}
.FreeShipC1 {
	color: #FF0000;
}
.FreeShipC2 {
	color: #008000;
}

.BoldHeaderScript {
	font-family: "Segoe Script";
	font-size: 22px;
	color: #FF0000;
}
.Verdana12Green {
	font-family: Verdana;
	font-size: 11px;
	color: #003399;
	padding: -5px;
}
.largefont {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
.cartcontent {
background-image:url(/images/custom/ShoppingCartBubble.png);
background-position:left top;
background-repeat:no-repeat;
font-family:arial;
font-size:10px;
height:61px;
margin:0;
text-align:center;
width:205px;
color: #000000;
}
