/* ----------------------------------------------------------- */
/* nav structure
/* ----------------------------------------------------------- */

#wrapper {
}

.clear {
	clear: both;
}

#navLinks {
	width: 700px;
	height: 27px;
	margin:0px;
}

#navLinks .navItem {
	float: left;
	margin: 6px 0px 0px 0px;
	position: relative;
}


/* ----------------------------------------------------------- */
/* global nav styles
/* ----------------------------------------------------------- */

.navRightBorder {
	border-right: 1px solid #FFF;
	padding: 0px 10px 0px 10px;
}

.navLeftBorder {
	border-left: 1px solid #FFF;
}

.navBothBorder {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}


/* ----------------------------------------------------------- */
/* global sub category styles
/* ----------------------------------------------------------- */

.subCategory ul li a,.subCategoryLeft ul li a,.subCategoryRight ul li a {
	color:#3c3c3c;
	font-size:11px;
	padding: 0px 0px 0px 10px;
}

.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:#7B7B7B;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
}

.subCategory ul, .subCategoryLeft ul, .subCategoryRight ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.subCategory ul li {
}

.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: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 11;
}

#dvNav02 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 12;
}

#dvNav03 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 13;
}

#dvNav04 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 14;
}

#dvNav05 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 250px;
	z-index: 15;
}
#dvNav06 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 16;
}

#dvNav07 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 17;
}

#dvNav08 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 18;
}

#dvNav09 {
	position: absolute;
	top: 11px;
	left: 0px;
	display: none;
	width: 150px;
	z-index: 19;
}

.SubNav {
	/* 
		float: left; 
		background-color: #1D2733;
	*/
	padding: 12px 0px 15px 5px;
	background-image: url("/images/menu_background.jpg");
	background-repeat: repeat-x;
	background-position:top;
	background-color: #F7F7F7;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 12px;
}

.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 {
}

