/* MENU stylesheet for Batservice HoldingAuthor: cedesign@ceteq.comWeb designed and implementet in TYPO3 (www.typo3.com) by: cedesign.noUpdated: 07.05.2008*/

#navcontainer
{
padding-top: 0px;	
width: 140;
font-family: Arial, sans-serif;
font-size:8pt;
font-weight:bold;
color: none;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}


/* wrap på knapper START */
#navcontainer li
{
margin: 0;
}
/* wrap på knapper END */



/* Første ledd menu START */
#navcontainer li a {
	display: block;
	border-left: 0px solid #454545;
	border-right: 0px dashed #454545;
	width: 100%;
	height: 25px;
	padding: 2px 5px 0px 25px;
	text-align: right;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #669CCC url(background2.png) no-repeat -300px 0px;
	border-bottom: 0px dashed gray;
	margin-top: 2px;
} 

/* Første ledd menu END */


/* CURRENT - PAGE START */
#navcontainer li a.myselected {
	color: #ffffff;
	background: url(background.png);	
}

#navcontainer li a.myselected2 {
	color: #fff;
	background-color: #005AAB;
	background-image: url(background.png);
	font-weight: bold;
}

/* CURRENT - PAGE END */


html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 0px solid #454545;
	border-right: 0px dashed gray;
	color: #fff;

}


/* sub menu START */

/* submenu over */
#navcontainer li li a:hover
{
color: white;
}

#navcontainer li li
{
	border-top: 1px solid #f6f6f6;
	border-bottom: 0;
	margin: 0;
}

/*submeny vanlig*/
#navcontainer li li a {
	display: block;
	padding: 6px 0px 0px 45px;
	color: #454545;
	text-decoration: none;
	width: 100%;
	font-size: 9pt;
	height: 25px;
	padding: 2px 5px 0px 50px;
	text-align: center;
	background: #f6f6f6 url(background2.png) no-repeat -300px 0px;
	font-weight: normal;
	font-style: normal;
	border-top: 2px solid #f6f6f6;
}

/* sub menu END */

#navcontainer li li li a:hover
{
border-left: 0px solid #832110;
border-right: 0px solid #ba3016;
background-color: white;
color: #454545;
}

#navcontainer li li li
{
border-top: 1px solid #f9401f;
border-bottom: 0px;
margin: 0px;
}

#navcontainer li li li a
{
display: block;
padding: 2px 2px 2px 15px;
background-color: white;
color: #fb846f;
text-decoration: none;
width: 100%;
font-size:8pt;
}


