/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_five */

.menu5 {
	padding:5px 0 0 1em; 
	margin:0; 
	list-style:none; 
	height:30px; 
	position:relative;
	top: 162px;
	left: 203px; 
	font-size:12px;
}
.menu5 li {
	float:left; 
	height:30px; 
	margin-right:1px;
}
.menu5 li a {
	display:block; 
	float:left; 
	height:30px; 
	line-height:25px; 
	color:#272425; 
	text-decoration:none; 
	font-family:"Trebuchet MS", verdana, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	padding:0 0 0 4px; 
	cursor:pointer; background:url(../images/pro_five_0a.gif) no-repeat;
}
.menu5 li a b {
	float:left; 
	display:block; 
	padding:2px 16px 5px 12px; 
	background:url(../images/pro_five_0b.gif) no-repeat right top;
}
.menu5 li.current a {
	color:#000; 
	background:url(../images/pro_five_2a.gif) no-repeat;
}
.menu5 li.current a b {
	background:url(../images/pro_five_2b.gif) no-repeat right top;
}
.menu5 li a:hover {
	color:#000; 
	background: url(../images/pro_five_1a.gif) no-repeat;
}
.menu5 li a:hover b {
	background:url(../images/pro_five_1b.gif) no-repeat right top;
}
.menu5 li.current a:hover {
	color:#000; 
	background: url(../images/pro_five_2a.gif) no-repeat; 
	cursor:default;
}
.menu5 li.current a:hover b {
	background:url(../images/pro_five_2b.gif) no-repeat right top;
}

