#tp-nav1 {
	margin: 0 auto;
	width:1003px;
}

#tp-nav {
	margin: 0 auto;
	height:34px;
	width:777px;	
	background:transparent url(../images/menuBg.gif) 0 0 repeat-x;
}


.chromestyle{
	width:100%;	
}

.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:0px;
	padding:0px;
	list-style:none;	
	/*text-align:left;*/ /*set value to "left", "center", or "right"*/
}

.menu {
	width:100%;
	height:34px;
	background:transparent url(../images/menuBg.gif) 0 0 no-repeat;
}

.menu a {
	display:inline- block;
	width:24%;
	float:left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:28px;
	text-align:center;
	font-weight:600;	
}

.menu a:hover {
	color:#FCFF00;
}

.menu span {
	display:inline- block;	
	width:2px;
	height:34px;
	font-size:1px;
	float:left;
	background:transparent url(../images/saptretor.gif) 0 50% no-repeat;	
}

.menu a:hover, .menu a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;	
	top: 0;
	/*border: 1px solid #DDDCDC; *//*THEME CHANGE HERE*/
	
	z-index:100;	
	width: 202px;
	margin-top:4px;
	visibility: hidden;	
	border:1px solid #83D3D0;
	border-bottom-width: 0;	
}


.dropmenudiv a {	
	width:200px;
	display: block;
	text-indent: 3px;	
	text-decoration: none;
	color: #ffffff;
	background-color:#5CB9B5;
	border-bottom:1px solid #83D3D0;	
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#49AEAA;
	color:#fff;	
}

.first-margin {
	margin-left:-0px;
}
	
.dd-width1 {
	width:205px;
	text-align:left;
	text-indent:10px;
}

.dd-width1 a {
	width:205px;
	text-align:left;
	text-indent:10px;
	font-weight:normal;
}


