/* place anything above the menu on a higher level */
#header, #topad {
	position:relative;
	z-index:500;
}

#info { z-index:10; }

/* set link defaults */
a, a:visited, a:hover, a:active, a:focus {
	direction:ltr;
	outline:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

#navbar{
	width: 100%;
	background-color: #C10000;
	background-image: url(../images/banner.png);
}

#nav {
	width:899px;
	margin:0 auto;
	position:relative;
	height:25px;
	background:#c10000;
	font:normal 13px arial, verdana, sans-serif;
	border-left:1px solid #fff;
	background-image: url(../images/banner.png);
	z-index: 3000;
}

.menu li {
	width:145px;
	float:left;
}
.menu .list ul.sub{
	margin-left: -2000px;
	position: absolute;
	width: 145px;
}
.menu .list:hover ul.sub{
	margin-left: 0px;
}

.menu a {
	display:block;
	height:25px;
	line-height:25px;
	text-decoration:none;
	padding:0 0 0 10px;
	color:#fff;
	width:134px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	z-index:10;
	background-image: url(../images/banner.png);
}

.menu .sub a {
	background:#ccc;
	margin-right:-1px;
	color:#000;
}

.menu a:hover, .menu a:focus, .menu a:active {
	margin-right:0;
	background-color:#c10000;
	color:#fff;
}
