
/******vertical menu style*******/

a.normalcat,
a.normalcat:link,
a.normalcat:visited {
	
	padding-left:25px;
	
	display:block;
	background: url(images/hr_dotline.gif) bottom repeat-x;
	text-decoration:none;
	}
	
a.normalcat span,
a.normalcat:link span,
a.normalcat:visited span {
		cursor:pointer;
	font-size:15px;
	font-family:arial;
	color:#fff;
	display:block;
	line-height:22px;
    font-weight:bold;
	height: auto !important;
    height: 1%;
    text-decoration:none;
	}

a.normalcat:hover,
a.normalcat.iehover {
	text-decoration:none;
	background:none;

	
	
	}
a.normalcat:hover span{
	text-decoration:none;
	color:#ffd200;
	background:none;
	}

a.currentcat,
a.currentcat:link,
a.currentcat:visited,
a.currentcat:hover,
a.currentcat.iehover {
	display:block;
	padding-left:25px;
	/*width:180px!important;*/
	width:auto;
	text-decoration:none;
	background:none;
	

	}
	
a.currentcat span,
a.currentcat:link span,
a.currentcat:visited span,
a.currentcat:hover span,
a.currentcat.iehover span {
	

	cursor:pointer;
	font-size:15px;
	font-family:arial;
	color:#ffd200;
	display:block;
	line-height:22px;
	font-weight:bold;
	height: auto !important;
    height: 1%;
    text-decoration:none;
	background:none;
	cursor:pointer;
	
	}

	
.prod_sub_topleft{
	background:url(images/prod_corner.gif) left top no-repeat;
	padding-left:6px;
}
.prod_sub_topright{
	background:url(images/prod_corner.gif) right top no-repeat;
	height:6px;
	width:100%;
	overflow:hidden;
}
.prod_sub_div{
	width:100%;
	margin-bottom:0px;
	background:none;
	font-family:arial;
	
}

.prod_sub_div_inner{
	/*width:100%;*/
	background:none;
	
}


.prod_sub_div_inner a,
.prod_sub_div_inner a:link,
.prod_sub_div_inner a:visited{
	display:block;
	/*background:url(images/prod_bullet.gif) 10px 10px no-repeat;*/
	padding:0px 0 0px 40px;
	line-height:22px;
	font-family:arial;
	font-size:15px;
font-weight:bold;
	color:#ffd200;
	text-decoration:none;
}
.prod_sub_div_inner a:hover,
.prod_sub_div_inner a.iehover{
	color:#ffffff;
	text-decoration:none;
}


.prod_sub_botleft{
	background:url(images/prod_corner.gif) left -6px no-repeat;
	padding-left:6px;
}
.prod_sub_botright{
	background:url(images/prod_corner.gif) right -6px no-repeat;
	height:6px;
	width:100%;
	overflow:hidden;
}
.clearing{
clear:both;
}
