#mainNav {
	padding-top: 4px;
	background-image: url(../images/layout/bkg_menu.jpg);
	background-repeat: repeat-x;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 935px;
}
#mainNavDivider {
	background-image: url(../images/layout/mainNav/divider.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 7px;
}

#mainNav ul{
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#mainNav li{
	display: inline;
}

#mainNav li a{
	text-decoration: none;
	margin-right: 8px;
	color: #2d2b2b;
	margin-left: 8px;
}
#subMenu {
	position: absolute;
	width: 935px;
	top: 27px;
}


.tabcontent{
	display:none;
	background-image: url(../images/layout/bkg_submenu.png);
	background-repeat: repeat;
	height: 100px;
}

.tabcontainer{
	clear: left; /*width of 2nd level sub menus*/
	height:100px;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 11px;
	
}
.tabcontainer ul {
	margin: 0px;
	padding: 0px;
}
.tabcontainer  li {
	display: block;
	margin-bottom: 8px;
}
.tabcontainer a {
	color: #FDB110;
	font-size: 12px;
}
.tabcontainer img {
	float: left;
	margin-right: 4px;
	margin-bottom: 6px;
}



.tabcontent_left {
	width: 290px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.tabcontent_middle {
	width: 290px;
	position: absolute;
	left: 320px;
	top: 10px;
}
.tabcontent_right {
	width: 290px;
	position: absolute;
	left: 640px;
	top: 10px;
}
