/* 

	CSS Document 
	Hegramo Kafé
	-
	Sircon Norge AS
	Domene, webhotell, publiseringsløsninger, 
	webdesign og utvikling
	-
	http://sircon.no
	
---------------------------------------------- */


/* Topnav 
---------------------------------------------- */

#h_menu { height: 35px; overflow: hidden; }
#h_menu ul { margin : 0; padding : 0; }
#h_menu ul li { list-style : none; display: inline; }
#h_menu li a { text-decoration : none; font: normal 11px/35px "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #fff; padding: 9px 10px 10px; text-transform: uppercase; }
#h_menu ul li a:link, #h_menu ul li a:visited { /*border-top: 1px solid #d5504d; border-right: 1px solid #710101; border-left: 1px solid #d5504d;*/ }
#h_menu ul li a:hover, #h_menu ul li a.current { /*border-top: 1px solid #fff; border-right: 1px solid #393939; border-left: 1px solid #919191; background: url("../images/bg_current.png") bottom left repeat-x; color: #cc1716;*/ text-decoration: underline; }


/* Subbox 
---------------------------------------------- */

#boxed_menu {  }
#boxed_menu ul { margin : 0; padding : 0; }
#boxed_menu ul li { list-style : none; }
#boxed_menu ul li a { padding-left: 5px; text-decoration : none; font: normal 11px/22px "Lucida Sans Unicode", "Trebuchet MS", sans-serif; color: #b6b6b6; text-transform: uppercase; display: block;  border-bottom: 1px solid #474747; }
#boxed_menu ul li a:link, #boxed_menu ul li a:visited { }
#boxed_menu ul li a:hover, #boxed_menu ul li a.current { background-color: #272727; color: #fff; }
#boxed_menu ul li ul { background-color: #272727; }
#boxed_menu ul li ul li a { border: none; text-transform: none; padding-left: 15px; }