@charset "utf-8";
/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.navbar {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.navbar ul {
	font-weight:normal;
	height: 30px;
}



/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.navbar li {
	padding-right: 0px;
	padding-left: 0px;
	height: 30px;
	width: 120px;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.navbar a {
	text-decoration: none;
	height: 24px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-style: normal;
}
#home a {
	color: #FFFFFF;
	background-image: url(../images/common/home_btn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#home {
	padding-left: 25px;
	background-color: #330000;
}

#home a:hover {
	background-image: url(../images/common/home_btn_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#about a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/common/about_btn_over.gif);
	background-repeat: no-repeat;
}
#about a:hover {
	text-decoration: none;
	background-image: url(../images/common/about_btn_up.gif);
	background-repeat: no-repeat;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/common/contact_btn_over.gif);
	background-repeat: no-repeat;
}

#contact a:hover {
	text-decoration: none;
	background-image: url(../images/common/contact_btn_up.gif);
	background-repeat: no-repeat;
}

#services a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/common/programs_btn_over.gif);
	background-repeat: no-repeat;
}
#services a:hover {
	text-decoration: none;
	background-image: url(../images/common/services_btn_up.gif);
	background-repeat: no-repeat;
}
#events {
	background-color: #330000;
}
#events a {
	color: #FFFFFF;
	background-image: url(../images/common/events_btn_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#events a:hover {
	background-image: url(../images/common/event_btn_up.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}




div.navbar ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.navbar li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.navbar a {
	clear: both;
	display: block;
	margin: 0px;
}

.this page, .this page a, .this page:hover{
	color:#FF9900;
}
