/* 
   Set your brand, set your tabs, customize your nav if desired. 
   Defaults to Stanford Medicine, with tabs. 
*/

/* School of Medicine*/
@import url("som.css"/*tpa=http://dermatology.stanford.edu/Templates/som.css*/);


/* Stanford Hospitals and Clinics
@import url(/Templates/shc.css);
*/

/* Set width of tabs (or choose tabless). Default is 125px, six tabs. Use the pre-set
styles below, or use formula w=750/n where w=width, n=number of tabs.  */

/*
@import url(/Templates/10tabs.css);
@import url(/Templates/9tabs.css);
@import url(/Templates/8tabs.css);
@import url(/Templates/7tabs.css);
@import url(/Templates/6tabs.css);
@import url(/Templates/5tabs.css);
@import url(/Templates/4tabs.css);
@import url(/Templates/3tabs.css);
@import url(/Templates/2tabs.css);
@import url(/Templates/tabless.css);
*/
@import url("7tabs.css"/*tpa=http://dermatology.stanford.edu/Templates/7tabs.css*/);

/* What's visible in Search area? Optional. Usually set in som.css or shc.css.
#search #searchControls {
  display: block;
}
#search #searchLinks {
  display: none;
}
#search #searchLinksLong {
  display: none;
}
*/

/* Position the last nav item, so it doesn't exit the page width. Optional. Usually set already in [n]tabs.css. */
/*
#nav ul#navList li.x_lastChild ul {
  left: -51px;
}
*/

/* Reposition any arbitrary navList item, for instance, so they appear to the left. */
#arbitraryNavListName {
  left: -175px !important;
}

/* make a menu narrower or wider 
ul#arbitraryNavMenu {
  width: 136px !important;
}
ul#arbitraryNavMenu li a {
  width: 130px !important;
}
*/

/* Uncomment to remove vertical bar separating brand from brandedSiteName. Optional. Used (rarely) in sites with no brandedSiteName.
#brand {
	background: url(/Templates/images/bg_brand_blank.gif) top left no-repeat;	
}
*/

/* Customize tab widths. Optional. 
#nav ul#navList li#tab01 { width: 75px;}
#nav ul#navList li#tab02 { width: 75px;}
#nav ul#navList li#tab03 { width: 75px;}
#nav ul#navList li#tab04 { width: 75px;}
#nav ul#navList li#tab05 { width: 75px;}
#nav ul#navList li#tab06 { width: 75px;}
#nav ul#navList li#tab07 { width: 75px;}
#nav ul#navList li#tab08 { width: 75px;}
#nav ul#navList li#tab09 { width: 75px;}
#nav ul#navList li#tab10 { width: 75px;}
*/

/* if you customize your tab widths, such that your last tab is wider than normal, you may need to prevent shifting the last menu to the left.
#nav ul#navList li.x_lastChild ul {
  left: 0px;
}
*/
