@charset "UTF-8";
/* CSS Document Drøbak Fjordhotel Skiphelle AS www.dfh.no Webutvikling: www.siktweb.no v/ Kjetil Sorby*/

/*TOP NAVBAR*/
#topNav {display: block; position: absolute; top: 10px; right: 20px; text-align: left; width: 650px;}
#topNav a {text-decoration: none; color: #444444;}
#topNav a:hover {text-decoration: underline;}
#topNav ul {display: block; list-style: none;}
#topNav li {font-size: 11px; text-transform:uppercase; list-style: none; float: right; margin-left: 20px;}
#topNav .active {color: #cccccc;}


/*HORIZONTAL NAVIGATIONBAR*/

.menu {position: absolute; width: 940px; height: 20px; top: 281px; left: 0; list-style-type: none; margin: 0 auto;}
.menu li {list-style-type: none; display: inline; padding: 5px 8px;  float: left; background: #eeeeee; border: 2px solid #ffffff;}
.menu li a {font-size: 16px; color: #990033; text-decoration: none; zoom: 1; text-transform: uppercase; border-bottom: 3px solid #ffffff;}
.menu li a:hover {border-bottom: 3px solid #990033;}
.menu .active {border-bottom: 3px solid #990033;}

