/* CSS Document */

/********************************************************************* topmenu *****************/



#menu {
	width: 950px;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}



#menub {
	background-color:#ffcc00;
	height: 115px;
	float: left;
}

#menu a.b {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #669;
	text-decoration: none;
	background: #fc0;
	border-width: 1px;
	border-style: solid;
	border-color: #fc0;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.b:hover {
	color: #fc0;
	background: #669;
}


#menu a.bh {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #ffcc00;
	text-decoration: none;
	background: #666699;
	border-width: 1px;
	border-style: solid;
	border-color: #fc0;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.bh:hover {
	color: #666699;
	background: #ffcc00;
}



#menux {
	background-color:#666666;
	height: 115px;
	float: left;
}


#menu a.x {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #fff;
	background: #666;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666 #666 #666 #666;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.x:hover {
	color: #666;
	background: #fff;
}


#menu a.xh {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #666;
	background: #fff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #666 #666 #666 #666;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.xh:hover {
	color: #fff;
	background: #666;
}



#menum {
	background-color:#808080;
	height: 115px;
	float: left;
}


#menu a.m {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #808080;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.m:hover {
	color: #000000;
	background: #ffffff;
}

#menu a.mh {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #808080;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.mh:hover {
	color: #000000;
	background: #ffffff;
}



#weathernav {
	font: bold 12px arial, helvetica, sans-serif;
	text-align: right;
	color: #ffffff;
	background-color:#647994;
	height: 115px;
	float: right;
	width: 350px;
}

#menu a.w {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #647994;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #647994;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.w:hover {
	color: #647994;
	background: #ffffff;
} 

#menu a.wr {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	text-align: right;
	color: #fff;
	background: #647994;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #647994;
	margin: 0;
	padding: 3px 3px 2px 2px;
}

#menu a.wr:hover {
	color: #647994;
	background: #ffffff;
} 

/********************************************************************* footer menu *****************/

#footermenu {
	width: 950px;
	float: left;
	background-color:#f1f1f1;
	padding-bottom: 5px;
}

#footermenu p {
	font: bold 12px arial, helvetica, sans-serif;
	color: #336699;
	margin-bottom: 2px;
}	

#footermenu ul {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0 0 0 7px; 
	list-style: none;
	font: 12px arial, helvetica, sans-serif;
}

#footermenu li {
	color:#ffffff; 
	padding:0 0 0 10px; 
	width:auto; 
	line-height:18px;
}

#footermenu a:visited,

#footermenu a:link {
	color:#333333; 
	text-decoration:none;}

#footermenu a:hover {
	color:#666666;
}

