/* ================================================
	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
	made style by: thangpdtt@gmail.com 
================================================ */
html{/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */}

.menuTopDNN360 {background: #FFF;color: #252525;font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;margin-top: 0;padding-top: 0;
 text-align:middle ;
 /* required for Opera to have 0 margin */text-align: center;/* centers site in MSIE */}


img {border:none}

a {text-decoration:none;color:#000cff}

a:hover {text-decoration:none; color:#F60}

ul{list-style-type:none}

li{list-style-type:none}


/* easy clearing */

.clearfix{clear:both; }

.floatLeft{float:left}

.floatRight{float:right}

/*******************Hmenu************************************/

.menuTopDNN360 {padding:0;}

.menuTopDNN360 .hmenubg {font-weight:bold}

.menuTopDNN360 .hmenu {overflow:hidden;}

.menuTopDNN360 .hmenu .hmenu_tab{background:url(right_hmenu.gif) no-repeat top right;cursor:pointer; }


.menuTopDNN360 .hmenu .hmenu_tab .hmenu_tab_left, .menuTopDNN360 .hmenu .hmenu_tab .hmenu_tab_left_first{padding:2px 7px 0 7px; text-align:center;background:url(left_hmenu.gif) no-repeat left top; height:31px;}

.menuTopDNN360 .hmenu .hmenu_tab .hmenu_tab_left_first{background:url(left_hmenu_first.gif) no-repeat left top}

.menuTopDNN360 .hmenu .hmenu_tab .hmenu_tab_left a, .menuTopDNN360 .hmenu .hmenu_tab .hmenu_tab_left_first a{color:#5c5c5c;font-weight:bold;text-decoration:none;font-family:Tahoma, arial, sans-serif; font-size:11px;}

.menuTopDNN360 .hmenu .hmenu_tab_hover{background:url(right_hmenu.gif) no-repeat right -33px;cursor:pointer}

.menuTopDNN360 .hmenu .hmenu_tab_hover .hmenu_tab_left, .menuTopDNN360 .hmenu .hmenu_tab_hover .hmenu_tab_left_first{padding:2px 7px 0 7px;background:url(left_hmenu.gif) no-repeat left -33px;height:31px;}

.menuTopDNN360 .hmenu .hmenu_tab_hover .hmenu_tab_left a, .menuTopDNN360 .hmenu .hmenu_tab_hover .hmenu_tab_left_first a{color:#5c5c5c;font-weight:bold;text-decoration:none;font-family:Tahoma, arial, sans-serif; font-size:11px;}

.menuTopDNN360 .hmenu .hmenu_tab_hover .hmenu_tab_left_first{background:url(left_hmenu_first.gif) no-repeat left -33px;}

.menuTopDNN360 .hmenu .current{color:#fff;background:url(hmenu_over_right.gif) no-repeat right top; }

.menuTopDNN360 .hmenu .current .hmenu_tab_left{background: url(hmenu_over_left.gif) no-repeat left top ; }

.menuTopDNN360 .hmenu .current .hmenu_tab_left_first{background: url(hmenu_over_left_first.gif) no-repeat left top ; }

.menuTopDNN360 .hmenu .current .hmenu_tab_left a, .menuTopDNN360 .hmenu .current .hmenu_tab_left_first a{ color:#fff; font-family:Tahoma, arial, sans-serif}

/*******************submenu************************************/

.menuTopDNN360 .submenubg {background:url(sub_menu_bg.gif) repeat-x left top; line-height:25px}

.menuTopDNN360 .leftSubMenu {background:url(left_subMenu.gif) no-repeat; width:7px; height:34px}

.menuTopDNN360 .rightSubMenu {background:url(right_subMenu.gif) no-repeat; width:5px; height:34px; margin-top:-34px}

.menuTopDNN360 .submenu {width:98%;overflow:hidden; height:34px}

.menuTopDNN360 .submenu ul{margin:0;padding:0;list-style:none}

.menuTopDNN360 .submenu ul li{display:inline;margin:0;padding:4px 0 0 0;float:left; color:#bababa}

.menuTopDNN360 .submenu ul li a{float:left;color:#fff;text-decoration:none;padding:0 0 0 4px;font-family:Tahoma, arial, sans-serif}

.menuTopDNN360 .submenu ul li a span{padding:0px 4px 3px 0;display:block}

.menuTopDNN360 .submenu ul li a:hover, .menuTopDNN360 .submenu ul li a.current{color:#5c5c5c;background:url(left_sub_menu_hover.gif) no-repeat left 4px; }

.menuTopDNN360 .submenu ul li a:hover span, .menuTopDNN360 .submenu ul li a.current span{background: url(right_sub_menu_hover.gif) no-repeat right 4px ; font-family:Tahoma, arial, sans-serif}

.menuTopDNN360 .submenu ul li a.current span{font-weight:bold}

/*drop menu level 3*/
#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font-family:Tahoma, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover {
	background-color: yellow;
}

.mainnav,.mainnav ul, .mainnav ul li, .mainnav li
{
	list-style: none;
}