/* ######### CSS for Shade Tabs. Remove if not using ######### */

#select {
   display:inline;     
   margin-top: 3px;
}
#select h1.link {
    padding-left:3px;
    text-decoration:none;
    color:#3E0074;
}
#select h1.link:link {
    text-decoration:none;
    margin-left:3px;
}
#select h1.link:visited {
    text-decoration:none;
}
#select h1.link:hover {
    text-decoration:none line-through;
}
#select ul {
    margin:0 0 0 -15px;
}
#select li {
    background:url(http://www.trendy-hotels.nl/graphics/pijl.gif) no-repeat scroll 0 8px;
    padding-left:15px;
    list-style-type:none;
    font-size:16px;
    font-weight:bold;
    color:#3E0074;
    margin-left:-25px;
}
#select li:hover {
    text-decoration:line-through;  
}

#select ul.stad li {
    background:url(http://www.trendy-hotels.nl/graphics/pijl.gif) no-repeat scroll 0 8px;
    list-style-type:none;
    font-size:16px;
    font-weight:bold;
    color:#3E0074;
    padding-left:15px;
    height:16px;
    padding-top:5px;
}

#select ul.stad li:hover {
    text-decoration:underline;  
}

#select ul.stad li span {
    cursor:pointer;
    display:block;
    float:left;
    padding:-5px 0 0 15px;


}
#select ul.stad li a {
    display:block;
    margin:1px 0 0;
    text-align:right;
    width:140px;
    padding-top:0px;
}

#select li.city {
    background:url(http://www.trendy-hotels.nl/graphics/pijl.gif) no-repeat scroll 15px 8px;
    padding-left:30px;
    list-style-type:none;
    font-size:16px;
    font-weight:bold;
    color:#3E0074;
    margin-left:-25px;
}
#select li.city:hover {
    text-decoration:line-through;
}

