table
{
	border-collapse: collapse;
}

table td
{
	padding: 0px;
}

body
{
	margin: 0px;
	background: #ffffff;
	overflow: auto;
}

td, tr, table, select, textarea, input, a
{
	font-family: tahoma, geneva, sans-serif;
	font-size: 13px;
	color: #000000;
}

a
{
	text-decoration: none;
}

#navigation li {
	list-style:none;
	display:block;
	float: left;
	margin-right:20px;
	/*height:20px;*/
	font-size: 12px;
	font-weight: bold;
	
}

#navigation li:hover {
	list-style:none;
	display:block;
	float: left;
	margin-right:20px;
	/*height:20px;*/
	font-size: 12px;
	font-weight: bold;
            background: #ffffff url(images/001.jpg) right top;
	
}

#navigation li a {
	
	padding:5px 20px;
	color:#000;
	border-bottom:solid; height:1px; border-color:#75af3c;
	/*line-height:30px;
	height:20px;*/
	background:#FFFFFF;
	text-decoration:none;
}

#navigation li a:hover {
	background: #75af3c url(images/001.jpg) right top;		
	color:#FFF;
	/*border-bottom:solid; height:0px;*/
	text-decoration:none;
}

#navigation .current a {
	background: #75af3c url(images/001.jpg) repeat-x right top;
	border-bottom:solid; height:0px;
	color:#FFF;
}

.dropmenudiv {
	position: absolute;
	/*top: 0;*/
	border: 1px solid #75af3c;
	border-bottom: 3px solid #75af3c;
	/*line-height: 0px;*/
	z-index: 100;
	background: #ffffff;
	width: 160px;
	visibility: hidden;
	text-decoration: none;
}

.dropmenudiv a {
	width: auto;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	text-decoration: none;
	color: #000000;
	/*font-weight: bold;*/
	font-size: 12px;
	text-transform: none;
	background: #ffffff;
}

.dropmenudiv a:hover { 
	color: #ffffff; 
	background: #75af3c; text-decoration: none; 
}

.style1
{
	color: #5e5e5e;
}

.style2:hover
{
	border-bottom: 2px solid #75af3c;
}
