@charset "utf-8";
/* CSS Document */
.some-link-selector { display: block; } 
#nav{
	list-style: none;
	margin:0px;
}

#nav ul {
	padding:0;
	margin:0;
	list-style: none;
	width:12em;
	z-index:95;
	/*position:absolute;*/
}

#nav li {
	
	margin:0;
	position: relative;
	float:left;
	width: 12em;
	background-color:#666666;
	border-left:solid 1px #CCCCCC;
	background-image:url(https://s3.amazonaws.com/NowInStock.net/images/main/menu1BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:1.5em;
	z-index:96;
	
}

#nav ul li{
	background-color:#666666;
	background-image:none;
	z-index:97;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-align:center;
}
/* Top Right Bottom Left */
#nav ul ul li{ border-width:0 0 1px 0;z-index:98;}
#nav ul ul li:last-child{border-width:0 0 1px 0;z-index:99;}
 
#nav a {
    text-decoration:none;
	text-align:left;
    display:block;
    padding: 0.1em 0.1em 0.1em 0.6em;  
    margin:0; 
    width:11.25em; 
    height:1.2em;
}

#nav a:hover, #nav li:hover{
    background-color:#000066;
}
#nav ul li:hover, #nav ul li a:hover{ 
	background-color:#000066;
}

#nav ul{
    display:none;
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-1.8em;
	margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
 	margin-top:-1.35em;
	*margin-left:6em;
}

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}


li>ul { 
	top: auto;
	left: auto;
}
/* site style */
#holdm{position:absolute; top:100px !important; left:20px; margin-left:-2.5em; z-index:80; width:80%; }
     
 /*    #vertm{width:15em; float:left;}
     .com{color:purple; margin-top:10px; }
    li.small{height:10px;}
    li.small a{height:10px; line-height:10px;}
	.colorspot span{visibility:hidden;}
	.colorspot{float:left; width:.5em; height:.5em; line-height:.5em; overflow:hidden; margin:1px 1px 0 0;  text-decoration:none;}
	#colorcon{background-color:#000; padding:2px; float:left;}
	#colordisp{width:100%; height:1.2em; text-align:center; background-color:#CCC;}*/


/* Remainder Navigation =================================================== */
#navRem{
	list-style: none;
	margin:0px;
}

#navRem ul { 
	padding: 0;
	margin:0;
	list-style: none;
	z-index:99;
	/*position:relative;
	overflow:visible;  */
}

#navRem li { 
    margin:0;   
    position: relative; 
    float:left;
	width:5em;
	background-color:#666666;
	border-left:solid 1px #CCCCCC;
	background-image:url(https://s3.amazonaws.com/NowInStock.net/images/main/menu1BG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    height:1.65em;
	text-align:center;
}
#navRem ul li{ background-color:#CCCCCC;}

#navRem ul li{ border-width:0 0 0 0;}
#navRem ul ul li{ border-width:0 0 0 1px;}
#navRem ul ul li:last-child{border-width:0;}
 
#navRem a {
    text-decoration:none;
	text-align:center;
    display:block; 
    margin:0; 
    width:5em; 
    height:1.65em;
}

#navRem a:hover, #navRem li:hover{
    background-color:#000066; 
}
#navRem ul li:hover, #navRem ul li a:hover{ background-color:#333333;}


#navRem ul{
    display:none;   
}

/*all see this */
#navRem ul ul, #navRem ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-1.8em; 
    margin-left:12em;
}

/* non-IE browsers see this */
 #navRem ul li>ul, #navRem ul ul li>ul{
    margin-top:-1.35em;
 }

 
#navRem li:hover ul ul, #navRem li:hover ul ul ul, #navRem li:hover ul ul ul ul, #navRem li:hover ul ul ul ul ul{
    display:none; 
}

#navRem li:hover ul, #navRem ul li:hover ul, #navRem ul ul li:hover ul, #navRem ul ul ul li:hover ul, #navRem ul ul ul ul li:hover ul{
    display:block;
}
