/* ================================================
	Good display for: Internet Explorer 5 (Mac), Internet Explorer 5.5 (or hight,6,7 beta 2)
	Konqueror 2.2 (Linux), Netscape 6 (or hight: ver 7, 8)
	Opera 5 and 6 (or hight: ver 7, 8)
	Safari 1.0
	FireFox 1.1 (or height)
	Check All for: CSS Level 2
	www.dnn360.net
	check by: thangpdtt@gmail.com 
================================================ */

#SIDEMENU {
	background-color: transparent;
	margin-bottom:10px; 
    width:200px;
}

#SIDEMENU .MenuLevel0_Item {
	font: 15px/30px Arial, sans-serif; display:block; color:#000; width: 200px; float: left;
	text-indent: 25px; margin-left:6px; border-bottom: 0px solid gray; text-decoration:none;
	background:url(star.gif) 0px 5px no-repeat ;  
	border-bottom:1px solid black;
}

#SIDEMENU .MenuLevel0_Item,.MenuLevel0_Item:link,.MenuLevel0_Item:visited {
}

#SIDEMENU .MenuLevel0_Item:hover {
	background:url(star_a.gif) 0px 5px no-repeat ;  
	color:orange; 
}

#SIDEMENU .MenuLevel0_ItemSelected{
	font: bold 15px/30px Arial, sans-serif; display:block; color:orange; width: 200px;float: left;
	text-indent: 25px; margin-left:6px; border-bottom: 0px solid gray;  text-decoration:none;
	background:url(star.gif) 0px 5px no-repeat ;  
	border-bottom:1px solid black;
}
#SIDEMENU .MenuLevel0_ItemSelected, .MenuLevel0_Item_Selected:active, .MenuLevel0_Item_Selected:link,.MenuLevel0_Item_Selected:visited {
}

#SIDEMENU .MenuLevel0_ItemSelected:hover {
	background:url(star_a.gif) 0px 5px no-repeat ;  
}
