/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:justify;
}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: -1px;
	margin-bottom: 10px;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #006633;
}
a:active {
	text-decoration: none;
	color: #006633;
}

/*menu*/

ul.menu 
{
	padding: 0;
	margin: 0 ;
	width: 241px;
}

ul.menu li
{
	height: 30px;
	width: 241px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bgul.jpg) repeat-x center right;
	text-align: right;
	border-bottom: 1px dashed #cccccc;
}

ul.menu li a
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #0d4c37;
	background: url(../img/bgul.gif) center right no-repeat;
	line-height: 30px;
	padding-right: 20px;
	font-weight: bold;
} 

ul.menu li a:hover
{
	background: url(../img/bgulhover.gif)  center right no-repeat;
} 
