@charset "utf-8";

.menu2 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	background-image: url(navigation/button1.gif);
}
.menu2 li {float:left;}
.menu2 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:13px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
	
	a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; } 
	
	
	
	
	
}
.menu2 li a b {color: black; text-decoration: none; }
.menu2 li.current a {color: red; text-decoration: none; }
.menu2 li.current a b {color: Gray; text-decoration: none; }
.menu2 li a:hover {color: white; text-decoration: none; }
.menu2 li a:hover b {color: grey; text-decoration: none; }
.menu2 li.current a:hover {color: pink; text-decoration: none; }
.menu2 li.current a:hover b {background:url(navigation/button3.gif) no-repeat right top;}
#wraper #bottomnav td {
	font-family: "Arial";
	font-size: 16px;
	color: #333333;
	text-align: center;
}
#wraper #bottomnav a {
	font-family: "Arial";
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
#wraper #bottomnav a:hover {
	font-family: "Arial";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}