<style type="text/css">

.temecodiv {
margin: 0;
padding: 0 0 0 0;
list-style-type: none;
width: 80px; border-bottom: 1px solid #ccc;
}

.temecodiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 146px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.temecodiv ul li{
position: relative;
padding: 0px 0 0 0px;

}
	
/*Sub level menu items */
.temecodiv ul li ul{
position: absolute;
width: 140px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.temecodiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #003B61;
padding: 4px 0 0 1px;
border: 1px solid #ccc;
border-bottom: 0;
}

.temecodiv ul li a:visited{
color: white;
}

.temecodiv ul li a:hover{
background-color: #6382A1;
}

.temecodiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
background: #003B61;
position: relative;
}

	
/* Holly Hack for IE \*/
* html .temecodiv ul li { float: left; height: 1%; }
* html .temecodiv ul li a { height: 1%; }
/* End */

</style>

