.ddsmoothmenu {
	font-family:'ColaborateRegular';
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position:relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	position: relative;
	width: 80px;
	padding:65px 0 10px;
	margin:0 1px 0 0;
	font-size: 20px;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #fff;
	font-size:19px;
	background: #98d128;
	border-bottom: 5px solid #c1f756;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	margin-top: 10px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #333;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font-weight: 500;
	width: 200px; /*width of sub menus*/
	padding: 0 10px;
	margin: 0;
	line-height: 24px;
	height: 24px;
	font-size: 14px; font-weight:normal;
	border-top-width: 0;
	text-align: left;
	background: none;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #fff;
	background: #a5c451;
	border-bottom: 2px solid #d2f476;
	font-size: 14px; font-weight:normal;
}
.ddshadow {
	position: absolute;
	background:none;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
}

/* menu */



.fleft{
	float:left;	
}
.padl{
	padding-left:53px;	
}
.maintxt{
	color:#555;
	text-align:justify;
	line-height:17px;	
}
.fcenter{
	float:left;	
	width:480px; height:auto;
	padding:5px 0;
}
.frite{
	float:right;	
}
.clr{
	clear:both;	
}

/*================
	Footer
	==================================*/
#footer{
	background:url(../images/footer_bg.jpg) repeat-x #fefefe;
	width:980px; height:400px;
	margin:0; padding:0 10px;
}
.Coll {
	border-radius:5px;
	-moz-border-radius:5px;
	background:#2b2b2b;
	min-height:100px;
	padding:5px 5px;
	margin:5px 0;
}
.contactus{
	border-radius:10px;
	-moz-border-radius:10px;
	width=800px;
	background:#2b2b2b;
	min-height:250px;
	padding:5px 11px;
	margin:15px 0;
	float:left;
}
.contactus h6{
	font-size:18px; font-weight:normal;
	color:#fff;
	margin:0; padding:0;
}
.contactus ul{
	font-family:Verdana, Geneva, sans-serif; font-weight:normal;
	font-size:12px;
	width=800px;
	list-style:none;
	color:#999;
	margin:0; padding:0;
}
.contactus ul li{
	background:url(/images/arrowright.gif) no-repeat left top;
	padding:0 0 0 18px; margin:0;
	color:#999;
	line-height:18px;
}
.contactxt{
	width=800px;
	font-size:12px; color:#f2ec74;	
}
.fullfoot{
	width:100%;
	text-align:center;
	font-size:12px; color:#333;	
	margin-top:15px;
	float:left;
}