.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
		 font-style: normal;
	font-variant: normal;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
		 font-style: normal;
	font-variant: normal;
}

a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
		 font-style: normal;
	font-variant: normal;

}
.shop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
    font-style: normal;
	font-variant: normal;
}
    body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: small;
    }
    
    #menubar {
	padding-left:25px;
      background-color: #fff;
      color: #130577;
	  font-weight:bold;
      height: 1.4em;
      line-height: 1.2em;
	 font-style: normal;
	font-variant: normal;
	text-decoration: none;
    
}
#menubar a:hover{
	color: #0b5204;
		font-style: normal;
	font-variant: normal;
	text-decoration: none;
	float:none;
}

    .menu {
      width: auto;
      float: left;
      padding: 0.1em 0.5em 0.1em 0.5em;
      cursor: default;
	  position:relative;

    }
    
    .menu ul {
      display: none;
      position: absolute;
      background-color: #d9e3ef;
      list-style: none;
      padding: 0;
	  float:none;
	  left:0px;
	  top:1.2em;

	 
    }
    
    .menu ul li {
      display: block;
      padding: 0.2em;
	  float:none;
    }
    
    div.menu:hover ul {
      display: block;
      margin: 0;
      padding: 0;
	  width:150px;
	  text-align:left;
	  float:none;

    }

    div.menu ul li:hover {
      background-color: #a6d513;
    }

.red {
	color: #FF0000;
	font-weight: bold;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
.grey {
	color: #999999;
	font-weight: bold;
	font-size: 18px;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #061cf2;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	}