/************************************************************/
/*  Boxed_menu CSS Document 								*/
/*  Author: Kenneth Bækkelund								*/
/*  Implementation: Arnt Grønås								*/
/*	Version: 1.0                                            */
/*	(c) Web Dynamic 2007                                    */ 
/************************************************************/


/*------------MENY GENERELL CONFIG--------------*/

#h_menu {
	padding : 8px 0;
}

#h_menu ul, #h_menu ul li {
	list-style : none;
	margin : 0;
	padding : 0;
	display : inline;
}

#h_menu li a {
        text-decoration : none;
}

#h_menu li a:link, #h_menu li a:visited {
	font : bold 11px Tahoma;
	color : #000;
	margin : 0 5px;
}

#h_menu li a:hover, #h_menu li #current {
	font : bold 11px Tahoma;
	color : #f1430f;
}


/*------------SUBBOX GENERELL CONFIG--------------*/

#boxed_menu {
	padding : 5px 0;
}

#boxed_menu ul, #boxed_menu ul li {
	list-style : none;
	margin : 0;
	padding : 0;
	display : inline;
}

#boxed_menu li a {
        text-decoration : none;
}

#boxed_menu li a:link, #boxed_menu li a:visited {
	font : normal 11px Tahoma;
	color : #fff;
	padding : 0 10px;
	margin : 0 8px 0 5px;
	background : url(http://english.nordcarrier.no/images/subbox_li.gif) top left no-repeat;
}

#boxed_menu li a:hover, #boxed_menu li #current {
	font : normal 11px Tahoma;
	color : #f1430f;
	text-decoration : underline;
}
