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

.menu4 {padding:0 0 0 1em; margin:0; display:table; list-style:none; height:35px; background:url(../images/pro_four0.gif);}
.menu4 li {float:left;}
.menu4 li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	padding: 0 0 0 14px;
	cursor: pointer;
	font-size: 11px;
}
.menu4 li a b {float:left; display:block; padding:0 28px 0 14px;}
.menu4 li.current a {color:#fff; background:url(../images/pro_four2.gif);}
.menu4 li.current a b {background:url(../images/pro_four2.gif) no-repeat right top;}
.menu4 li a:hover {color:#fff; background: url(../images/pro_four1.gif);}
.menu4 li a:hover b {background:url(../images/pro_four1.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background: url(../images/pro_four2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(../images/pro_four2.gif) no-repeat right top;}