html, body { 
height: auto;
width: auto;
  background: url(Resources/Images/bgimage.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  overflow:hidden;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width: auto;
height: 330px;
overflow: visible;
opacity: 0.9;
background-color: transparent;
}
li {
position: relative;
left: 14px;
top: 5px;
z-index: 1;
}
.comboBoxItems {
display: none;
position: absolute;
left: 20px;
top: 37px;
}
.comboBox:hover .comboBoxItems {
display: block;
}
.btnShow {
border: none;
display: inline-block;
text-align: center;
position: absolute;
left: 25px;
top: 10px;
height: 35px;
width: auto;
opacity: 0.8;
border-radius: 100px 100px 100px 0px;
}
.LogoTest {
	width: 30px;
}