/*************************************************************************
* Customize as needed.                                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.navbar ul {
 	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9BAEBD;
	background-image: url(http://www.wcccc.net/includes/navmenu/skymenu_gradient.jpg);
	background-repeat: repeat-x;
	opacity: 0.92; 
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"; 
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=92); 
	filter:alpha(opacity=92); */
	}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.navbar li {
	width: 114px;
	text-align: center;	
}

/*
 * Applies to the first item of the first level
 */
.navbar li.first {
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #501213;
}

/*
Class assigned to those Root-Level links that have associated Sub-Menus.
The top and bottom padding assigned this element must be the same as
that assigned to the p7menubar a element. The right padding is increased
to accomodate the display of background image depicting a downward
pointing arrow.
*/
.navbar a.trigger {
/*	padding: 5px 16px 5px 10px; */
	background-image: url(http://www.wcccc.net/includes/navmenu/menu_downarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.navbar ul li {
	width: 196px;
/*	background-color: #1355CF; 
	background-image: url(http://www.wcccc.net/includes/navmenu/skymenu_gradient.jpg);
	background-repeat: repeat-x; */
	cursor: pointer;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
/*	filter: alpha(opacity=92); */
}

.navbar a.subtrigger {
/*	padding: 5px 16px 5px 10px; */
	background-image: url(http://www.wcccc.net/includes/navmenu/menu_rightarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*
 * Menu items settings
 * Applies to all sub submenu items in all menu containers
 */

.navbar .subli {
	font-size: 12px;
	opacity: 0.93; 
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"; 
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=88); 
	filter:alpha(opacity=88); */
}

.navbar .subli li {
	width: 160px;
/*	background-color: #2371d9;
	background-image: url(http://www.wcccc.net/includes/navmenu/topmenu_gradient.jpg); */
	cursor: pointer;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #000000;
}
.navbar .subli li a:hover {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #dddddd;
}

/*
 * 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;
	line-height: 28px;
	border-right: 1px solid #0F4F8F;
	cursor: pointer;
	color: #FFFFFF;
	white-space: wrap;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.navbar ul a {
 	line-height: normal;
	color: #FFFFFF;
	padding: 1px 3px 1px 8px ;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.navbar li.selected {
	background-image: none;
	background-repeat: none;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.navbar ul li.selected {
	background-color: #3F0D0C;
	background-image: none;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.navbar a.selected {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.navbar ul a.selected {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.navbar li.hover {
	background-repeat: none;
/*	background-image: url(img/custom/_navbar_btn_bg_f2.jpg); */
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.navbar ul li.hover {
/*	background-color: #8F0D0C!important;*/
	background-color: #840D0e!important;
	background-image: none;
	text-decoration: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.navbar a.hover {
/*	background-color: #1710ff!important; */
	background-color: #840D0e!important;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.navbar ul a.hover {
	font-size: 13px;
	color: #FFFFFF;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #dddddd;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
div.horizontal {
	position: static;
	background-image: url(http://www.wcccc.net/includes/navmenu/topmenu_bg.gif);
	background-repeat: repeat-x;
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: center;
	position: static;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #501213;
	cursor: pointer;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -3000px;
	top: -3000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li:hover ul {
	display:block;
}

div.horizontal ul li ul li {
	text-align: left;
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
