.noBorder {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

.dd_2 img{
	border: 0px;
	}
	
.desc {
	font-size: 7pt;
	display: block;
	width: 85px;
	height: 30px;
	font-family: verdana;
	font-weight: bolder;
	text-decoration: none;
	color: black;
	background: white;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
	margin: 0px;
	padding: 0px;
	}
	
	
.dd_2 a {
	text-align: left;
	display: inline;
	width: 85px;
	height: 77px;
	margin: 0px;
	padding: 0px;
	}

.dd_2 li a {
	text-align: left;
	margin: 0px;
	}

.dd_2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 85px;
	display: inline;
	}
	
.dd_2 ul li {
	position: relative;
	}
	
.dd_2 li ul {
	position: absolute;
	left: 88px;
	top: 0px;
	display: none;
	}

.dd_2 ul li a {
	font-size: 7pt;
	display: block;
	width: 85px;
	height: 30px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	color: navy;
	border-top: 2px solid #CAE8FF;
	border-bottom: 2px solid white;
	border-right: 2px solid navy;
	border-left: 2px solid white;
	background: #CAE8FF;
	margin: 0px;
	padding: 0px;
	}
	
.dd_2 ul li a:hover {
	font-size: 7pt;
	display: block;
	width: 85px;
	height: 30px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	color: blue;
	border-right: 2px solid blue;
	border-top: 2px solid navy;
	border-bottom: 2px solid navy;
	border-left: 2px solid white;
	background: #CAE8FF;
	margin: 0px;
	padding: 0px;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.dd_2 li:hover ul, li.over ul { display: block;} /* The magic */

