#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links too look like
	*/
	width: 885px;

}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	
	line-height:24px;
	
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	
	font-family: helvetica, verdana, tahoma, arial;
	font-size: 11px;
	padding:0px 10px 0px 10px;
	margin-right:33px;
	color:#ffffff;
	text-decoration:none;
	
}


.dropdown a:hover{
	color: #ffffff;
	background-image: url(../images/backup.png);
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

.dropdown ul {
	top:32px;
}
.dropdown li ul a{
	width:160px;
	background-image: url(../images/back.png);
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
		margin-left: 0px;
	margin-right: 0px;
}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
		margin-left: 0px;
	margin-right: 0px;
	width:180px;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
		margin-left: 0px;
	margin-right: 0px;
	width:181px;
}
.dropdown li ul li a{

}
.dropdown a.popout {
	/* totally optional popout indicator */
	margin-left: 0px;
	margin-right: 0px;
	background-position:center right;
	background-repeat:no-repeat;
}

.dropdown .popout2 {
	/* totally optional popout indicator */
	background-image: url(../images/backbottom.png);
	margin-left: 0px;
	margin-right: 0px;

}
.dropdown .popout2:hover {
	/* totally optional popout indicator */
	background-image: url(../images/backbottomup.png);
	margin-left: 0px;
	margin-right: 0px;

}

.dropdown .popout3 {
	/* totally optional popout indicator */
	background-image: url(../images/uppermenu.png);

}
.dropdown .popout3:hover {
	/* totally optional popout indicator */
	background-image: url(../images/uppermenuup.png);

}

.dropdown .popout4 {
	/* totally optional popout indicator */
	background-image: url(../images/singlemenu.png);
	background-repeat: no-repeat;

}
.dropdown .popout4:hover {
	/* totally optional popout indicator */
	background-image: url(../images/singlemenuup.png);
	background-repeat: no-repeat;

}


.dropdown55 .home a:hover {
	/* totally optional popout indicator */
	background-image: url(../images/homeup.png);
	background-position: center
	

}

.dropdown .aboutus a:hover {
	/* totally optional popout indicator */
	background-image: url(../images/aboutusup.png);
	background-position: center

}

.dropdown .products:hover {
	/* totally optional popout indicator */
	background-image: url(../images/productsup.png);
	background-position: center

}

.dropdown .quote a:hover {
	/* totally optional popout indicator */
	background-image: url(../images/quoteup.png);
	background-position: center

}

.dropdown .support:hover {
	/* totally optional popout indicator */
	background-image: url(../images/supportup.png);
	background-position: center

}

.dropdown .downloads:hover {
	/* totally optional popout indicator */
	background-image: url(../images/downloadsup.png);
	background-position: center

}

.dropdown .links:hover {
	/* totally optional popout indicator */
	background-image: url(../images/linksup.png);
	background-position: center

}

.dropdown .news a:hover {
	/* totally optional popout indicator */
	background-image: url(../images/newsup.png);
	background-position: center

}

.dropdown .contact2 a:hover {
	/* totally optional popout indicator */
	background-image: url(../images/contactup.png);
	background-position: center

}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}

a:active {
  outline: none;
}
