.menudiv {
	width:185;
	overflow:hidden;
}

.h_menu
{
	width: 185px;
	height:20px;
	padding-top:3px;
	background-image: url(../img/hmenu.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#898fa6;
}
.h_menu a
{
	color:#898fa6;
	text-decoration: none;
	font-weight: bold;
}
.h_menu a:hover
{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.submenudiv
{
	width: 180px;
	position:absolute;
	z-index:5;
	visibility:hidden;
	margin-top:15px;
	margin-left:160px;
	padding:0px;	
} 
.submenutabel{
	border:1px solid #0cb4a1;
	width:160px;
	vertical-align:top;
	margin-left:3px;
	text-align:left;
	margin-top:-20px;
	position:absolute;
	background-color:#eeeeee;	
}

.s_menu
{
	width: 176px;
	padding-top:1px;
	margin-bottom: 1px;
	margin-top:1px;
	margin-left:0px;
	text-align:left;
	
}
.s_menu2
{
	margin-left:0px;
}
.s_menu a
{
	color: #0cb4a1;
	width:150px;
	border-bottom:1px dotted white;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	padding-bottom:3px;

}
.s_menu a:hover
{
	color:#004b56;
	text-decoration: none;
	border-bottom:1px dotted white;
	padding-bottom:3px;
	font-size:11px;
}


.intmenudiv
{
	width: 200px;
	position:absolute;
	z-index:7;
	visibility:hidden;
	margin-left:170px;
	padding:0px;	

}
.intmenutabel{
	border:1px solid #0a9484;
	width:160px;
	vertical-align:top;
	background-image:url(../img/menuback.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
	background-color:#dedede;
	text-align:left;	
}
.i_menu
{
	width: 176px;
	
	background-image: url(../img/imenuback.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
}
.i_menu2
{
	margin-left:10px;
}
.i_menu a
{
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	height:17px;
}
.i_menu a:hover
{
	text-decoration: none;
	font-weight: bold;
	color:#474747;
	height:17px;
}

