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

ul.auroramenu li{
position:relative;
font-weight: normal;	
}

.aurorahide{
background: transparent url(../images/aurora_minus_icon.gif) no-repeat 0 1px;
position:absolute;
right:12px;
top:6px;
display:none;
width:17px;
height:17px;
}

.aurorashow{
position:absolute;
right:12px;
top:6px;
display:none;
width:17px;
height:17px;
background: transparent url(../images/aurora_plus_icon.gif) no-repeat 0 1px;
}


#auroramenuitem li a {
	padding: 0 0 2px 12px;
	background: transparent url(../images/sub_arrow.gif) no-repeat left center;
}



