/*Top Navbar */

#navbar {
	height:27px;
	background: url(../images/bg_nav.gif);
	padding:13px 0 0 6px;
	margin-bottom:8px;
	margin-top:6px;
	text-transform: none;
	}
	
#nav {
	font-size:14px;
/*	width:800px; */
	float:left
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav ul {
	visibility: hidden;
}
	
#nav li {
	float:left;
	background: url(../images/pipe.gif) right repeat-y;
	padding: 0 16px;
	}

#nav a, #nav a:visited 
{
	display:block;
	color: #FFF;
	padding-bottom:11px;
	border-bottom:2px solid #390a0b;
	text-shadow: 2px 2px 2px #000;
}

#nav a:hover 
{
	border-bottom:2px solid white;
}		
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	}

#nav li li {
	width: 200px;
	padding:0;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:12px;
	color:#01134d;
	border:none;
	padding:9px 10px 9px 22px;
	background:#cfcfcf no-repeat 6px 8px;
	border-bottom:1px solid white;
	}

#nav li li a:hover, #nav li li a:active {
	color: black;
	}	
		
#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;
	}

a.main:hover
{	background:none;
	}

#nav li li.current-cat a, #nav li li.current-cat a:visited,
#nav .current-cat .children a, #nav .current-cat .children a:visited
  {
	background:#010a2a url(../images/star.gif) no-repeat 6px 8px;
	border:none;
	border-bottom:1px solid #010a2a;
  }

#nav li li.current-cat a:hover, #nav li li.current-cat a:active,
#nav .current-cat .children a:hover, #nav .current-cat .children a:active 
  {
	background:#0a194f url(../images/star.gif) no-repeat 6px 8px;
	border:none;
	border-bottom:1px solid #2c4681;
  }
	


/*Subpage Menu*/

.submenu {
	float:right;
	width:155px;
	margin: 4px 12px 12px 16px;
	font-size: 12pt;
	/*border: 2px solid;*/
	padding: 12px 12px 20px;
	background-color: #04206D;
	}

.subnav li {
	background-attachment:scroll;
	/*background-image:url(../images/bg_btn_red.png);*/
	background-position:0 0;
	background-repeat:no-repeat;
	color:white;
	/*height:37px;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:2px 0 0 0;
	text-align:center;
	/*width:152px;*/
	text-shadow: 2px 2px 2px #000;
}
		
.subnav a, .subnav a:visited {
	background: url(../images/bg_btn_red.png) no-repeat;
	display:block;
	padding:9px 0 5px 0;
	width:152px;
	height:24px;
/*	text-transform:uppercase;*/
	color: white;
	margin:2px 4px 0 0;
	text-align: center;
	font-size: 17px
	}	

.subnav a:hover, .subnav a:active {	
	background:url(../images/bg_btn_blue.png) no-repeat;
	text-decoration:none;
	color: white;
}

.subnav a.red_button, .subnav a.red_button:visited {
	background:url(../images/bg_btn_red.png) no-repeat;
}

.subnav a.red_button:hover, .subnav a.red_button:active{
	background:url(../images/bg_btn_blue.png) no-repeat;
}

.subnav a.white_button, .subnav a.white_button:visited {
	background:url(../images/bg_btn_white.png) no-repeat;
	color: #151D3B;
}

.subnav a.white_button:hover, .subnav a.white_button:active{
	background:url(../images/bg_btn_grey.png) no-repeat;
	color: white;
}

.subnav a.blue_button, .subnav a.blue_button:visited {
	background:url(../images/bg_btn_blue.png) no-repeat;
}

.subnav a.blue_button:hover, .subnav a.blue_button:active{
	background:url(../images/bg_btn_red.png) no-repeat;
}

.subnav a.red_button_small, .subnav a.red_button_small:visited {
	background:url(../images/bg_btn_red_small.png) no-repeat;
	width:100px;
	margin-left:18px;	
	padding-top:2px;
}

.subnav a.red_button_small:hover, .subnav a.red_button_small:active{
	background:url(../images/bg_btn_blue_small.png) no-repeat;
}

/*
.subnav a:hover, .subnav a:active,
.subnav li.current_page_item a, .subnav li.current_page_item a:visited  {
	background:#010a2a;
	color:#012d6b;
	}
	
*/

/*Tertiary Menu*/	

.subnav li li {
	list-style:square;
	margin-left:30px;
	}
	
.subnav li li a, .subnav li li a:visited {
	background:none;
	padding-left:0;
	padding:3px 0;
	}

.subnav li li a:hover, .subnav li li a:active,
.subnav li li.current_page_item a, .subnav li li.current_page_item a:visited  {
	background:none;
	color:#FFF;
	}
	
#subscribeform {
	float: left;
	padding-left:12px;
	margin-top: -3px;
	/*width:320px;*/
	font-size: 14px;
	color:white;
	text-shadow:2px 2px 2px #000000;
	margin-left: -1px
}

input.subscribefield {
	margin: 0px;
	border: none;
	margin-right: 5px;
	
}