#test {
	background-repeat: repeat-x;
	background-image: url(http://diiworld.com/mailer/images/bg.jpg);
	text-align: center;
}

#navigation {
	margin: 0;
	padding: 0px 0px 2px 0px;
	width: 796px;
	height: 30px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
    line-height: normal;
	color: #333333;
	background-color: black;
	background-repeat: no-repeat;
	background-position: left top;
	/* background-image: url(../images/nav_bg.jpg); Looks better without this added */
}
#navigation ul {
	margin: 0;
	padding: 0px 1px 0px 0px;
	float: left;
	list-style: none;
}

#navigation ul li {
	height: 30px;
	background-color: black;
	margin: 0;
	padding: 0;
	display: inline;
	z-index: 100;
	position: relative;
	float: left;
}
#navigation a {
	margin:0;
    padding: 0;
    float: left;
    text-decoration: none;
	background-image: url(../images/nav_right.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a span {
	margin:0;
	padding: 8px 15px 8px 15px;
	float: left;
	display: block;
	color: #CCCCCC;
  	background-image: url(../images/nav_left.jpg);
  	background-color: black;
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation a span em {
	color: #EB9A0A;
	font-style: normal;
	font-weight: bold;
}
#navigation a:hover {
	/* background-position: 0% -32px; */
	cursor: pointer;
}

#navigation a:hover span {
	color: #FFFFFF;
	/* background-position: 100% -32px; */
	cursor: pointer;
}


/* Dropdown Stuff below */


/* make the top level links horizontal and position relative so that we can position the sub level */
#navigation li {
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
#navigation table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top: -15px;
}

/* hide the sub level links */
#navigation ul li ul {
visibility:hidden;
position: absolute;
width:160px;
height:0;
margin-top: 30px;
list-style: none;
left: -1px;
}

#navigation ul li ul li {
	height: 25px;
	padding-bottom: 10px;
}
.lisize {
	width: 30px;
}
#navigation ul li ul span {
	margin: 0;
	padding: 8px 15px 15px 15px;
	float: left;
	display: block;
	color: #CCCCCC;
  	background-color: black;
  	background-image: none;
}
.smallbox {
	width:75px;
}
.bigbox {
	width:160px;
}
.mediumbox {
	width: 100px;
}
/* make the sub level visible on hover list or link */
#navigation ul li:hover ul, #navigation ul a:hover ul {
visibility:visible;
}
