/* Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* CSS styling for top destinations section */
.container{
width:30%;
margin: 0 auto;
}
#topDest{
display:table;
width: 100%;
border:3px #39a9dc solid;
}
#topDest *{
text-decoration:none;
font-family: 'Helvetica Neue'
}
#topDest > a{
display:block;
margin: 0 -10px;
color:#ffffff;
line-height:30px;
background: #ff9c00;
background: -moz-linear-gradient(-45deg, #ff9c00 0%, #ef7f09 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff9c00), color-stop(35%,#ef7f09));
background: -webkit-linear-gradient(-45deg, #ff9c00 0%,#ef7f09 35%);
background: -o-linear-gradient(-45deg, #ff9c00 0%,#ef7f09 35%);
background: -ms-linear-gradient(-45deg, #ff9c00 0%,#ef7f09 35%);
background: linear-gradient(135deg, #ff9c00 0%,#ef7f09 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ef7f09',GradientType=1 );
text-align: center;
}
#topDest > a:hover{
background: #39a9dc;
background: -moz-linear-gradient(-45deg, #39a9dc 0%, #1686b9 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#39a9dc), color-stop(35%,#1686b9));
background: -webkit-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: -o-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: -ms-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: linear-gradient(135deg, #39a9dc 0%,#1686b9 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a9dc', endColorstr='#1686b9',GradientType=1 );
}
#topDest ul{
background:#ffffff;
padding: 0;
margin-left: 15px;
}
#topDest li{
line-height:1.5;
font-size:14px;
}
#topDest ul li a{
color:#000000;
}
#topDest h2{
background: #39a9dc;
background: -moz-linear-gradient(-45deg, #39a9dc 0%, #1686b9 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#39a9dc), color-stop(35%,#1686b9));
background: -webkit-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: -o-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: -ms-linear-gradient(-45deg, #39a9dc 0%,#1686b9 35%);
background: linear-gradient(135deg, #39a9dc 0%,#1686b9 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a9dc', endColorstr='#1686b9',GradientType=1 );
color: #ffffff;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 10px 0;
}
<div class="container">
<div id="topDest" class="destRight">
<h2>PREFERRED DESTINATIONS</h2>
<ul>
<li><a href="/travel/asia/china/">China Travel</a></li>
<li><a href="/travel/asia/myanmar/">Myanmar Travel</a></li>
<li><a href="/travel/europe/corsica/">Corsica Travel</a></li><!--
<li><a href="/travel/europe/italy/">Italy Travel</a></li>
<li><a href="/travel/oceania/australia/">Australia Travel</a></li>
<li><a href="/travel/americas/us/miami/">Florida Travel</a></li>
<li><a href="/travel/americas/argentina/">Argentina Travel</a></li>
<li><a href="/travel/americas/brazil/">Brazil Travel</a></li>
<li><a href="/travel/asia/cambodia/">Cambodia Travel</a></li>-->
<li><a href="/travel/europe/norway/">Norway Travel</a></li>
<li><a href="/travel/europe/spain/seville/">Andalusia Travel</a></li>
</ul>
<a href="/last-minute.html">LAST MINUTE DEALS</a>
</div>
</div>