/*---TOP---*/
#top
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*border: 1px solid white;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 99%;
  height: 150px;
  font-family: "Arial CE", sans-serif;
  font-size: 70%;
  font-weight: bold;
  color: white;
}
#top span.menuTop
{
	position: absolute;
	left: 15px;
	top: 80%;
}
/*selected*/
#top a.menuTop0
{
	color: gray;
	text-decoration: none;
}
/*un-selected*/
#top a.menuTop1
{
	color: white;
}
#top a.menuTop0:hover
{
	color: gray;
	cursor: default;
	text-decoration: none;
	
}
#top a.menuTop1:hover
{
	color: yellow;
}
#top img.mixtumDesign
{
  position: absolute;
  top: 0px;
  left: 35%;
}
#top img.topLine
{
  position: absolute;
  top: 75px;
  left: 0px;
  width: 100%;
}
#top span.topText
{
	position: absolute;
	top: 55px;
	right: 30px;
  font-family: "Arial CE", sans-serif;
  font-size: 16px;
  font-weight: bold;
	color: white
}
#top img.topMenuImg
{
	position: absolute;
	top: 85px;
	right: 30px;
	width: 205px;
}

