
#subHauptMenu ol {

	width:100%;
	margin:0;
	padding:0;

}


#subHauptMenu ol li{

    	list-style:none;
    	list-style-position:inside;
  	font-weight:bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 14px;
    	text-align:center;
	float:left;

}

#subHauptMenu ol li.subHauptMenu_NO a {

/*
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
*/
	color: #0c288a;
	text-decoration:none;
	width:150px;
	height:30px;
	display:block;
	background-image: url("/fileadmin/template_5/image/subhmenu.png");
	background-repeat:no-repeat;
	background-position:left top;


}

* html #subHauptMenu ol li.subHauptMenu_NO a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fileadmin/template_5/image/subhmenu.png");
filter:Alpha(opacity=80);
}

#subHauptMenu ol li.subHauptMenu_ACTIFSUB a,
#subHauptMenu ol li.subHauptMenu_ACT a {

	text-decoration:none;
	color: #909090;
	color: #0c288a;
	width:150px;
	height:30px;
	display:block;

	background-image: url("/fileadmin/template_5/image/subhmenu_act.png");
	background-repeat:no-repeat;
	background-position:left top;
/*
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
*/
}

#subHauptMenu ol li.subHauptMenu_ACTIFSUB a ,
#subHauptMenu ol li.subHauptMenu_ACT a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fileadmin/template_5/image/subhmenu_act.png");
filter:Alpha(opacity=80);
}


#subHauptMenu ol li.subHauptMenu_NO a:hover,  
#subHauptMenu ol li.subHauptMenu_ACTIFSUB a:hover,
#subHauptMenu ol li.subHauptMenu_ACT a:hover {    
	width:150px;
	height:30px;

	display:block;
	color: #909090;
	color: #0c288a;
	background-image: url("/fileadmin/template_5/image/subhmenu_act.png");
	background-repeat:no-repeat;
	background-position:left top;

}

#subHauptMenu ol li.subHauptMenu_NO a:hover,  
#subHauptMenu ol li.subHauptMenu_ACTIFSUB a:hover {    


}
