@charset "UTF-8";
/* CSS Document */
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border:0;
width:140px;

}

.mainitems a{
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
}

.subuls{
display: none;
width: 180px;
height:350px;
position: absolute;
top: 1.2em;
left: 0; 
background-image:url(../../images_spirit/back_drop.gif);
background-repeat:no-repeat;

}

.subuls li{
width: 100%;

}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}


/*  NEW      */

#home, #home ul {
padding: 0;
margin: 0;
list-style: none;
}

#home li {
float: left;
position: relative;
}

.home_cl{
border: 0;


}

.home_cl a{
margin-left: 2px;
margin-right: 2px;
text-decoration: none;
}

.top_nav {
padding-top:10px;

}


