@charset "UTF-8";
/* CSS Document */

div#navbar {
	position: relative;
	width: 100%;
	background-image: url(../images/navbar/navbar.gif);
}
ul.nav, .nav ul {
	border-left: 1px solid #333;
	margin: 0 auto;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
}
ul.nav {
	display: table;
}
ul.block {
	width: 100%;
	table-layout: fixed;
}
ul.nav>li {
	display: table-cell;
	position: relative;
	padding: 5px 10px;
}
ul.nav li>ul {
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -10px;
	margin-top: 5px;
}
ul.nav li:hover>ul {
	display : block;
}
.nav ul li a {
	display: block;
	padding: 5px 10px;
}
/*Menu styles*/

ul.nav a {
	color: #FFF;
}
ul.nav, .nav ul, .nav ul li a {
	background-image: url(../images/navbar/navbar.gif);
	color: #fff;
}
ul.nav li:hover, .nav ul li a:hover {
	background: #369;
	color: #fff;
}
ul.nav li:active, .nav ul li a:active {
	background-color: #036;
	color: #fff;
}
ul.nav li {
	border-right: 1px solid #333;
}
.nav a {
	text-decoration: none;
}

/* Buy Now Nav */
div#buynav {
	position: relative;
	width: 100%;
	height: 28px;
	background-image: url(../images/buynav/navback.jpg);
}
div#previous {
	position: absolute;
	top: 9px;
	left: 2px;
}
div#next {
	position: absolute;
	top: 9px;
	left: 15px;
}
div#prevnext {
	position: absolute;
	top: 7px;
	left: 26px;
}
div#buy {
	position: absolute;
	top: 0px;
	right: 0px;
}