.freshstyle{
	width: 100%;
	font:normal 11px Arial;
	color:#808080;
}

.img {border:0;}

.img a{border:0;}

.table{
	background-repeat:no-repeat;
}

.enquirystyle{
	font: normal 11px Arial;
	color:black;
}

.bannerstyle{
	color:#808080;
	}
	
.promostyle{
	color:#FFFFFF;
	border:0;
	padding:0;
	text-decoration:none;
	}

.contactstyle{
	text-decoration:none;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.signUpstyle{
	font: normal 12px Arial;
	color:#111111;
}

.copyrightstyle{
	font: normal 9.5px Arial;
	color: #808080;
}

.freshstyle:after{
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.freshstyle ul{
	width: 100%;
	background:none;
	padding: 4px 0;
	margin: 0;
	text-align: right;
	/*border: 1px solid #BBB; */
	}
	
.freshstyle ul li{
display: inline;
}

.freshstyle ul li a{
color: #808080;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA; /*seperation of lines of the links*/
}

.freshstyle ul li a:hover{
background-color:white;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.freshstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: 50% white;
width: 200px;
visibility:hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
background-image:url('images/semi_trans.png');
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/* background-color: #F0F0F0; */
color: white;
display:block;
background-image:url('images/semi_trans_y.png');
}
