/* @override http://www.vibratec.se/vibratec_v_2_0/css/vibratec_top_menu_css.css */

/* CSS Document */
/******************************************************
/* TOP MENU - teknikken er lånt fra CSS boken
/******************************************************/
.FloatContainer:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Hides from IE-mac \*/
* HTML .FloatContainer
{
	height: 1px;
}
/* End hide from IE-mac */
#TopMenu
{
	clear: both;
	list-style-type: none;
	padding: 0 0 0 150px;
	margin: 0;
	background-image: url(img/topmenu_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#TopMenu LI
{
	float: left;
	margin: 0;
}
#TopMenu A
{
	display: block;
	padding: 7px 15px 7px;
	font-size: 0.76em;
	margin-right: 1px;
	color: #666;
	font-weight: normal;
	/*text-transform: uppercase;*/
	white-space: nowrap;
	text-decoration: none;
}
#TopMenu A:hover 
{
	color: #C00;
	text-decoration: none;
}
#TopMenu .Selected A,
#TopMenu .Selected A:hover
{
	color:#648357 ;
	background-image: url(../img/toppmenu_bg_selected_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	/* font-weight: bold; - fungerer ikke, alt hopper om man bolder ved aktiv */
}
#TopMenu .Selected
{
	/*background-color: #afd8b0;*/
	background-image: url(../img/toppmenu_bg_selected.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

/*Left menu stuff */
#left-navigation {
	width:165px;
	
	}

#left-navigation ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#left-navigation li {
	padding-bottom:5px;
}

#left-navigation li a {
	display:block;
	padding:2px 2px 2px 0.5em;
	/*border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;*/
	color:#000000;
	text-decoration:none;
}

#left-navigation li a:hover {
	background-color: #e4e6e3;
}

#left-navigation .Selected
{
	font-weight: bold;

}

