/* United States Navy Menu Style Definitions */

/* show and hide classes */
.show {display: block;}
.hide {display: none;}

/* header submenu - used to display the submenu items for each of the main header menus */	
.header_submenu
{
	width: 1000;
	font-family: arial,helvetica,san-serif;
	background-color: #5E80B4;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #829CB3;
	border-left: 0px solid #829CB3;
	border-right: 0px solid #829CB3;
}

.link_style {display: inline; padding-left: 0; background-image: none; text-decoration: underline;}

/* Popup item styles */
.header_menu_item { font-family: arial,helvetica,san-serif; color: #000000 !important; font-size: 11px !important; font-weight: normal !important; text-decoration: none; }

A.header_menu_item:hover { text-decoration: none; color: #FF0C00 !important; }

.header_submenu_item {display: block; font-size: 11px; font-weight: normal !important; background-color: #5E80B4; padding-top: .3em; padding-bottom: .3em; padding-left: .3em; background-repeat: no-repeat; background-position: 8px 4px;}

A.header_submenu_item {color: #000033; text-decoration: none; width: 100% !important;}
A.header_submenu_item:active {color: #000033; text-decoration: none;}
A.header_submenu_item:link {color: #000033; text-decoration: none;}
A.header_submenu_item:visited {color: #000033; text-decoration: none;}
A.header_submenu_item:hover {color: #FFFFFF !important; background-color: #28497E;}


/* Header Submenu title */
.header_submenu_title {font-size: 16px; text-align: left; color: #000033; padding-left: 20; padding-bottom: 0px; font-weight: bold; }

/* header submenu hide link */
.header_submenu_hide_link_area { text-align: right; color: #000033; font-size: 11px; padding-right: 10;}

A.header_submenu_hide_link { font-weight: normal; text-decoration: none;color: #000033; }
A.header_submenu_hide_link:link { font-weight: normal; }
A.header_submenu_hide_link:visited { font-weight: normal; }
A.header_submenu_hide_link:hover { font-weight: normal; text-decoration: none; color: #FFFFFF; }
A.header_submenu_hide_link:active{ font-weight: normal; }

/* Submenu title */
.submenu_title {font-size: 14px; text-align: left; color: #000066; padding: 5px;}

/* Submenu area message - normally display at bottom of menu */
.submenu_note {font-size: 12px; text-align: center; color: #000066; padding: 0px;}
