
/* ++++++++++++++ HRC +++++++++++++++ */
/*  NAVIGATION  */

/* ============================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html is available at http://www.cssplay.co.uk/menus/pro_drop2.html Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================= */


/* ++++ MAIN NAVIGATION ++++ */

.preload2 {}
.menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:100;
	border-bottom: 2px solid #88AC5C;
	border-top: 2px solid #88AC5C;
	background: #FFF;
}
.menu li.top {
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	height:auto;	line-height:1em;
	font-size: 12px;
	border-bottom: 1px solid #C6DCA9;
	background: none;
}
.menu li a.top_link {
	cursor:pointer;
	display:block;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 0px 7px 10px; 
	background: #FFF url(../images/menu/listArrow01.gif) no-repeat right center;
	text-transform: uppercase;
}
.menu li a.top_link span {
	display:block;
	padding:0px;	
	color: #444;
}
.menu li a.top_link:hover  {  background: #C6DCA9 url(../images/menu/listArrow02.gif) no-repeat right center; 
	filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}
.menu li:hover > a.top_link  { background: #C6DCA9 url(../images/menu/listArrow02.gif) no-repeat right center; filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}	
.menu li a.selected  { background: #C6DCA9 url(../images/menu/listArrow02.gif) no-repeat right center; filter:alpha(opacity=1);-moz-opacity:1;opacity:1;}

.menu li a.top_link:hover span { color: #000;}
.menu li:hover > a.top_link span { color: #000; }
.menu li a.selected span { color: #000; }
			
	
.menu table {
	border-collapse:collapse;
	height:0pt;
	left:0pt;
	position:absolute;
	top:0pt;
	width:0pt;
}


/* ++++ BREADCRUMBS ++++ */

#breadNavigation {	 font-size:11px;  }
.breadmenu {
    float:left; 
    margin:0px 0 8px 0;
    padding:0px 0 8px 0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position:relative;
    height: 20px;
    z-index:1;	
}
.breadmenu li {
	display:block;
	float:left;
    margin:0px;
    padding:0px 13px 0 0px;
    font-size:11px;	
    height: 20px;
    line-height: 20px;
	position:relative;
	border-right: 1px solid #333;
	background: none;
}
.breadmenu li.last  { border: none; }
.breadmenu li a {
    float:left; 
    color:#999;
	cursor:pointer;
	display:block;
	float:left;
	font-size:11px;
	text-decoration:none;
	padding: 0;
}
.breadmenu li span { 	padding:0px 0 0 13px;  }
.breadmenu li.last span { color: #CCC; }


/* ++++ PAGE MENU ++++ */

.pageNavigation {
	clear: both;  height: 20px; margin-top: 20px;
}
.pagemenu { 
    margin:0;
    padding:0; float: right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position:relative;
    height: 20px;
    z-index:1;	
}
.pagemenu li {
	display:block;
	float:left;
    margin:0px 5px 0 0;
    padding:0px;
    height: 20px;
    line-height: 20px;
	position:relative;
	border: 1px solid #649831;
	background: #F8F8F8 none;
}
.pagemenu li.selected  { border-color: #CCC; background: #FFF; }
.pagemenu li.selected a { color: #999; }
.pagemenu li a {
    float:left; 
	cursor:pointer;
	display:block;
	float:left;
	text-decoration:none;
	color: #316500;
	padding: 0 10px;
	font-weight: normal;
}
.pagemenu li a:hover  {  background: #C6DCA9; color: #333; }
.pagemenu li:hover > a  { background: #C6DCA9; color: #333; }
.pagemenu li.selected a:hover  {  background: inherit; color: #999; }
.pagemenu li.selected:hover > a  { background: inherit; color: #999; }

.pagemenu li span { font-size:11px; }





