/* CSS Document */
.images {background:#c00; width:20px; height:20px; padding:1px;}

#nav ul {margin:0 auto 100px auto; padding:0; list-style:none; display:table; white-space:nowrap; }
#nav li {display:table-cell; margin:0; padding:0;}
#nav a {
	float:left;
	color:#663300;
	margin:0 2px 0 0;
	padding:0 0 0 2px;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #CDB397;
	background-image: url(images/left2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: arial, verdana, sans-serif; font-size:11px;
}
#nav a b {float:left; display:block; background:transparent url(images/right2.gif) no-repeat right bottom; padding:5px 16px 5px 12px;}
#nav a:hover {
	background-color:#B19679;
	cursor:pointer;
	color: #fff;
	font-family: arial, verdana, sans-serif; font-size:11px;
} 
#nav #current a {background-color:#B19679;} 
#nav {padding:1px 0 0 0; background:#663300; border-top:8px solid #B19679;}


[if IE]
<style type="text/css">
#nav ul {display:inline-block;}
#nav ul {display:inline;}
#nav ul li {float:left;}
#nav {text-align:center;}

[endif]
