/* cygnus.css */
/* 
	styles for cygnus top popup menus and code that's
	used on a repeated basis across sites.
	
	current contents:
	+ cygnus top bar styles (for use with cygnus.inc)
	+ cygnus popup nav styles (for use with cygnus-menus.inc)
	+ "clearfix" class for fixing clear issues when floating
	  content inside a box.
*/

/* -- float in box hacks start here -- */
.clearfix:after
	{	content : "";
		display : block;
		height : 0;
		clear : both;
	}
.clearfix
	{	display : inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix
	{	height: 1%;
	}
.clearfix
	{	display: block;
	}
/* End hide from IE-mac */
/* -- float in box hacks end here -- */

/* Cygnus Drop Down Menu */

#cygnus_menu {
	width: 137px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 99;
}
#cygnus_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cygnus_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cygnus_menu a, #cygnus_menu a:visited {
	border-bottom: 1px solid #999;
	background-color: #666;
	background-image:  url("cyg_bullet1.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px 0px 3px 22px;
	color: #ccc;
	text-decoration: none;
	text-align: left;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
	width: 115px;
}
#cygnus_menu a:hover {
	color: #666;
	background-color: #ccc;
	background-image:  url("cyg_bullet2.gif");
	background-position: left;
	background-repeat: no-repeat;
}

.cygnus_submenu {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 100;
}
.cygnus_submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cygnus_submenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cygnus_submenu a, .cygnus_menu a:visited {
	border-bottom: 1px solid #666;
	background-color: #ccc;
	margin: 0px;
	padding: 3px 0px 3px 6px;
	color: #666;
	text-decoration: none;
	text-align: left;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	height: 14px;
}
.cygnus_submenu a:hover {
	color: #666;
	background-color: #eaeaea;
	text-decoration: none;
}
#cygnus_pub a {
	color: #666;
	width: 125px;
	margin: 0px;
}
#cygnus_exp a {
	color: #666;
	width: 100px;
	margin: 0px;
}
#cygnus_int a {
	color: #666;
	width: 130px;
	margin: 0px;
}
#cygnus_cm a {
	color: #666;
	width: 165px;
	margin: 0px;
}
