/****************************************************************************************/
/*                Top Nav Menu                                                          */
/****************************************************************************************/
#topnavmenu {
	height: 34px;
	float: left;
	overflow: hidden
}
/* topmenu - horizontal at the top of the page */
ul#topmenu li a.selected,
ul.secondary li a.selected {
	display: block;
	text-decoration: none;
	height: 34px;
	width: 125px;
}

ul#topmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul#topmenu li {
	float: left;
	height: 34px;
	width: 125px;
}

ul#topmenu li a {
	background-image: url(/images/menu.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	display: block;
	height: 34px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}

ul#topmenu li a:hover {
	background-image: url(/images/menuOver.gif);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
}


.selectedTopMenu  {
	background-image: url(/images/menuOver.gif);
	background-repeat: repeat-x;
	width: 125px;
	padding-top: 6px;
}


/****************************************************************************************/
/*                Side Nav Menu                                                         */
/****************************************************************************************/
.categories
{	
/*	border: 0px;
	margin: 5px 0px 0px 0px;*/
	font-size: 0.95em;
	margin: 10px 0 10px 0px; /* this page only */

}

a.globnav
{	
	width: 146px;
	margin: 0px;
	padding: 4px 2px 0px 10px;
	border-top: 1px solid Silver;
	text-decoration: none; /*lets remove the link underlines*/

	background-image: url(/images/menu2.png);
	background-repeat: repeat-x;
	color: #404092;
	display: block;
	height: 20px;
	text-align: left;
	text-indent:5px;
} 
a.globnav:visited {
	color: #404092;
}
a.globnav:hover {
	display: block;
	border-top: 1px solid Silver;
	text-decoration: none; /*lets remove the link underlines*/

	background-image: url(/images/menu2Over.png);
	background-repeat: repeat-x;
	color: #333333;
}

div.globnav
{	
	/*background-color: aqua;*/
/*	padding: 5px 0px 5px 0px;*/
padding: 0;
/*	height: 28px;*/
}

div.globnavbottom
{	
	background-color: rgb(255,255,255);
	padding: 0px 0px 0px 0px;
	height: 18px;
}

div.globnavselected
{	
	padding: 0px 0px 0px 0px;
	background-image: url(/images/menu2Over.png);
	background-repeat: repeat-x;
}

div.separator
{	
	border-top: 1px dotted rgb(180,180,180);
	clear: both;
	margin-bottom: 5px;
}

div.invisibleSeparator
{	
	clear: both;
	margin-bottom: 5px;
	/*border-top: 0px dotted rgb(180,180,180);*/
}

div.subglobal
{	
/*	border-bottom: 1px solid rgb(180,180,180);*/
	display: none;
}

div.subglobalactive
{	
	/*border-top: 1px solid Silver;*/
	background-color: rgb(247,247,247);
	padding: 0px;
	margin: 0px;
	width: 128px;
}

div.subglobalactivebottom
{	
	background-color: rgb(247,247,247);
	/*padding: 0px 0px 0px 15px;*/
	padding: 0px;
	margin: 0px;
	/*display: block;*/
}

div.subglobalchild
{	
	margin-left: 15px;
}


p.globnav
{	
	margin: 0px;
	line-height: 16px;
}

ul.globnavmenu
{	
	background-color: #f7f7f7;
	width: 138px;
	padding: 0;
	margin: 0 0 0 20px;
	border: 0;
}
ul.globnavmenu a
{	
	/*color: rgb(0,102,0) ! important;*/
}

li
{	/*margin: 0px 0px 0px 0px;*/
	/*margin-bottom: 3px;*/
}

li.link
{	
	display: block;
	color: rgb(0,102,0); 
	list-style: none;
/*padding: 3px 2px 3px 2px;*/

}

li.link a
{	
	display: block;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-decoration: none; /*lets remove the link underlines*/
	color: #000;
	text-indent:5px;
} 
li.link a:hover {
	background: #006600;
	color: #fff;
	text-decoration: none; /*lets remove the link underlines*/
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
