@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;}
body{
	text-align:center;}
#docmenu{
	margin:0 auto;
	width:745px;
	height:32px;
	text-align:left;
	background:url(../image/menubg.gif) repeat-x left center}
#docmenu li{
	float:left;
	list-style:none;
	text-align:center;}
#docmenu li a{
	float:left;
	background:url(../image/listicoblue.gif) no-repeat left center;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	line-height:32px;
	width:83px;
	margin:0 5px;}
#docmenu li a:hover{
	background:url(../image/listicored.gif) no-repeat left center;	
	}






