﻿.AspNet-Menu-Horizontal
{
	width: 100%;
	height: 25px;
	background-image: url('../images/menuBackground.jpg');
}

.AspNet-Menu-Leaf
{
}

.AspNet-Menu-WithChildren a,
.AspNet-Menu-Leaf a
{
	background-image: url('../images/menuBackground.jpg');
	height: 22px;
	text-decoration: none;
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 3px;
}
.AspNet-Menu-WithChildren a:hover,
.AspNet-Menu-Leaf a:hover
{
	background-image: url('../images/menuItemOver.jpg');
}

.AspNet-Menu-NonLink
{
    color: White;
	font-size: 13px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 3px;
	height: 22px;
	cursor: pointer;
}
.AspNet-Menu-NonLink:hover
{
    background-image: url('../images/menuItemOver.jpg');
}

.AspNet-Menu-WithChildren ul li a
{
	width: 190px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.AspNet-Menu-WithChildren ul li ul
{
	margin-top: -26px;
	margin-left: 203px;
	position: fixed;
	width: 200px;
	/* position: relative;*/
}

.AspNet-Menu-Leaf-Seperator
{
	height: 1px;
}

.arrowRight
{
	border: 0;
	float: right;
	margin-top: -14px;
}

#Menu1-3-10-10 /*links*/
{
	width: 51px;
}

#Menu1-5-9-1 a /*how to choose a generator*/
{
	width: 175px;
}

#Menu1-5-9-2 a /*glossary*/
{
	width: 175px;
}

#Menu1-5-8-1 a /*spare parts*/
{
	width: 80px;
}

/* MAKE THE MENU PRESENTABLE FOR IE6 FOR THIS SPECIFIC WEBSITE */

* html #Menu1-3-1-1
{
	width: 50px;
}

* html #Menu1-3-2-2
{
	width: 69px;
}

* html #Menu1-3-3-3
{
	width: 124px;
}

* html #Menu1-3-4-4
{
	width: 93px;
}

* html #Menu1-3-5-5
{
	width: 109px;
}

* html #Menu1-3-6-6
{
	width: 47px;
}

* html #Menu1-3-7-7
{
	width: 68px;
}

* html #Menu1-3-8-8
{
	width: 40px;
}

* html #Menu1-3-9-9
{
	width: 80px;
}

* html #Menu1-3-10-10
{
	width: 48px;
}