/* ================================================
	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 
================================================ */

table.menutable {
	background-image: none;
	white-space:normal;
	text-align:left;
	background-color:#333333;
}

a.MenuLevel0_Item{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 5px 10px 20px;
	display:block;
	border-bottom:1px solid #3d3d3d;
	background-image:url(/Portals/0/images/menu_bgArrow.gif);
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: 0px 8px;
}
	

a.MenuLevel0_Item ,a.MenuLevel0_Item:visited ,a.MenuLevel0_Item:active  {
	color:#FFFFFF;
	text-decoration:none;
}
a.MenuLevel0_Item:hover  {
	color:#FFFFFF;
	background-color:#666666;
	background-image:url(/Portals/0/images/menu_bgArrowSel.gif);
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: 0px 8px;
}
 

a.MenuLevel0_ItemSelected{
	color: #c2aa77;
	text-decoration: none;
	font-weight: bold;
	padding:10px 5px 10px 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	padding:10px 5px 10px 20px;
	background-color:#FFFFFF;
	background-image:url(/Portals/0/images/menu_bgArrowOn.gif);
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: 0px 8px;
}
 
a.MenuLevel0_ItemSelected ,a.MenuLevel0_ItemSelected:active,a.MenuLevel0_ItemSelected:visited {

}

a.MenuLevel1_Item,
a.MenuLevel1_ItemSelected{
	padding: 6px 14px 6px 35px;
	border-bottom:1px solid #505050;
	}

a.MenuLevel1_Item ,
a.MenuLevel1_Item:visited
{
	display: block;
	color: #FFFFFF;
	background: url(bullet-round.gif) no-repeat 21px 50%;
	text-decoration: none;
	background-color:#595959;
}


a.MenuLevel1_Item:hover,
a.MenuLevel1_Item:active,
a.MenuLevel1_Item:focus {
	color: #F85703;
	background-color:#666666;
 	background-image: url(bullet-round-selected.gif) no-repeat 21px 50%;
	text-decoration: none;
}


 
a.MenuLevel1_ItemSelected ,
a.MenuLevel1_ItemSelected:visited
{
	display: block;
	color: #f85703;
	background: url(bullet-round-selected.gif) no-repeat 21px 50%;
	text-decoration: none;
}


a.MenuLevel1_ItemSelected:hover,
a.MenuLevel1_ItemSelected:active,
a.MenuLevel1_ItemSelected:focus {
	color: #F85703;
 	background: url(bullet-round-selected.gif) no-repeat 21px 50%;
	text-decoration: none;
}


a.MenuLevel2_Item:link ,a.MenuLevel2_Item:active ,a.MenuLevel2_Item:visited{
	color: #0560A6;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 20px;
	background: url(bullet-list-selected.gif) no-repeat 4% 50%;
	display: block;
}
  
a.MenuLevel2_Item:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 20px;
	display: block;
}
 a.MenuLevel2_ItemSelected:link ,a.MenuLevel2_ItemSelected:active ,a.MenuLevel2_ItemSelected:visited{
	color: #F85703;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 20px;
	background: url(bullet-list-selected.gif) no-repeat 4% 50%;
	display: block;
}
  
