@charset "utf-8";
/* CSS Document */

ul#nav {
	height:56px;
	width:710px;
	list-style-type:none;
	float:right;
}
ul#nav li {
	float:left;
}
ul#nav li a {
	color:#FFF;
	display:block;
	padding:20px 13px;
	text-decoration:none;
	cursor:pointer;
}
ul#nav li a:hover {
	background:transparent url(../img/nav_hvr.jpg) repeat-x 0 0;
	color:#333;
}
ul#nav li a p.hd {
	font-family:Arial, "Lucida Grande","Lucida Sans Unicode";
	font-size:16px;
	font-weight:bold;
	line-height:15px;
}
ul#nav li a p.desc {
	font-family:Arial, "Lucida Grande","Lucida Sans Unicode";
	font-size:10px;
}