*{
	margin:auto;
	padding:0;
}
body{
	background-color:#333333;
	width:800px;
	font: 100.0% Verdana,Arial,sans-serif;

}
#toptext{
	width:200px;
	height:132px;
	float:left;
}
#content{
	padding: 2px 0 2px 0;
	margin-bottom:40px;
	width:580px;
	height:auto;
	font-weight:bold;
	float:right;
	color:white;	

}


form {
	text-align:center;
}
input{
	border:solid;
	padding:1px 2px 1px 2px;
	border-bottom-color:#404040;
	border-right-color:#404040;
	border-width:4px;
}
.submit input{
	margin:3px;
	border:solid;
	border-top-color:#404040;
	border-left-color:#404040;
	border-width:3px;

}

.star li{
	list-style:none;
	margin:1px 0 1px 0;
	padding:0 0 0 20px;

	background-image:url(../img/liststar.png);
	background-repeat:no-repeat;
	
}
a{
	color:yellow;
}
a img{
	border:0px;
	clear:both;
	float:right;

}
.offermenu {
	padding-right:10px;
	display:inline;
	color:red;

	
}
.centertext{
	text-align:center;
	margin:10px 0 10px 0;
}
.image{
	text-align:center;
	border:solid;
	border-width:1px;

}
.map{
	text-align:center;
	margin: 20px 20px 20px 20px;
}
.map img{
	border:solid;
	border-width:2px;
}
.right{
	height:16px;
	width:50px;
	margin:20px 0 0 0;
	padding:0 0 0 16px;
	font-size:12px;
	background-image:url(../img/disconnect.png);
	background-repeat:no-repeat;
	display:block;
	float:right;

	text-decoration:none;
	color:#5f5f5f;
}
#menu h1{
	font-size:25px;
	padding:0 10px 30px 20px;
	color:white;

}
#menu a{
	text-transform:capitalize;
	text-decoration:none;
	color:white;
}
#menu a:hover{
	color:white;
}
#menu{
	width:200px;
	float:left;
	height:560px;
}
ul#navmenu{
font-size:18px;
font-weight:bold;

}
#menu ul li{
	list-style:none;
}
#menu ul li a{
	height:35px;
	display:block;
	color:white;
	padding:3px 0 0px 28px;
	background-repeat:no-repeat;
	background-image:url("../img/bthide.png");
	
}
#menu ul li a:hover{
	height:35px;
	display:block;
	color:yellow;
	padding:3px 0 0px 28px;
	background-repeat:no-repeat;
	background-image:url("../img/btactive.png");
}
#menu ul li .active{
	background-image:url("../img/btactive.png");
}
#foot{
	padding-top:3px;
	padding-bottom:10px;
	width:100%;
	border-top:1px;
	border-top-style:solid;
	text-align:center;
	color:#5f5f5f;
	font-size:smaller;
	clear:both;
}


#pmenu {
width: 100%;
margin-bottom:2em;
background: #333333;
float: left;
}
#pmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}
#pmenu a, #pmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#pmenu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#pmenu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#pmenu a:hover {
color: #a00;
background: #fff;
}
#pmenu li {position: relative;}

#pmenu ul ul {
position: absolute;
z-index: 500;
}

#pmenu ul ul ul {
top: 0;
left: 100%;
}
div#pmenu ul ul,
div#pmenu ul li:hover ul ul,
div#pmenu ul ul li:hover ul ul
{display: none;}

div#pmenu ul li:hover ul,
div#pmenu ul ul li:hover ul,
div#pmenu ul ul ul li:hover ul
{display: block;}