

p {

    line-height: 1.5em;

}



ul.menu, ul.menu ul {

    list-style-type:none;

    margin: 0;

    padding: 0;

    width: 100%;

}



ul.menu a {

    display: block;

    text-decoration: none;

}



ul.menu li {

    margin-top: 0px;

	

}



ul.menu li a {

    /*background: #333;*/

    color: #333333;

    padding: 0.3em;

    font-weight: normal;
	font-size:11px;
    background-color: #EDF1F6;
	font-family: tahoma,Arial, Helvetica, sans-serif;
	padding-left:25px;

    /*background-image: url(images/plus_box.gif);

    background-repeat: no-repeat;

    background-position: 190px center;*/

    

    

    border-bottom-style: dotted;

    border-bottom-width: 1px;

    border-bottom-color: #C0C0C0;

}



ul.menu li a:hover {

    color:#003366;    

    background-color: #E2E2E2;

	padding-left:25px;

}



ul.menu li ul li a {

    background: #ccc;

    color: #515151;

    padding-left: 35px;

    background-color: #f9f9f9;

    font-weight: normal;

    border-right-style: none;

    border-left-style: none;

    border-bottom-style: none;

    border-top-style: none;

}



ul.menu li ul li a:hover {
	color:#069;
	border-left: 5px #999999 solid;
	padding-left: 30px;
	background-color: #E1E1E1;
}


