/*
PURPOSE:
	[1] Basic cascading stylesheet for [ CATEGORY : DHC ] [ TYPE : TOPHAT ].

REVISION HISTORY:
	September 15th, 2006. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2006. All Rights Reserved.
*/
/*
###########################
BACKGROUND FOR TOPHAT
###########################
*/

 #tophat-head {
    margin: 0 0 0 0; 
    padding: 0; 
    background: url(http://military.discovery.com/images/tophats/990/990-main-background.jpg) top left no-repeat;
}    
 #tophat-head li {
    font-size: 10px;
    font-weight: normal;
    color: #000;
 }   
/*
###########################
MENU 990
###########################
*/
/* Set up the default font and ovrall size to include image */
.dropdownMenu {
	font: 10px Verdana, Arial, sans-serif;
    font-weight: bold;
	letter-spacing: 0.0em;
	width: 990px;
	height: 20px;
	position: relative;
	margin: 0;
	z-index: 1;
    background: transparent url(http://military.discovery.com/images/tophats/990/navigation/990-navi-back.gif) repeat-x;
    
}
/* get rid of the default padding - margin and bullets */
.dropdownMenu ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.dropdownMenu ul li {
	float: left;
	position: relative;
}
/* set up the default top level links */
.dropdownMenu ul li a,
.dropdownMenu ul li a:visited {
	display: block; 
	text-decoration: none; 
}

/* hack for IE5.5 to correct the faulty box model
* html .menu ul li a,
.menu ul li a:visited {
width: 200px;
w\idth: 190px;
}
*/

/* hide the drop down menu */
.dropdownMenu ul li ul {
	display: none;
}
/* remove all table style so that it does not interfere with the menu */
.dropdownMenu table {
	margin: 0px; 
	border-collapse: collapse;
	font-size: 1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.dropdownMenu ul li:hover a,
.dropdownMenu ul li a:hover, 
{
	border-bottom: 1px;
}

/* make the drop down menu show and correctly position it */
.dropdownMenu ul li:hover ul,
.dropdownMenu ul li a:hover ul {
	display: block; 
	position: absolute;
	top: 19px;	/* IE menu top shift value */
	margin-top: 0px;	/* non-IE menu top shift value */
	left: 0px; 
	width: 200px;
	border: 1px solid #999999;
	background: transparent;
}
/* style the drop down links with no hover */
.dropdownMenu ul li:hover ul li a,
.dropdownMenu ul li a:hover ul li a {
	display: block; 
	/*background: transparent url(/common/sgallery/dhc/tophatV6/opaque.png);*/
    background-color: #FFFFFF;
	border: 0px;
	margin: 0px;
	color: #003866;
	height: auto; 
	line-height: 1em; 
	padding: 5px; 
	width: 190px;
}

/* style the drop down menu links when hovered */
.dropdownMenu ul li:hover ul li a:hover,
.dropdownMenu ul li a:hover ul li a:hover {
	background: #999999; 
	color: #FFFFFF;
}

/* IE5.5 hack for faulty box model in drop down menu */
.dropdownMenu ul li a:hover ul li a {
	background: #ffffff;
	width: 200px; 
}


/*
###########################
MENU 810 "B"
###########################
*/
/*
###########################
BACKGROUND FOR TOPHAT
###########################
*/

#tophat-headB {
    margin: 0 0 0 0; 
    padding: 0; 
    background: url(http://military.discovery.com/images/tophats/810/810-main-background.jpg) top left no-repeat;
}    
/* Set up the default font and ovrall size to include image */
.dropdownMenuB {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	width: 810px;
	height: 20px;
	position: relative;
	margin: 0;
	z-index: 1;
    background: transparent url(http://military.discovery.com/images/tophats/810/navigation/810-navi-background.gif) no-repeat;
    /*border: 1px solid #d6d8d9;*/
}
#dropdownMenuB-1stLi {
    margin-left: 13px;
}    

/* get rid of the default padding - margin and bullets */
.dropdownMenuB ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.dropdownMenuB ul li {
	float: left;
	position: relative;
    font-size: 10px;
    font-weight: normal;
    color: #000;
 }   

}
/* set up the default top level links */
.dropdownMenuB ul li a,
.dropdownMenuB ul li a:visited {
	display: block; 
	text-decoration: none; 
}
/* hack for IE5.5 to correct the faulty box model
* html .menu ul li a,
.menu ul li a:visited {
width: 200px;
w\idth: 190px;
}
*/
/* hide the drop down menu */
.dropdownMenuB ul li ul {
	display: none;
}

/* remove all table style so that it does not interfere with the menu */
.dropdownMenuB table {
	margin: 0px; 
	border-collapse: collapse;
	font-size: 1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.dropdownMenuB ul li:hover a,
.dropdownMenuB ul li a:hover {
	color: #000000; 
	border-bottom: 1px;
}

/* make the drop down menu show and correctly position it */
.dropdownMenuB ul li:hover ul,
.dropdownMenuB ul li a:hover ul {
	display: block; 
	position: absolute;
	top: 20px;	/* IE menu top shift value */
	margin-top: 0px;	/* non-IE menu top shift value */
	left: 0px; 
	width: 200px;
	border: 1px solid #999999;
	background: transparent;
}
/* style the drop down links with no hover */
.dropdownMenuB ul li:hover ul li a,
.dropdownMenuB ul li a:hover ul li a {
	display: block; 
	/*background: transparent url(/common/sgallery/dhc/tophatV6/opaque.png);*/
    background-color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	color: #003866; 
	border: 0px;
	margin: 0px;
	height: auto; 
	line-height: 1em; 
	padding: 5px; 
	width: 190px;
}
/* style the drop down menu links when hovered */
.dropdownMenuB ul li:hover ul li a:hover,
.dropdownMenuB ul li a:hover ul li a:hover {
	background: #999999; 
	color: #000000;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.dropdownMenuB ul li a:hover ul {
	background: transparent filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.8;
	margin-top: 10px; /* for IE5.5 faulty box model */
	marg\in-top: 11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.dropdownMenuB ul li a:hover ul li a {
	background: #ffffff;
	width: 200px; /* for IE5.5 faulty box model */
	w\idth: 190px; /* for IE6 */
}

/*
###########################
NETWORKS MENU 990
###########################
*/
/* Set up the default font and ovrall size to include image */
.networks-menu {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	position: relative;
	margin: 0px;
	z-index: 1;
    padding-top: 9px;
}
/* get rid of the default padding - margin and bullets */
.networks-menu ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.networks-menu ul li {
	float: left;
	position: relative;
}
/*
###########################
NETWORKS MENU 810
###########################
*/
/* Set up the default font and ovrall size to include image */
.networks-menuB {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	/*height: 22px;*/
	position: relative;
	margin: 0px;
	z-index: 1;
    padding-top: 9px;
}
/* get rid of the default padding - margin and bullets */
.networks-menuB ul {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
/* make menu horizontal */
.networks-menuB ul li {
	float: left;
	position: relative;
}

/*
###########################
SEARCH BOX 990
###########################
*/
/* Set up the default font and ovrall size to include image */
.search-box {
	font: 8px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	height: 26px;
	position: relative;
	margin: 0px;
	z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.search-box ul {
	padding: 10px; 
	margin: -6px 0 0 0;
	list-style-type: none;
}
/* make menu horizontal */
.search-box ul li {
	float: left;
	position: relative;
}
/*
###########################
SEARCH BOX 810
###########################
*/
/* Set up the default font and ovrall size to include image */
.search-boxB {
	font: 8px Verdana, Arial, sans-serif;
	letter-spacing: 0.0em;
	/*width: 536px;*/
	height: 26px;
	position: relative;
	margin: 0px;
	z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.search-boxB ul {
	padding: 10px; 
	margin: -6px 0 0 0;
	list-style-type: none;
}
/* make menu horizontal */
.search-boxB ul li {
	float: left;
	position: relative;
}

