.menudiv {
	width:980px;
	padding-bottom:4px;
	position:absolute;
	z-index:4;
	float:right;
}

.submenudiv
{
	width: 150px;
	height: 600px;
	position:absolute;
	top:44px;
	z-index:5;
	visibility:hidden;
} 

.intmenudiv
{
	width: 150px;
	position:absolute;
	z-index:7;
	visibility:hidden;
	margin-left:150px;
}
.submenubg {
	background-color: #ffffff;
}

.style1, .style1_active{
	padding-left:8px;
	padding-right:8px;
	margin-left:2px;
	line-height:22px;
}

.style1{
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	height:24px;}
	
.style1:hover{
	background-image:url(../img/menu_bg2.gif);
	background-repeat:repeat-x;
	height:24px;}
	
.style1_active{
	background-color:#FFF;
	height:24px;}

.style1 a 
{
	font-weight:bold;	
	font-size: 11px;
	color: #fff;
	text-decoration:none;
}
.style1 a:hover 
{
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;	
	text-decoration:none;
}
.style1_active a {
	font-weight:bold;
	font-size: 11px;
	color: #D9007B;
	text-decoration:none;
}

.style1_active a:hover {
	font-weight:bold;
	font-size: 11px;
	color: #D9007B;	
	text-decoration:none;

}



.style2, .style2_active
{
	width:150px;
	overflow:hidden;
	background-color:#ffffff;
}



.style2 a {
	font-weight:bold;	
	font-size: 11px;
	color: #D9007B;
	text-decoration:none;
}

.style2 a:hover {
	font-weight:bold;
	font-size: 11px;
	color: #0B54BA;	
	text-decoration:none;
}

.style2_active a {
	font-weight:bold;
	font-size: 11px;
	color: #0B54BA;	
	text-decoration:underline;
}
.style2_active a:hover {
	font-weight:bold;
	font-size: 11px;
	color: #0B54BA;	
	text-decoration:underline;
}



.style3
{
	width:150px;
	overflow:hidden;
	background:#FFFFFF;
}

.style3 a {
	font-weight:normal;	
	font-size: 11px;
	color: #0B54BA;
	text-decoration:none;

}
.style3 a:hover {
	font-weight:normal;
	font-size: 11px;
	color: #0B54BA;	
	text-decoration:none;
}

