/* 
File Name: breasthealth.css

Description: This is the custom stylesheet for the College of Medicine Breast Health CRISP website

Date Created: 4/29/2009

Modification Dates
---------------------
*/

/* ----------BEGIN: Fly out menu css---------- */

.mainmenu a,  .mainmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #bd8d14;*/
	color: #15689a !important;
	font-weight: bold !important;
	font-style: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcebf;
	/*padding-left: 4px;*/
	padding-top: 7px;
	padding-bottom: 7px;
	width: 171px;
	display: block;	
}

.mainmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff !important;
	font-weight: normal;
	font-style: normal;
	background-color: #15689a;
	text-decoration: none !important;
	filter: alpha(opacity=45); 
	opacity: 0.45;
	-moz-opacity: 0.45;
}


.mainmenu_bullet {
	padding-right: 5px;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	/*border:1px solid #cdcebf;*/
	/*border-bottom-width: 1;*/
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	z-index: 100;
	background-color: #15689a;
	width: 205px;
	filter: alpha(opacity=90); 
	opacity: 0.90;
	-moz-opacity: 0.90;
}

.anylinkcss a:link, .anylinkcss a:visited {
color: #fff !important;
background-color: #15689a;
width: 100%;	
display: block;
/*text-indent: 5px; */
padding: 1px 3px;
margin: 0px;
text-decoration: none;
font-weight: normal;
font-weight: bold !important;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #eed !important;
color:  #a13350 !important;
text-decoration: none !important;
width: 205px;
}


.linerHead {
	width: 205px;
	border:1px solid #cdcebf;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcebf;*/
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 2px 3px;
	margin: 0px;
	background-color: #c0e7f2;
	font-weight: bold !important;
	color: #333 !important;
}

.liner {
	width: 205px;
	border-bottom: 1px solid #cdcebf;
	border-left: 1px solid #cdcebf;
	border-right: 1px solid #cdcebf;
	display: block;
	padding: 0px 3px;
	margin: 0px;
}
/* ----------END: Fly out menu css---------- */

