/*-------------- Produced by Vital Signs --------------------------------------------*/
/*------------- Created and Designed by Kevin Knipe Copyright©2009 Vital Path --------- */
/*---- This Style sheet controls the way the top navigation appears including the drop down menus ---*/

li.broselow  {
	background-image:url(../images/icons/broselow_icon.png);
	background-repeat:no-repeat;
	font-size:12px;
	text-indent:26px;
	line-height:28px;
	font-weight:500;
	color:#000;
	padding-right:5px;
}


ul#dropmenu {
	margin:0;
	padding:0;
	text-align:left;
	list-style-position: inside;
	list-style-type: none;
	display: block;
	clear:both;/*--- This will make the title bar lineup correctly in firefox DO NOT REMOVE!! */
}


#dropmenu {
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	position:relative;	
	background-color:#ffffff;	
	text-align:left;
	display:block;
	float:left;	
	width:100%;
}

#dropmenu li{
	display:inline;
	float:left;
	list-style:none;
	position:relative;
	
}

#dropmenu a,
#dropmenu a.unselected{
	display:block;
	margin:0;
	padding:10px 7px 10px 7px;
	color:#000000;
	text-decoration:none;
	border-top:none;
	border-right:1px solid #ffffff;
	border-bottom:none;
	border-left:1px solid #c9cacc;
	font-family:Arial, Helvetica, sans-serif;
}

/*Controls background of selected tab*/
#dropmenu a.selected{
	background-color:#FFFFFF;
	color:#000;
	text-decoration:none;	
	/*border:1px solid #ddd;*/
}

#dropmenu a.current{
	color:#FFFFFF;
	text-decoration:none;
}

/*dropmenu a{
	background-image:url(../images/bkgd/bkgd_titlebar.png);
	background-repeat: repeat-x;
	background-position: top;	
}*/


#dropmenu a, 
#dropmenu a.unselected,
#dropmenu a.current {
	padding:8px; /*Controls the padding around the navigation buttons */
}


#dropmenu li.last a{
	border-right:0;
}

#dropmenu a:link{
}

#dropmenu a:visited{
}

#dropmenu a:hover{
	text-decoration:underline;	
}


/* --- Controls the width of the any of the drop-down menus ------*/

 #dropmenu #menu_Antib.pop_up_list {width:150px; letter-spacing:1px; font-weight:500;}
  #dropmenu #menu_Antib.pop_up_list a{	text-indent:10px;} 
  
 			#dropmenu #menu_Antib.pop_up_list a:hover {
			  background-color:#e0e1fc;
			  text-decoration:none;
			  background-image: url(../images/navigation/arrow_point.png);
			  background-repeat:no-repeat;
			  background-position:left top;}
 
 
 #dropmenu #menu_References.pop_up_list {width:140px; letter-spacing:1px; font-weight:500;}
 #dropmenu #menu_References.pop_up_list a{	text-indent:10px;} 
		  
		 #dropmenu #menu_References.pop_up_list a:hover {
			  background-color:#e0e1fc;
			  text-decoration:none;
			  background-image: url(../images/navigation/arrow_point.png);
			  background-repeat:no-repeat;
			  background-position:left top;}
			  
					
 #dropmenu #menu_Other.pop_up_list {width:100px; letter-spacing:1px; font-weight:500;}
 #dropmenu #menu_Other.pop_up_list a{ text-indent:10px;} 
		  
		 #dropmenu #menu_Other.pop_up_list a:hover {
			  background-color:#e0e1fc;
			  text-decoration:none;
			  background-image: url(../images/navigation/arrow_point.png);
			  background-repeat:no-repeat;
			  background-position:left top;
 }	

 #dropmenu #menu_Sedation.pop_up_list {width:175px; letter-spacing:1px; font-weight:500;}
 #dropmenu #menu_Sedation.pop_up_list a{	text-indent:10px;} 
		  
		 #dropmenu #menu_Sedation.pop_up_list a:hover {
			  background-color:#e0e1fc;
			  text-decoration:none;
			  background-image: url(../images/navigation/arrow_point.png);
			  background-repeat:no-repeat;
			  background-position:left top;}

/* ----- Do not remove Controls the submenus of the list --------- */
#dropmenu .pop_up_list {
	position:absolute;
	z-index:50000;
	background-color:#fff;
	margin:0;
	padding:0;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:2px solid #8298A9;
	border-bottom:2px solid #8298A9;
	visibility:hidden;
	top:28px; /*Controls where the top of the drop-menu starts*/
}

 #dropmenu .pop_up_list a{
 	display:block;
	border:0;
	padding:6px;
	border-top:1px solid #ddd;
}

 #dropmenu .pop_up_list a.first{
	border:0;
}

 #dropmenu .pop_up_list a:link {
	color:#2374C2;
}

 #dropmenu .pop_up_list a:visited {
	color:#2374C2;
}

 #dropmenu .pop_up_list a:hover {
	color:#000033;
	background:none;
}



/* ----- Controls the background of the titlebar --------- */
.titlebar {
	/*background-image:url(../images/bkgd/bkgd_silverbar2.png); */
	background-image:url(../images/bkgd/bkgd_bar.png);
	background-repeat: repeat-x;
	border-top:1px solid #4D7DA6;
	border-right:1px solid #CCCCCC;
	border-bottom:4px solid #000;
}