/* ----------------------------------------------------------- */
/* nav structure
/* ----------------------------------------------------------- */

#wrapper {
}

.clear {
	clear: both;
}

#navLinks .navItem {
	float: left;
	margin: 0px;
	position: relative;
	border-top:2px solid #1F1615;
}


/* ----------------------------------------------------------- */
/* global nav styles
/* ----------------------------------------------------------- */

.navRightBorder {
	border-right: 2px solid #1F1615;
}

.navLeftBorder {
	border-left: 2px solid #1F1615;
}

.navBothBorder {
	border-right: 2px solid #1F1615;
	border-left: 2px solid #1F1615;
}


/* ----------------------------------------------------------- */
/* global sub category styles
/* ----------------------------------------------------------- */

.subCategory ul li a,.subCategoryLeft ul li a,.subCategoryRight ul li a {
	color:#000;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding: 10px 0px 10px 25px;
	text-transform: uppercase
}

.subCategory ul li a:hover, .subCategoryLeft ul li a:hover, .subCategoryRight ul li a:hover {
	background-image: url("/images/bullet_carrot.gif");
	background-repeat: no-repeat;
	background-position: left;	
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding-left:25px;
	text-transform: uppercase
}

.subCategory ul, .subCategoryLeft ul, .subCategoryRight ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	font: 0px Verdana, Arial, Helvetica, sans-serif;
}

.rightBorder {
	background-image: url("/images/vr_dots.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.hzLine {
	height:4px;
	width:100px;
	margin: 10px 0px 8px 10px;
	
	background-image: url("/images/hz_dots.gif");
	background-repeat: repeat-x;
}


/* ----------------------------------------------------------- */
/*  Nav Style 1 */
/* ----------------------------------------------------------- */

#dvNav01 {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 11;
}

#dvNav02 {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 12;
}

#dvNav03 {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 13;
}

#dvNav04 {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 14;
}

#dvNav05 {
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 15;
}

.SubNav {
	/* float: left; */
	padding: 12px 0px 15px 0px;
	background-color: #C5532B;
}

.SubNavBottom {
	height: 13px;
	background-image: url("/images/background_menu_bottom.gif");
	background-repeat: no-repeat;	
	background-position: right;
	clear: both;
	font-size: 1px;
}

.SubNav .subCategory {
	float: left;
	padding-left:5px;
}

.bottomNavLeft {
}

.bottomNavMiddle {
}

.bottomNavRight {
}

