/* CSS Document */
#menu3	{
	width:617px;
	height:33px;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}	
.menu3 {
 padding:0 0 0 0px;
 margin:0;
 list-style-type:none; 
 height:auto;
 width:auto;
 position:relative;
 padding-left:0px;
}
 
.menu3 li {
float:left;
}
.menu3 li a {
display:inline;
float:left;
height:auto;
line-height:32px; 
color:#FFF; 
text-decoration:none; 
font-size:12px; 
font-family:arial; 
font-weight:bold; 
text-align:center;
padding-left:14px; padding-right:11px;
cursor:pointer;
background:url(../images/nav_line.gif) no-repeat 0px;
}
/*.menu3 li a:hover {
color:#000; background:url(../images/three_1.gif);
}*/
.menu3 li a:hover {
color:#000; background:#FEDC00;
}
.menu3 li a b {
float:left; 
display:block; 
padding:0 24px 0 8px;
}
/*.menu3 li a:hover b {
background:url(../images/three_1.gif) no-repeat right top;
}

.menu3 li.current a b {
background:url(../images/three_2.gif) no-repeat right top;
}
.menu3 li.current a:hover b {
background:url(../images/three_2.gif) no-repeat right top;
}

.menu3 li.current a {
color:#fff; background:url(../images/three_2.gif);
}

.menu3 li.current a:hover {
color:#fff;
background:#000 url(../images/three_2.gif); 
cursor:default;
}*/