﻿/* ================================================
	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 
================================================ */

.H2Style1 {
}

.H2Style2 {
	color: #FFCE00;
	text-align: center;
	background-image: url('topmenu_bg.gif');
	height: 30px;
	padding-left:10px;
}

.H2MenuLevel0 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.H2MenuLevel0:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.H2MenuLevel0:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.H2MenuLevel0:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.H2MenuLevel0Selected {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}
.H2MenuLevel0Selected:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}
.H2MenuLevel0Selected:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	text-decoration:underline;

}

.H2MenuLevel0Selected:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}

.H2MenuLevel1Selected, .H2MenuLevel1Selected:visited {
	color: #FFFFFF;
}

.H2MenuLevel1, .H2MenuLevel1:visited, .H2MenuLevel1:link {
	color: white;
	text-decoration: none;
}

.H2MenuLevel1:hover {
	text-decoration: underline;
}

.H2MenuLevel1Selected, .H2MenuLevel1Selected:visited, .H2MenuLevel1Selected:link {
	color: #FFFFFF;
}

.H2Style3 {
	color: black;
	text-align: right;
	background-image: url('topmenu_bg.gif');
	height: 30px;
	padding-left:10px;
}

.H2Style4 {
	text-align: right;
}

td.H2Style2 {
	white-space: nowrap;
}

td.H2Style3 {
	white-space: nowrap;
}

#dropmenudiv {
	text-align:left;
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	text-align:left;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color: #C0C0C0;
}