#top {
	height:75px;
	padding:0 20px;
	background:#ECECEC;
}
#logo {
	margin:0 0 0 0;
	display:block;
	float:left;
}
#topcontact{
	float:right;
}
#topcontact p{
	color:#000;font-size:x-large;font-family:"trebuchet MS", Arial, sans-serif;margin:0;padding-top:25px;
}
#topcontact a{
	color:#000;
}
body {
	/*border-top:3px solid #E90A0F;*/
}

#nav {
	clear:both;
	color:#999;
	/*background: #FECD08;*/
	background: #ccc url(navbg.gif) repeat-x;
}
#nav a {
	color:#333;
}
#nav a:hover {
	color:#000;
}

.mnuList {
	border-bottom:1px solid #ccc;
}

.mnuList li a{
	
	background:#eee;
	
	color:#000;
	border:solid #ccc;
	border-width:1px 1px 0 1px;
	
}
.mnuList li a:hover{
	background:#ccc;
	color:#000;
}

