@import url('reset.css');

 /*-------------------------------------------DROPDOWN MENU----------------------------------------------*/
.ddsubmenustyle, .ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle a{
display: block;
background:url(../images/submenu.png) top left no-repeat; height:33px; width:180px;
text-decoration: none;
margin-bottom:1px;
font-weight:bold;
color:#C0C0C0;
line-height:33px;
padding-left:15px;
}
* html .ddsubmenustyle a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenustyle li a:hover{
color:#b81212;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
