@charset "utf-8";
/* CSS Document */
#menu3 { 
left:0px; 
top:120px; 
width: 2000px;
z-index:1;
position:absolute;


 }
.menu3 {
	border-color: #000000 #000000 #444444;
	border-style: solid;
	border-width: 0 1px 1px;
	height: 35px;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 32px;
	position: relative;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images_menu/button4b.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
.menu3 li {
    float: left;
}
.menu3 li a {
    color: #669999;
	/*  color: #990000;*/
    cursor: pointer;
    display: block;
    float: left;
    font-family: verdana,verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 8px;
    text-align: center;
    text-decoration: none;
}
.menu3 li a b {
    display: block;
    float: left;
    padding: 0 16px 0 8px;
}
.menu3 li.current a {
    background: url("../images_menu/button4b.gif") repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.menu3 li.current a b {
    background: url("../images_menu/button4b.gif") no-repeat scroll right top transparent;
}
.menu3 li a:hover {
    background: url("../images_menu/button1e.gif") repeat scroll 0 0 #ffffcc;
    color: #003366;
}
.menu3 li a:hover b {
    background: url("../images_menu/button1e.gif") no-repeat scroll right top transparent;
}
.menu3 li.current a:hover {
    background: url("../images_menu/button4b.gif") repeat scroll 0 0 #ffffcc;
    color: #003366;
    cursor: default;
}
.menu3 li.current a:hover b {
    background: url("../images_menu/button1e.gif") no-repeat scroll right top transparent;
}


