/**test*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:.8em;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10.4em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			10.4em;
	border-bottom: 2px solid #2B65A4; 
	
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.9em; /* match top ul list item height */
	z-index:		99;
	
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	margin-left:10px;
	
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10.4em; /* match ul width */
	top:			0;
	margin-left:10px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	margin-left:10px;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10.4em; /* match ul width */
	top:			0;
	margin-left:10px;
}

/*** DEMO SKIN ***/

.sf-menu {
	background-color:#FFFFFF;
	float:			left;
	margin-bottom:	1em;
	margin-left:22px;
}

.sf-menu span a {
	padding:0em;
	border:none;
}

.sf-menu a {
	
	
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
	font-size:		.8em;
	font-weight: bold;
}

.sf-menu li {

}

.sf-menu li li {
	background-color:		#235286;
	padding:5px;
}

.sf-menu li li li {
	background:		#235286;
	
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
	color: 			#FFF;
	background:		#235286;
	outline:		0;
	
}

/*** arrows **/

.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/navigation/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}



/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/

}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/navigation/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** Button Styles ***/
#nav_container {margin-top:6px;width:891px; height:29px; float:left; clear:both; background-image:url('../images/navigation/bg_navigation_holder.jpg'); background-repeat:no-repeat; margin-bottom:6px;}


/**Styles used to change out the nav image on mouse over**/
#default-btn{background-image:url('../images/navigation/index.jpg'); background-repeat:no-repeat; background-position:top left; width:93px; height:29px; float:left;}
/*Since the welcome page is not considered a folder it will only display text*/
/*Use the .default-btn class to hide the text and replace it with the welcome button*/
.default-btn{display:none}
#divisions-btn{background-image:url('../images/navigation/divisions.jpg');background-repeat:no-repeat; background-position:top left; width:92px; height:29px; float:left;}
#technology-btn{background-image:url('../images/navigation/technology.jpg');background-repeat:no-repeat; background-position:top left; width:121px; height:29px; float:left;}
#company-btn{background-image:url('../images/navigation/company.jpg');background-repeat:no-repeat; background-position:top left;width:94px; height:29px; float:left;}

#news-btn{background-image:url('../images/navigation/news.jpg');background-repeat:no-repeat; background-position:top left;width:64px; height:29px; float:left;}
#contact-btn{background-image:url('../images/navigation/contact_us.jpg');background-repeat:no-repeat; background-position:top left;width:89px; height:29px; float:left;}

/*Since the shop link goes to a site outside our server it is hard coded in the template. Same for the search and rss feed button*/
#shop-btn{background-image:url('../images/navigation/shop.jpg');background-repeat:no-repeat; background-position:top left;width:68px; height:29px; float:left;}


/**Used for rollover. On and Off state are the same image with the on state being stacked on top of off state. Change the background position on mouseover. Done this way to **/
/**Keep buttons from flashing on mouse over **/
#default-btn:hover, #divisions-btn:hover, #technology-btn:hover,  
#company-btn:hover, #news-btn:hover, 
#contact-btn:hover{background-position:0 -29px;}
#shop-btn:hover{background-position:0 -29px;}



/**Styles used for sticky nav. The ID is found in the body tag of the template and referenced first in the css declaration**/
#home .sf-menu #default-btn{background-image:url('../images/navigation/index.jpg');background-position:0 -29px;background-repeat:no-repeat; width:93px;}
#divisions .sf-menu #divisions-btn{background-image:url('../images/navigation/divisions.jpg');background-position:0 -29px;background-repeat:no-repeat;width:92px;}
#technology .sf-menu #technology-btn{background-image:url('../images/navigation/technology.jpg');background-position:0 -29px;background-repeat:no-repeat;width:121px;}
#company .sf-menu #company-btn{background-image:url('../images/navigation/company.jpg');background-position:0 -29px;width:94px; height:29px; float:left;background-repeat:no-repeat;}
#news .sf-menu #news-btn{background-image:url('../images/navigation/news.jpg');background-position:0 -29px;width:64px; height:29px; float:left;background-repeat:no-repeat;}
#contact .sf-menu #contact-btn{background-image:url('../images/navigation/contact_us.jpg');background-position:0 -29px;width:89px; height:29px; float:left;background-repeat:no-repeat;}

.nav_right{width:157px; margin-left:11px; height:19px; float:left; margin-top:4px;}
.nav_right input{font-size:11px;}
.rss{width:55px; height:29px; float:left;margin-left:12px;}

#grand_child{width:100%; float:left;}
#grand_child .text{width:1%;white-space:nowrap;float:left}
#grand_child .indicator{width:99%; text-align:right}









