/* ================================================
	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 
================================================ */

.H12Style1 {
	border-style: none;
	border-width: 0px;
}

.H12Style2 {
	font-size: 12px;
	vertical-align: bottom;
	text-align: center;	
	height:16px;
	font-weight: bold;
	padding: 4px 7px;
}
/* top level table cell */
.H12Style3, td.H12Style3 {
	font-size: 12px;
	vertical-align: bottom;	
	text-align: center;
	height:16px;
	font-weight: bold;
	padding: 4px 7px;
}
/*table for second level items */
.H12Table {
	color: #FFF;
	background-color: #000;
}
.H12Table td {
	vertical-align: bottom;
	color:#FFFFFF;
	font-size: 10px;
	padding:3px 0px 0px 2px;
}
/* table for top level items */
.H12Header {
	white-space: nowrap;
	background-color: #000;
}
/* top level items */
.H12MenuLevel0Selected,.H12MenuLevel0Selected:visited,.H12MenuLevel0Selected:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-decoration:none;
	padding: 4px 5px;
	margin: 0px 0px 0px 0px;
	background: #407aac url(nav_bluecorner.png) no-repeat bottom right;
}

.H12MenuLevel0,.H12MenuLevel0:visited,.H12MenuLevel0:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	margin: 0px 0px 0px 0px;
	background: #ed1c24 url(nav_redcorner.png) no-repeat bottom right;
}

.H12MenuLevel0:hover, .H12MenuLevel0Selected:hover, .H12MenuLevel0:focus, .H12MenuLevel0Selected:focus {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	margin: 0px 0px 0px 0px;
	background: #407aac url(nav_bluecorner.png) no-repeat bottom right;
}

/*second level items */
.H12MenuLevel1,.H12MenuLevel1:visited ,.H12MenuLevel1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 5px;
	margin: 0px;
}

.H12MenuLevel1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed1c24;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px;
	margin: 0px;
}

.H12MenuLevel1Selected,.H12MenuLevel1Selected:visited {
	color: #ed1c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 5px;
	margin: 0px;
}

.H22Style4 {
	text-align: right;
}

td.H12Style2 {
	white-space: nowrap;
}

#dropmenudiv {
	position: absolute;
	/*border: 1px solid black;*/
	border-bottom-width: 0;
	/*font: normal 12px Verdana;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
	text-align: left;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	/*text-indent: 3px;*/
	text-indent: 6px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	font-weight: normal;
	/*color: #000;*/
	color: #FFF;
}

#dropmenudiv a:hover {
	/*background-color: #FFF;*/
	color: #ed1c24;
}