@charset "UTF-8";

/* MAIN MENU */

/*#main_menu_header {
	height: 30px;
	width: 700px;
	margin-left: 16px;
	clear: both;
	float: none;
}
*/
#main_menu_header ul {
	margin: 0;
	padding: 0;
	height : 30px;
	list-style:none;	
}
#main_menu_header {
    clear: both;
    float: none;
    height: 30px;
    margin-left: 65px;
    width: 570px;
}

#main_menu_header li {
	display: inline;
	text-align: center;
	background: url(../images/menu_corner_l_.png) no-repeat left top;
	padding: 0;
	margin-right: 1px;
	height : 30px;
	float: left;
}
 
#main_menu_header li span {
	background: url(../images/menu_corner_r_.png) no-repeat right top;
	float: left;
	display: inline;
	margin:	0;
	height : 30px;
	text-decoration: none;
}

#main_menu_header li span p{
	font-family: "Arial", Verdana, sans-serif;	
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	background-color : #003e6d;
	display: block;
	padding:6px 3px 6px 3px;
	margin: 0 9px;	
	float: none;
}

#main_menu_header li span a {
	font-family: "Arial", Verdana, sans-serif;	
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color : #003e6d;
	display: block;
	padding:6px 3px 6px 3px;
	margin: 0 9px;	
	float: none;
}

#main_menu_header li span a:hover {
	text-decoration: underline;
}

#main_menu_header li.active {
	background: url(../images/menu_corner_l_active.png) no-repeat left top;
}

#main_menu_header li.active span {
	background: url(../images/menu_corner_r_active.png) no-repeat right top;
	float: left;
}

#main_menu_header li.active span a{
	padding:6px 3px 7px 3px;
} 

#main_menu_header li.active span span{
	font-family: "Arial", Verdana, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	background-color : #003e6d;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	background-image: none;
	float: none;
	height: 30px;
	width: auto;
}



#main_menu_header li.hide {
	background: url(../images/menu_corner_l_hide.png) no-repeat left top;
}

#main_menu_header li.hide span {
	background: url(../images/menu_corner_r_hide.png) no-repeat right top;
	float: left;
}

#main_menu_header li.hide span a {
	background-color : #3a5e76;
}


/* ============================================================================================================================ */
/* ======================= NEW MAIN MENU DESIGN =============================================================================== */
/* ============================================================================================================================ */
/*
#main-menu-header {
	height: 30px;
	width: 700px;
	margin-left: 16px;
}

#main-menu-header ul {
	margin: 0;
	padding: 0;
	height : 30px;
	list-style:none;	
}
#main-menu-header li {
	display: inline;
	text-align: center;
	background: url(../images/main-menu/corner-l.png) no-repeat left top;
	padding: 0;
	margin-right: 1px;
	height : 30px;
	float: left;
}
 
#main-menu-header li span {
	background: url(../images/main-menu/corner-r.png) no-repeat right top;
	float: left;
	display: inline;
	margin:	0;
	height : 30px;
	text-decoration: none;
}

#main-menu-header li span p{
	font-family: "Arial", Verdana, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	background-color : #003e6d;
	display: block;
	padding:6px 3px 0px 3px;
	margin: 0 9px;
	float: none;
	background-image: url(../images/main-menu/middle.png);
	background-repeat: repeat-x;
	background-position: center 1px;
}

#main-menu-header li span a {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: none;
	background-image: url(../images/main-menu/middle.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 30px;
	margin: 0 9px;
	padding:6px 3px 0px 3px;
}

#main-menu-header li span a:hover {
	text-decoration: underline;
}

#main-menu-header li.active {
	background: url(../images/main-menu/corner-l.png) no-repeat left top;
}

#main-menu-header li.active span {
	background: url(../images/main-menu/corner-r.png) no-repeat right top;
	float: left;
}

#main-menu-header li.active span a{
	padding:6px 3px 7px 3px;
}

#main-menu-header li.active span span {
	font-family: "Arial", Verdana, sans-serif;	
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	padding:6px 3px 7px 3px;
	margin: 0 9px;	
	float: none;
	background: none;
	background-color : #003e6d;
	background: url(../images/main-menu/middle.png)  repeat-x top;
}

#main-menu-header li.hide {
	background: url(../images/main-menu/corner-l.png) no-repeat left top;
}

#main-menu-header li.hide span {
	background: url(../images/main-menu/corner-r.png) no-repeat right top;
	float: left;
}

#main-menu-	header li.hide span a {
	background-color : #3a5e76;
	background: url(../images/main-menu/middle.png)  repeat-x top;	
}
*/

