/* a:link{display:block;width:151px;} */
/* a:hover{display:block;width:151px;} */

.menubutton{width:151px;height:42px;}
.submenubutton{width:151px;height:42px;margin:0 0 0 -30px;}
.menubutton a{display:block;width:151px;}
.submenubutton a{
	background:url(../images/tri_off.gif) no-repeat;
	display:block;
	width:141px;
	text-decoration:none;
	color:#FFFFFF;font-size:medium;
	text-indent:20px;
	font-weight:bold;
	line-height:20px;
}
.submenubutton a:hover{
	background:url(../images/tri_on.gif) no-repeat;
	display:block;
	width:141px;
	color:#E8E38C;
}
.menuList 
{
	margin-top: 10px;
	list-style-type:none;
}

/* Default buttons and button hovers */
	#homeBut{display:block;}
		#homeBut a{background:url(../images/home_off.gif) no-repeat;}
		#homeBut a:hover{background:url(../images/home_on.gif) no-repeat;}
	
	#aboutdwmBut{display:block;}
		#aboutdwmBut a{background:url(../images/about_dwm_off.gif) no-repeat;}
		#aboutdwmBut a:hover{background:url(../images/about_dwm_on.gif) no-repeat;}
	
	#whyusBut{display:block;}
		#whyusBut a{background:url(../images/why_us_off.gif) no-repeat;}
		#whyusBut a:hover{background:url(../images/why_us_on.gif) no-repeat;}
	
	#servicesBut{display:block;}
		#servicesBut a{background:url(../images/our_services_off.gif) no-repeat;}
		#servicesBut a:hover{background:url(../images/our_services_on.gif) no-repeat;}
	
	#contactBut{display:block;}
		#contactBut a{background:url(../images/contact_off.gif) no-repeat;}
		#contactBut a:hover{background:url(../images/contact_on.gif) no-repeat;}

/* Hide all links */
	#aboutdwmLink{display:none;}
	#whyusLink{display:none;}
	#servicesLink{display:none;}
	#contactLink{display:none;}

/* HIDE home button on home page */
/* .home #homeBut{visibility:hidden;} 8/

/* If current category show links */
	.aboutdwm #aboutdwmLink{display:block;}
	.staff #aboutdwmLink{display:block;}
	.whyus #whyusLink{display:block;}
	.relationship #whyusLink{display:block;}
	.services #servicesLink{display:block;}
	.twenty #servicesLink{display:block;}
	.contact #contactLink{display:block;}
	.casestudy #casestudyLink{display:block;}


/* highlight current page*/
.aboutdwm #aboutdwmLink .aboutA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.staff #aboutdwmLink .staffA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.whyus #whyusLink .whyA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.relationship #whyusLink .relationshipA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.services #servicesLink .servicesA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.twenty #servicesLink .twentyA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.contact #contactLink .contactA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;}
.casestudy #casestudyLink .casestudyA a{background:url(../images/tri_on.gif) no-repeat;color:#E8E38C;} 

.loginPanel { font-family: Trebuchet MS; color: White; font-size: 12px; font-weight: bold; width: 150px;}
.loginPanel input { margin-left: 5px; padding-left: 4px; font-family: Trebuchet MS; font-size: 12px; 
	background-color: #D4D0C8; border-style: none; width: 100px; border: 1px solid black; }
.loginPanel input.send-btn { font-family: Trebuchet MS; font-size: 12px; 
	background-color: #D72C2F; color: White; border: 1px solid black; width: 100px; font-weight: bold;}