/* ================================================
	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 
================================================ */

.TabMenu_MainTable
{
	border-style: none;
	border-width: 0px;
	background: transparent;
	margin-top: 20px;
	height: 28px;
    background-image: url('tab_top.gif');
	padding-top:10px;
	width:590px;
}

.MainTable_Center
{
	background-image: url('tab_bottom_center.gif');
	background-repeat: repeat-x;
	height: 28px;
  
}

.MainTable_Right
{
	background-image: url('tab_bottom_right.gif');
	background-repeat: no-repeat;
	width:35px;
}



.TabsMenuLevel0, .TabsMenuLevel0:hover, .TabsMenuLevel0:visited, .TabsMenuLevel0:link
{
	font-family: verdana;
	font-size: 10px;
	color: #365087;
	text-decoration: none;
	font-weight: normal;
	white-space:nowrap;
	/*margin:3px;*/
}
.TabsMenuLevel0:hover
{
	text-decoration: underline;
}

.TabsMenuLevel0Selected, .TabsMenuLevel0Selected:hover, .TabsMenuLevel0Selected:visited, .TabsMenuLevel0Selected:link
{
	font-family: verdana;
	font-size: 10px;
	color: #365087;
	text-decoration: none;
	font-weight: bolder;
	margin:3px;
	white-space:nowrap;
}
.TabsMenuLevel0Selected:hover
{
	text-decoration: none;
}


.TabMenu_Center
{
	color: black;
	text-align: center;
	background-image: url('tab_top.gif');
	text-transform: capitalize;
	height: 21px;
	padding-top:10px;
	white-space:nowrap;
	width:10px;
	
}

.TabMenu_Left
{
	text-align: right;
	width:9px;
}

.TabMenu_Right
{
	text-align: right;
	width:9px;
}

.TabMenuSel_Center
{
	color: black;
	text-align: center;
	white-space:nowrap;
	background-image: url('tabsel_top.gif');
	text-transform: capitalize;
	height: 21px;
	padding-top:10px;
	width:10px;
	
}

.TabMenuSel_Left
{
	text-align: right;
	width:9px;
}

.TabMenuSel_Right
{
	text-align: right;
	width:9px;
}