/* Copyright 2010 By Ray Yates
 *
 * PCInet.llc.com
 */

#cattree_h {
	width: 100%;
	height: 20px;
	background-color: #555;
	position: absolute;
	z-index: 1000;
	top: 73px;
	left: 0;
	font-family:Arial,Helvetica,sans-serif;
}
#cattree_center {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
/* Used top provide a delay before the menu opens by sitting over the menu */
#mousemask{
	position: absolute;
	height: 20px;
	width: 1000px;
	background-color: transparent;
	z-index: 10;
	cursor: pointer;
}

.horizontalcssmenu {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    z-index: 9;
}
.horizontalcssmenu * {
	    z-index: 9;
}
.horizontalcssmenu a.staticlink {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 3px 10px;
	border-right: 1px solid #fff;
	line-height: 14px;
}
.horizontalcssmenu a.staticlink:hover {
	color: #000;
	background-color: #E3EAF0;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 1px;
	margin: 0;
	font-size: 11px;
}

#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
    color: #fff;
	padding: 3px 5px 4px;
}
#nav a:hover {
	color: #000;
}
#nav li.firstlink a {
	border-left: 1px solid #fff;
}
#nav li.firstlink ul li a {
	border-width: 0px;
}

#nav ul li a {
	color: #000;
}

/*Background image for top level menu list links */
#nav a.mainfoldericon {
    /* background: url(images_site/arrow_down.gif) no-repeat top right;  */
    border-right: 1px solid #fff;
}

/*Background image for subsequent level menu list links */
#nav a.subfoldericon{
   background: url(images_site/arrow_right.gif) no-repeat center right;
}

#nav li {
	float: left;
	padding: 0;
}

/*

#b1cbdf
#E3EDFF


.lightblue		{ color: #8FA0B4; }
.blue			{ color: #406FA0; }
.brightblue		{ color: #067fc4; }
.darkblue		{ color: #3a6b9d; }
.navyblue		{ color: #000080 }
*/

#nav li ul {
	background: url("images_site/bg_Shine1.png") no-repeat scroll -5px -5px #bdc8d3;
	border-color:#999999 #333333 #333333 #999999;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	font-weight:normal;
	height:auto;
	left:-998em;
	margin:0;
	position:absolute;
	width:185px;
}
#nav li li {
	width: 185px;
}
#nav li ul a {
	color: #000;
	padding: 5px 12px 5px 3px;
}
#nav li ul ul {
	margin: -21px 0 0 185px;
}

#nav li ul a:hover {
	color: #000;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -998em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover, #nav li.sfhover > a {
	background-color: #E3EAF0;
	color: #000;
}

.clear { clear: both }
