@charset "utf-8";
/* +++++++++++++++ MENU ONLY ++++++++ */
#topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 640px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
	/*background-color:#600;*/
}
#topmenu ul {
	margin:0;
	padding:0px 0px 0 2px;
	list-style:none;
}
#topmenu li {
	display:inline;
	margin:0;
	padding:0;
}
#topmenu a {
	float:left;
	background:#600 url(../images/top_nav_left.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#topmenu a span {
	float:left;
	display:block;
	background: #600 url(../images/top_nav_right.jpg) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
	/*660000*/
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
	color:#666;
}
#topmenu a:hover {
	background-position:0% -42px;
}
#topmenu a:hover span {
	background-position:100% -42px;
}

/* ++++++++++++ END MENU STYLES +++++++++++++++ */


