@charset "UTF-8";
/* CSS Document */

p  {
	color:#003300;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menubg {
	background-image:url(../images/bgside.gif);
    background-position:left;
    background-repeat:repeat-y;
}

.line{
width:105px;
margin-top:0;
margin-bottom:0;
margin-left:10px;}




/* menu styles */
dl, dt, dd, ul, li {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

dl {
	width:160px;
	top: 180px;	
}


 dt a {
	margin: 2px 0 15 30;
	font-size: 15px;
	color: #4f3052;
	text-decoration:none;
	line-height: 20px;
}

 dt a:hover {
	line-height: 20px;
	margin: 2px 0 15 30;
	font-size: 15px;
	color: #341117;
	text-decoration:none;/*border-top: solid #703836 1px*/
}

 dt:hover {
	/*border-top: solid #703836 1px;*/
	background-image:url(../images/bgsideon.gif);
    background-position:left;
    background-repeat:no-repeat;
	color:#341117;
	text-decoration:none;
}


 dd {
 
	position: absolute;
	z-index: 10;
	left: 150px;
	margin-top: -25px;
	width:150px;
	background: #b1d3d2;
	color:#341117;
	border-bottom:#FFFFFF;
}

 ul {
margin:0px;
padding:0px;

}
 li {
font-size:13px;
line-height: 18px;
border-bottom:solid white 1px;
padding-right:4px;
}

 li a {
	color:#341117;
	text-decoration: none;
	display: block;
	padding:2px;
}
