@charset "utf-8";
/* CSS Document */

#smoothmenu1
{
	position:absolute;
	top:120px;
	height:36px;
	width:950px;
	border-radius:8px;
	background:url(img/lyt/menu-bg.jpg) repeat-x;
	padding:0 8px;
	margin-left:12px;	opacity: 0.90;
filter:alpha(opacity=90);
z-index:500;

}
.lin
{
	height:36px;
	background:url(img/lyt/menu-sp.jpg) no-repeat center top;
	width:2px;
	float:left;
}
/*.ddsmoothmenu{
border-radius:5px; display:table;background:#000 url(http://heartandgeneralhospital.com/themes/img/lyt/menu-a.jpg) repeat-x top; padding:0 5px; width:830px;
margin:0 auto !important; z-index:1080;
	//height:45px;
}*/


.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0; padding:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#cee3d8;
	padding:10px 16px 11px 16px !important;
	background:url(img/lyt/menu-bg.jpg) repeat-x;
	text-decoration:none;
	font-weight:bold;
	display: block; 
	background-size:contain !important; 

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

#smoothmenu1 a.current{ 
color:#FFF !important;background:#021009 url(img/lyt/menu-sl.jpg) repeat-x top !important;

}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{
color:#000;background:#0075ba url(img/lyt/menu-hover.jpg) repeat-x top;


}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#565656',direction='120',strength='3');*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	/*font: normal 13px Verdana;*/
width: 200px; /*width of sub menus*/
	padding: 8px;
	margin: 0;
	border-top-width: 0;
	color:#e0fcef !important;
	border-bottom: 1px solid #333333;
	
 }
.ddsmoothmenu ul li ul li a:hover {
color:#000 !important;background:#0075ba url(img/lyt/menu-hover.jpg) repeat-x top;
	opacity: 1;
filter:alpha(opacity=100)
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
opacity: 0.40;
filter:alpha(opacity=40);
	display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #c7c7c7;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
filter:alpha(opacity=40);
}
/*.w-m2 a {
width:230px !important;
}*/
.w-m a {
width:380px !important;
}