.head-1{
  color: #878787;
  font-family: Arial;
  font-size: 18pt;
  margin-left: 30px;
  /*line-height: 18px;
  margin-right: 10px;
  margin-top: 65px;
  position: relative;
  text-align: left;
  */
}

.head-2{
  color: #a70000;
  font-family: Arial;
  font-size: 22pt;
  text-align: center;
  /*
  margin-left: 30px;
  line-height: 18px;
  margin-right: 10px;
  margin-top: 65px;
  position: relative;
  text-align: left;
  */
}

.tel{
  color: #747b82;
  font-family: Arial;
  font-size: 14pt;
}

.menu-l a{
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  margin-left: 40px;
}

.menu-l li {
  background-image: url(buttom.gif);
  background-position: 0px 50%;
  background-repeat: no-repeat;
  line-height: 27px;
  list-style-type: none;
  margin-left: 74px;
  /*
  padding-left: 36px;
  */
}

.menu-r a{
  color: #ffffff;
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  margin-left: 40px;
}

.menu-r li {
  background-image: url(buttom.gif);
  background-position: 0px 50%;
  background-repeat: no-repeat;
  line-height: 27px;
  list-style-type: none;
  margin-left: 74px;
  /*
  padding-left: 36px;
  */
}

.footer{
  color: #5b636a;
  font-family: Arial;
  font-size: 10pt;
  text-align: center;
}

.footer a{
  color: #fdcd0c;
  font-family: Arial;
  text-decoration: none;
}

.text1{
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
  padding-left: 5px;
  padding-right: 10px;
}

.text1 h1{
  color: #ffe500;
  font-family: Arial;
  font-size: 16pt;
  padding-top: 0;
  margin: 0;
  line-height: 1;
}

.cont {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
  text-align: justify;
  padding-left: 15px;
  padding-right: 20px;
}
  
.cont h1{
  color: #ffe500;
  font-family: Arial;
  font-size: 18pt;
  padding-top: 0;
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
}

.cont a {
  color:#ad2505;
  text-decoration:none;
}

.cont a:hover {
  color: #ffe500;
}

.prt {
color:#ad2505;
font-family:tahoma;
font-size:10pt;
text-align:justify;
}

.prt span {
 color:#FFFFFF;
}
.prt a{
color:#FDCD0C;
text-decoration:none;
}

#submenu {

background:#FFFFFF none repeat scroll 0 50%;
border-bottom:1px solid #98A0A5;
border-left:1px solid #98A0A5;
border-right:1px solid #98A0A5;
bottom:20px;
padding-left:7px;
position:absolute;
right:44px;
text-align:left;
width:326px;
display: none;
}

#submenu a {
  color: #006f1e;
}

#submenu a:hover {
  background: #fff;
  color: #FDCD0C;
}





/* Horizontal CSS Drop-Down Menu */
ul#cssmenu {
	margin: 0;
	padding: 0;
  	list-style: none;
}

ul#cssmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	/*float: left;*/
	display: inline;
	list-style: none;
	position: relative;
	height: 20px;
}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 270px;
	list-style: none;
	display: none;
	position: absolute;
	bottom: 16px;
	left: 0;
	background:#FFFFFF none repeat scroll 0 50%;
}

ul#cssmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#cssmenu ul li {
	/*width: 150px;*/
	float: left;
	display: list-item;
        height: auto !important;
        height: 0;
}

/* Main Menu */
ul#cssmenu a {
	display: inline;
}


/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
	background: #FFFFFF;
	color:#AD2505;

}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
 	background: #FFFFFF;
        float: none;
        color: #AD2505;
	display: block;
        height: auto !important;
        height: 0;
        text-align:left;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
	background: #c0c0c0;
	color: #AD2505;
	display: block;
	width: inherit;
	min-width: 265px;
	text-align:left;
	padding-left:5px
}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}


ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
	display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
	display: block;
}

