.clear{
	clear:both;
	}

#tp-nav1 {
	margin: 0 auto;
	width:1003px;
}

#tp-nav {
	margin: 0 auto;
	width:975px;
}


.chromestyle{
	width:810px;
	float:left;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style:none;
	float:left
}

.chromestyle ul li a{
	font:11px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */


#dropdown{
	float:left;
	width:auto;
	position:absolute;
	margin-top:40px;
	margin-left:465px;
	}
	
#dropdown2{
	float:left;
	width:auto;
	position:absolute;
	margin-top:40px;
	margin-left:578px;
	}
	
#dropdown3{
	float:left;
	width:auto;
	position:absolute;
	margin-top:40px;
	margin-left:799px;
	.margin-left:801px;
	}
	
.dropmenudiv{
	border: 1px solid #ffffff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background: #B05B14;
	width:112px;
	visibility: hidden;
}


.dropmenudiv a{
	font:12px Arial, Helvetica, sans-serif;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
	padding: 6px 4px;
	text-decoration: none;
	color: #ffffff;
	text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #EF8F2F;
	color:#fff;
}

.thrd-margin {
	margin-left:0px;
	}
.secnd-margin {
	margin-left:0px;
	}
	
.dd-width1 {
	width:180px;
	}
	
.dd-width2 {
	width:180px;
	}

