/* ================================================
	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: url(stripe1.gif);*/
}

a.MenuLevel0_Item_dnnUI ,a.MenuLevel0_Item_dnnUI:visited ,a.MenuLevel0_Item_dnnUI:active  {
	color: #015586;
	text-decoration: none;
    text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 26px;
	height: 28px;
	line-height:28px;
	display: block;
	background: url(a-mainlevel-bg.gif) 0 0 no-repeat;
}

a.MenuLevel0_Item_dnnUI:hover  {
	color: #015586;	
	background: url(a-mainlevel-bg2.gif) 0 0 no-repeat;
}
 
a.MenuLevel0_Item_dnnUISelected ,a.MenuLevel0_Item_dnnUISelected:active,a.MenuLevel0_Item_dnnUISelected:visited {
	color: #015586;
	text-decoration: none;
    text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	padding-left: 26px;
	height: 28px;
	line-height:28px;
	display: block;
	background: url(a-mainlevel-bg3.gif) 0 0 no-repeat;
}

a.MenuLevel1_Item_dnnUI ,a.MenuLevel1_Item_dnnUI:visited{
	padding: 2px 14px 2px 15px;
	display: block;
	color: #849cb2;
	background: url(bullet-list.gif) no-repeat 2% 50%;
	text-decoration: none;
	text-align: left;
}

a.MenuLevel1_Item_dnnUI:hover,a.MenuLevel1_Item_dnnUI:active,a.MenuLevel1_Item_dnnUI:focus {
	padding: 2px 14px 2px 15px;
	color: #5d7991;
 	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
	text-align: left;
}
 
a.MenuLevel1_Item_dnnUISelected ,a.MenuLevel1_Item_dnnUISelected:visited
{
	padding: 2px 14px 2px 15px;
	display: block;
	color: #5d7991;
	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
	text-align: left;
}

a.MenuLevel1_Item_dnnUISelected:hover,a.MenuLevel1_Item_dnnUISelected:active,a.MenuLevel1_Item_dnnUISelected:focus {
	padding: 2px 14px 2px 15px;
	color: #5d7991;
 	background: url(bullet-list-selected.gif) no-repeat 2% 50%;
	text-decoration: none;
	text-align: left;
}

a.MenuLevel2_Item_dnnUI:link ,a.MenuLevel2_Item_dnnUI:active ,a.MenuLevel2_Item_dnnUI:visited{
	color: #849cb2;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 28px;
	line-height:28px;
	background: url(bullet-list-selected.gif) no-repeat 4% 50%;
	display: block;
	text-align: left;
}
  
a.MenuLevel2_Item_dnnUI:hover {
	color: #849cb2;
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 28px;
	line-height:28px;
	display: block;
	text-align: left;
}
 a.MenuLevel2_Item_dnnUISelected:link ,a.MenuLevel2_Item_dnnUISelected:active ,a.MenuLevel2_Item_dnnUISelected:visited{
	color: #849cb2;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 20px;
	height: 28px;
	line-height:28px;
	background: url(bullet-list-selected.gif) no-repeat 4% 50%;
	display: block;
    text-align: left;
}
  