/* CSS Document */

.WestSide .Nav { }

.WestSide .Nav .On div {
	background:transparent url(../fw/on.gif) no-repeat top left;
	width:32px;
	height:27px;
	margin:0 0 0 4px;
}

.Nav div.submenu{ /*DIV that contains each sub menu*/
	background: #004191;
	width:248px;
	margin:0 0 0 4px;
}

.Nav div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.Nav div.submenu ul li{
border-bottom: 1px solid #004DA2;
}

.Nav div.submenu ul li a {
	display: block;
	color: #0099FF;
	text-decoration: none;
	height:20px;
	padding:0 0 0 35px;
	line-height:20px;
	width:213px;
}

.Nav div.submenu ul li a:hover{
	text-decoration:underline;
	color:#fff;
}



.WestSide .Nav a {
	width:252px;
	height:27px;
	display:block;
}

/*Nav Buttons*/
.WestSide .Nav a.Home {
	background:transparent url(../fw/home.gif) no-repeat 4px 0;
	height:28px;
}
.WestSide .Nav a#Sub_Products {
	background:transparent url(../fw/products.gif) no-repeat 4px 0;
}
.WestSide .Nav a#Sub_Ballistics {
	background:transparent url(../fw/ballistics.gif) no-repeat 4px 0;
}
.WestSide .Nav a#Sub_LearningCenter {
	background:transparent url(../fw/learning-center.gif) no-repeat 4px 0;
}
.WestSide .Nav a#Sub_Buy {
	background:transparent url(../fw/buy.gif) no-repeat 4px 0;
}
.WestSide .Nav a#Sub_Grants {
	background:transparent url(../fw/grants.gif) no-repeat 4px 0;
}
.WestSide .Nav a#Sub_About {
	background:transparent url(../fw/about.gif) no-repeat 4px 0;
	height:28px;
}

/*Nav Buttons Hover*/

.WestSide .Nav a.Home:hover {
	background:transparent url(../fw/home.gif) no-repeat 4px -28px;
	height:28px;
}
.WestSide .Nav a#Sub_Products:hover {
	background:transparent url(../fw/products.gif) no-repeat 4px -27px;
}
.WestSide .Nav a#Sub_Ballistics:hover {
	background:transparent url(../fw/ballistics.gif) no-repeat 4px -27px;
}
.WestSide .Nav a#Sub_LearningCenter:hover {
	background:transparent url(../fw/learning-center.gif) no-repeat 4px -27px;
}
.WestSide .Nav a#Sub_Buy:hover {
	background:transparent url(../fw/buy.gif) no-repeat 4px -27px;
}
.WestSide .Nav a#Sub_Grants:hover {
	background:transparent url(../fw/grants.gif) no-repeat 4px -27px;
}
.WestSide .Nav a#Sub_About:hover {
	background:transparent url(../fw/about.gif) no-repeat 4px -28px;
	height:28px;
}


/*  added for non-accordion use */
.hidden 
{
	display: none;
}