a.linkHome {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

a.linkHome:hover{
color:#FF0000;
}

#dropmenudiv{
position:absolute;
border:1px solid #8ebd9b;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #8ebd9b;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	width: 190px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#FFFFFF;
	background:#FFFFFF;
}


/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #0;
}
a:active {
	text-decoration: none;
	color: #000;
}
.main_txt {
	font-family: Verdana;
	font-size: 11px;
	color: #727171;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.main_txt_white {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.menu_style {
	font-family: Arial;
	font-size: 10px;
	color: #155c3a;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 1px, 1px, 1px, 1px;
}
.menu_bg {
	background-color: #AACEB4;
}
.main_txt_2 {
	font-family: Verdana;
	font-size: 11px;
	color: #727171;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
.drop_menu {
	background-color: #90bf9d;
	padding: 5px;
	white-space: nowrap;
}
.Drop_menu_item {
	display: block;
	width: 210px;
	padding: 0px 1px;
	text-decoration: none;
	color: #0000C0;
	border-bottom: none;
	white-space: nowrap;
}
#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:8px 0 0 15px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
