

/***********TOP LINKS  ******************************************************************/

.links {
	margin:0px auto 10px auto;
	padding-bottom: 0px;
}

/* these nav ids is used to set inermost divs of top links div */
#navnew {
	padding: 0;
	margin: 0;
	font-size: 12px; 
  color: #666666; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
	}
#navnew li {
	position: relative;
	float: center;
	margin: 0;
	padding: 0;
	font-size: 12px; 
  color: #666666; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
	list-style: none;
 	}
#navnew li a
{	margin: 0;
	float: center;
	font-size: 12px; 
  color: #666666; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
}
#navnew li a:hover
{	margin: 0;
	float: center;
	font-size: 12px; 
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
  background-color:#6f6f6f;
  
}
/* end nav id */



#services {

}

#services  a{
}
#services a:hover{

}




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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	width: 430px;
	visibility: hidden;
  z-index:1;
}

.dropmenudiv a{
	width: auto;
	display: block;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	opacity: 100;
}
.dropmenudiv a:active{ /*THEME CHANGE HERE*/

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

