
* 
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;	
}

body
{
	text-align:center;
	margin: 10px auto 0px auto;
	padding:0px;

	background-color:#F7FFF7
}
h1,h2,h3,p
{
	margin:0px; padding:0px;
}
h1
{
	margin-top: 3px;
	margin-bottom: 8px;
	font-size:19px;
	color:#045B04;
}
h2
{
	margin-top: 10px;
	margin-bottom: 6px;
	font-size:16px;
	color:#045B04;
}
h3
{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size:14px;
}
p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
small
{
	font-size:10px;
}
form, table, tr, th, td
{
	margin:0px; padding:0px;
}
img
{
	margin:0px; padding:0px;
	/*border:none;*/
}
a
{
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#045B04;
}

.text
{
	padding: 0px 9px;
	overflow:visible;
}
hr
{
	background-color: #000000;
	color: #000000;
	height:1px;
}


body {behavior:url('thirdparty/css/csshover.htc');}

/* the menu */
#menu ul, #menu li, #menu a 
{
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#menu ul 
{
	width:130px;
	list-style:none;
	margin-top:10px;
}

#menu .block_top 
{
	line-height:13px;
	border:none;
	background:url('../images/menu/block_top.png') left no-repeat;
}
#menu .block_bottom 
{
	line-height:12px;
	border:none;
	background:url('../images/menu/block_bottom.png') left no-repeat;
}

#menu li 
{
	position:relative;
	margin: 2px 0px 2px 0px;
	z-index:9;
	border:1px solid #000000;
	background-color:#D3FFD4;
}

#menu li.parent ul 
{
	position:absolute;
	top:5px;
	left:100px; /* IE */
}		
#menu li.parent>ul {left:100px;} /* others */

#menu a 
{
	padding:2px;
	text-decoration:none;
	color:#045B04;
	font-weight:bold;
	width:100%; /* IE */

}
#menu li>a  {width:auto;} /* others */

#menu li a.submenu {background:url('../images/menu/arrow_right.png') right no-repeat;}

#menu a#sel_sub
{
	background:url('../images/menu/arrow_right_hover.png') right no-repeat;
}
#menu a#sel, #menu a#sel_sub
{
	color:#D3FFD4;
	background-color:#045B04;
}

/* regular hovers */
#menu a:hover, #menu li.parent a:hover
{
	color:#D3FFD4;
	background-color:#045B04;
}

#menu a:hover.submenu {background:url('../images/menu/arrow_right_hover.png') right no-repeat;}

/* hovers with specificity */
#menu li.parent:hover {z-index:10;}
#menu ul ul, #menu li:hover ul ul, #menu li:hover li:hover ul ul {display:none;}

#menu li:hover ul, #menu li:hover li:hover ul, #menu li:hover li:hover li:hover ul {display:block;}	
