/* 

	CSS Document 
	Myhre Smie
	Håndsmidde produkter til hjemmet, gården og hytta
	-
	Sircon Norge AS
	Domene, webhotell, publiseringsløsninger, 
	webdesign og utvikling
	-
	http://sircon.no
	
---------------------------------------------- */


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

#h_menu {  }
#h_menu ul { margin : 0; padding : 0; text-align: center; }
#h_menu ul li { list-style : none; display: inline; border-right: 1px solid #30423d; }
#h_menu ul li:last-child { border-right: none; }
#h_menu li a { text-decoration : none; padding: 0 15px; }
#h_menu ul li a:link, #h_menu ul li a:visited { font: normal 11px/30px Georgia, "Times New Roman", serif; color: #30423d; text-transform: uppercase; letter-spacing: .025em; }
#h_menu ul li a:hover, #h_menu ul li a.current { color: #b11117; }


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

#boxed_menu {  }
#boxed_menu ul { margin : 0; padding : 0; }
#boxed_menu ul li { list-style : none; }
#boxed_menu ul li a:before { content: "\00bb\00a0"; }
#boxed_menu ul li a { text-decoration : none; display: block; padding-left: 5px; }
#boxed_menu ul li a:link, #boxed_menu ul li a:visited { font: normal 11px/19px Georgia, "Times New Roman", serif; text-transform: uppercase; color: #30423d; border-bottom: 1px solid #d7d7d7; }
#boxed_menu ul li a:hover, #boxed_menu ul li a.current { color: #b11117; }
#boxed_menu ul li ul li a:link, #boxed_menu ul li ul li a:visited {  border-bottom: none; padding-left: 15px; text-transform: none; }
