/* ================================================
	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 {
	
}


/*========================================================= */
/*                       LEVEL 0                            */
/*========================================================= */

a.MenuLevel0_Item ,a.MenuLevel0_Item:visited ,a.MenuLevel0_Item:active  { 
	text-decoration: none; color: #222222;
	font-weight:500; 
	font-family:'Lato',sans-serif;
	font-size:15px;
	text-indent:20px;
	display: block; border:0px solid #dbd9da;
	white-space:nowrap;
	line-height:24px; padding:10px 0;
}
a.MenuLevel0_Item:hover, .MenuLevel0_Item a:hover  {	
	text-decoration: none; color:#de0b0b !important;
	font-weight:500; 
	font-family:'Lato',sans-serif;
	font-size:15px;
	text-indent:20px;
	display: block; border:0px solid #dbd9da;
	white-space:nowrap;
	line-height:24px; padding:10px 0; 
}
 
a.MenuLevel0_ItemSelected ,a.MenuLevel0_ItemSelected:active,a.MenuLevel0_ItemSelected:visited, a.MenuLevel1_Item , a.MenuLevel1_Item:visited  { 
	text-decoration: none; color:#de0b0b;
	font-weight:700; 
	font-family:'Lato',sans-serif;
	font-size:15px;
	text-indent:20px;
	display: block; border:0px solid #dbd9da;
	white-space:nowrap; 
	line-height:24px; padding:10px 0;
}


/*========================================================= */
/*                       LEVEL 1                            */
/*========================================================= */

a.MenuLevel1_Item, a.MenuLevel1_Item:link, a.MenuLevel1_Item:link, a.MenuLevel1_Item:visited, a.MenuLevel1_Item:focus {
    background: url(sub-bg.png) no-repeat left center; 
	text-decoration: none; color: #222222;
	font-weight: normal;  
	font-family:'Lato',sans-serif;
	font-size: 12px; 
	text-indent:10px;
	display: block; line-height:26px;
}

a.MenuLevel1_Item:hover,  a.MenuLevel1_Item:focus {
    background: url(sub-bg.png) no-repeat left center; 
	text-decoration: none; color: #BF1160;
	font-weight: normal;  
	font-family:'Lato',sans-serif;
	font-size: 12px; 
	text-indent:10px;
	display: block; border:0px solid #dbd9da; line-height:26px;
}

a.MenuLevel1_ItemSelected , a.MenuLevel1_ItemSelected:visited
{
    background: url(sub-bg-a.png) no-repeat left center; 
	text-decoration: none; color: #BF1160;
	font-weight: 600;  
	font-family:'Lato',sans-serif;
	font-size: 12px; 
	text-indent:10px;
	display: block;  border:0px solid #dbd9da; line-height:26px;
}


a.MenuLevel1_ItemSelected:hover, a.MenuLevel1_ItemSelected:active, a.MenuLevel1_ItemSelected:focus {
	text-decoration: none; color: #222222; 
	font-weight: 600;  
	font-family:'Lato',sans-serif;
	font-size: 12px; 
	text-indent:10px; 
	display: block;  border:0px solid #dbd9da; line-height:26px; 
}

/*========================================================= */
/*                       LEVEL 2                            */
/*========================================================= */
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;
}
  