@charset "utf-8";
/* CSS Document */
.menu1 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:28px;
	background:#E1D7CD url(../images/nav.jpg);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #E1D7CD;
	background-color: #6E2600;
}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:28px; line-height:28px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 8px 0 8px; border-bottom:solid 1px #E1D7CD; border-right:solid 1px #E1D7CD;}
.menu1 li.current a {color:#E1D7CD; background:url(../images/navOver.gif); border-bottom:solid 1px #6E2600;}
.menu1 li.current a b {background:url(../images/navOver.gif) no-repeat right top; border-bottom:solid 1px #6E2600;}
.menu1 li a:hover {color:#fff; background:#000 url(../images/navOver.gif);}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top; border-bottom:0;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../images/nav.jpg); cursor:default;}
.menu1 li.current a:hover b {background:url(../images/nav.jpg) no-repeat right top;}
