td{
font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #000000; 
}

b{
font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #00B9B6; 
font weight: 300;
}

.fronttext{
font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #00B9B6; 
font weight: 300;
}

.email:link{
font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
color : #00B9B6; 
font weight: 600;
background-color: #F9AA87;
}

a:link{
color: #ffffff;
text-decoration : none;
background-color: #F9AA87;
}

a:active{
color: #ffffff;
text-decoration : none;
background-color: #ff0000;
}

a:visited{
color: #ffffff;
text-decoration : none;
background-color: #F9AA87;
}

a:hover{
color: #ffffff;
text-decoration : none;
background-color: #F9AA87;
}
  


/*Menu style here*/
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	line-height: 15px;
	list-style: none;
	margin-bottom: 3px;
	margin-top: 4px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000; 
	font weight: 300;
	width: 135px;
}

li ul {
	display: none;
	position: absolute;
	margin-left: 15px;
	top: auto;
	left: auto;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the 

containing li, rather than bottom left */
	display: none;
	//position: left;
	margin-left: 100px;
	margin-top: -17px;
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}