@charset "utf-8";
/* CSS Document */
#side1MENU {
	position: absolute;
	width: 150px;
	top: 145px;
	left: 4px;
	padding: 0px;
	background:#530080;

}

#navC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navC, #navC ul, #navC li {
        margin: 0;
        padding: 0;
        list-style: none;
}
#navC a {
        display: block;
        height: 1.3em;
		width: 100%;
        padding: 0.25em;
		text-decoration: none;
}
#navC a.span {
        color: white;
        background-color: #530080;
		position: relative;
}
#navC a.span:hover {
        color: black;
        background-color: #c89d00;
}
#navC a.span img {
	position: absolute;
	/*top: 1px;*/
	right: 2px;
	border: 0;
}
#navC li {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}
#navC li ul li {
	font-size: 95%;
	border: none;
	text-align: right;		
}
#navC li ul li a {
	color: black;
	background-color: #DE9FFF;
	/*font-weight: bold;	*/	/*margin-left:4px;*/
}
#navC li ul li a:hover {
        color: black;
        background-color: #c89d00;
}

