


#menudiv {
font-size:1.1em;
	width: 165px;
	text-transform: uppercase;
	background-image: url(menu-fons.png);
	background-repeat: repeat-y;
	background-position: left top;	
}


/* Menu vertical */
.menutitle{
position:relative;
margin: 0px;
padding: 0px;
height: 30px;
	float:left;
	cursor:pointer;
	color:#FFF;
	width:165px;		
	background-image: url(menu.png);
	background-position: 0px -120px;
	background-repeat: no-repeat;
	font-weight: normal;

}


#menu1.menutitle span, #menu2.menutitle span{
color:#fff;
display:block;
	padding:10px  0 0 20px;
	height: 20px;
	width:145px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu6.menutitle, #menu6.menutitle_over{
	background-color:#003F80;
	background-image:none;
}

#menu1.menutitle_over span, #menu2.menutitle_over span{
display:block;
	padding:10px  0 0 20px;
	height: 20px;
	width:145px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

#menu1.menutitle_selected span, #menu2.menutitle_selected span{
	display:block;
	padding:10px  0 0 20px;
	height: 20px;
	width:145px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
background-position: 0 0;
}

#menu1.menutitle_overetselected span, #menu2.menutitle_overetselected span{
display:block;
	padding:10px  0 0 20px;
	height: 20px;
	width:145px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: 0 -41px;
}



.menutitle_over{
	float:left;
	cursor:pointer;
	color:#003F80;
	width:165px;
	height: 30px;
	padding:0px;/* */
	font-weight:bold;
	background-image: url(menu.png);
	background-position: 0 -120px;
}




.menutitle a, .menutitle_overetselected a, .menutitle_over a{
	display:block;
	height:20px;
	padding:10px  0 0 20px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
}

.menutitle_selected{
	float:left;
	cursor:pointer;
	color:#fff;
	width:165px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(menu.png);
	background-position: 0 -220px;
}

.menutitle_overetselected{
	float:left;
	cursor:pointer;
	color:#003F80;
	width:165px;
	height: 30px;
	padding: 0px;/* */
	font-weight:bold;/* */
	background-repeat: no-repeat;
	background-image: url(menu.png);
	background-position: left -220px;
}



.menutitle a:link, .menutitle a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


.menutitle_over a:hover{
	color:#003F80;
	text-decoration: none;
	background-position: 0 -41px;
}

 .menutitle a:active {
color: #FFFFFF;
	text-decoration: none;
}



.submenu{
width:160px;
	margin-bottom: 0px;
	float:left;
	background-repeat: no-repeat;
	background-image: url(menu.png);
	background-position: 0 bottom;
	padding:5px 0 5px 5px;
}
/* */

#menudiv ul.submenu li  {
	list-style-type: none;
	padding-left:18px;
	margin-left: 0;
	list-style-position: outside;
	text-transform:capitalize;
}

#menudiv ul.submenu li a:link, #menudiv ul.submenu li a:visited{

text-decoration: none;
color: #999;

}

#menudiv ul.submenu li a:hover{
color: #CCC;
}
#menudiv ul.submenu li a:active{
text-decoration: none;
color: #003F80;
}

#menu6.menutitle, #menu6.menutitle_over{
	background-color:#003F80;
		background-image:none;

}

