/* ================================================
	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 {
	color: white;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
	height: 26px;
	
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}

.H12Style3 {
	color: white;
	text-align: center;
	padding-left: 3px;
	margin-top:10px;
	padding-right: 3px;
	height: 26px;
}

td.H12Style3 {
	white-space: nowrap;
	padding-left: 17px;
	padding-right: 17px;
}

.H12Table {
	color: white;
	margin-top:7px;
}

.H12Header {
	white-space: nowrap;
	
}

.H12MenuLevel0,.H12MenuLevel0:visited,.H12MenuLevel0:link {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
}

.H12MenuLevel0:hover {
	color: gray;
}

.H12MenuLevel0Selected,.H12MenuLevel0Selected:visited,.H12MenuLevel0Selected:link {
	height:30px;
	line-height:30px;
	display:block;
	color: #F16824;
	background: url(currentArrow.jpg) center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	margin-top:1px\9;
}



.H12MenuLevel1,.H12MenuLevel1:visited ,.H12MenuLevel1:link {
	color:#000;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	margin-top:15px;
	vertical-align:4px;
	padding-top:3px;
	*vertical-align: middle;
	*padding-top:0px;
	*position:relative;
}

.H12MenuLevel1:hover {
	color: white;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align:4px;
	padding-top:3px;
	*vertical-align: middle;
	*padding-top:0px;
}

.selectedMenuBefore{
	background: url(currentLeft.jpg);
	height:20px;
	width:10px;
	display:block;
}

.selectedMenuAfter{
	background: url(currentRight.jpg);
	height:20px;
	width:10px;
}

.H12MenuLevel1Selected,.H12MenuLevel1Selected:visited,.H12MenuLevel1Selected:link {
	color: #fff;
	text-align:center;
	padding-top:3px;
	/*float:left;*/

	/*Quick IE Fix*/

}

#SelectedMenuWrapper{
	width:auto;
}



.H22Style4 {
	text-align: right;
}

td.H12Style2 {
	white-space: nowrap;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background:#fff;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background:#fff;
}

#dropmenudiv a:hover {
	/*background-color: yellow;*/
}

#menuleft {
	width:10px;
	min-width:10px;
	height:20px;
	display: inline-block;
	background-image: url(currentLeft.jpg);
	/* IE 5, 6, 7 FIX */
	*display:inline;
}

#menumiddle {
	height:20px;
	padding-top:2px;
	display:inline-block;
	vertical-align: top;
	background-image: url(currentMid.jpg);
	background-repeat: repeat-x;
	/* IE 5, 6, 7 FIXES */
	*display:inline;
	*padding-left:10px;
	*padding-top:0px;
	*padding-right:10px;
}

#menuright {
	width:10px;
	height:20px;
	display: inline-block;
	background-image: url(currentright.jpg);
	/* IE 5, 6, 7 FIX */
	*display:inline;
}