@charset "utf-8";
/* CSS Document */

.credential {
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a:link{
	color:#000;
}
a:visited{
	color:#000;
}
a:hover{
	color: #FFF;
	text-decoration:underline
}

.home:hover{
	background:url(img/images/menu_hover/house.png) no-repeat
}
.cv:hover{
	background:url(img/images/menu_hover/cv.png) no-repeat
}
.pub:hover{
	background:url(img/images/menu_hover/pb.png) no-repeat
}
.contact:hover{
	background:url(img/images/menu_hover/cont.png) no-repeat
}
.menu{margin:0; padding:0; width:265px; list-style:none;}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:20px Verdana, Arial, Helvetica, sans-serif; display:block; text-decoration:none; outline:none;}
.menu li a:hover{color:rgb(255,255,255); }
.menu li a.active, .menu li a.active:hover{ }
.menu li a span{line-height:40px;}

