/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 43px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 10px 0px 10px;
	background: url(images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}
/* End of Menu */
/* submenu */

#submenu {
	float: center;
	width: 800px;
	height: 20px;
}

#submenu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
}

#submenu a {

	float: center;
	height: 20px;
	margin: 0;
	padding: 3px 10px 0px 10px;
	background: url(images/img021.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu a:hover { 
	text-decoration: none; 
}

#submenu .current_page_item a {
}

#submenu .first {
}
/* End of submenu */
