body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 179px; /* Width of Menu Items */
}
#menu ul li {
	position: relative;
}
#menu li ul {
	position: absolute;
	left: 178px; /*Set 1px less than menu width */
	top: 0;
	display: block;
}
#menu li:hover ul {
	display: block;
}
#menu li:hover>ul {
	visibility:visible;
}
#menu ul ul {
	visibility:hidden;
}
/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* End */ 

/* Make-up syles */ 

#menu ul, li {
	margin: 0 0 0 0;
}
/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #fff; /* IE6 Bug */
	padding: 5px;
    border-bottom: 1px dashed #ccc;
}
/* Hover Styles */ 
#menu ul a:hover {
	color: #E2144A;
	background: #f9f9f9;
}
/* Sub Menu Styles */ 
#menu li ul a {
	text-decoration: none;
	color: #666666;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px dashed #ccc;
}
/* Sub Menu Hover Styles */ 
#menu li ul a:hover {
	color: #E2144A;
	background: #f9f9f9;
}
/* Icon Styles */ 
#menu ul a.submenu {
	background:#fff url("/images/bullet.jpg") no-repeat left;
}
#menu ul a.submenu:hover {
	background:#f9f9f9 url("/images/bullet.jpg") no-repeat left;
}
a {
	color: #4FA11B;
	text-decoration: underline;
}
a:hover {
	color: #4CA817;
	text-decoration: none;
}

#tbl_footer a {
	color: #848484;
	text-decoration: underline;
}
#tbl_footer a:hover {
	color: #848484;
	text-decoration: none;
}
#tbl_footer td {
	color: #848484;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
.no_bdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
.imgs {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #76C248;
	border-right-color: #98D66B;
	border-bottom-color: #98D66B;
	border-left-color: #76C248;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	text-transform: lowercase;
	background-image: url(../images/buttons2.jpg);
	font-weight: bold;
	cursor: hand;
}
.er {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}
.ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#006600;
	font-weight:bold;
}h2 {
	font-size: 14px;
	font-weight: normal;
}
.top_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
