/* CSS Document */

/*---------------------------------- General Menu -----------------------------------------------------------------*/

#menu { 
	position: relative;
	background-color:#ffffff;
	/*padding: 3px;
	border-top: #999999 thin solid;
	border-right: #999999 thin solid;
	border-bottom: #999999 thin solid;*/
	z-index: 30;
	}
	
div.sdmenu {
	width: 210px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 10px;
	background: url(../Media/Interface/toptitle.gif) repeat-x  right bottom;
	color: #fff;
}

div.sdmenu div {
	background: url(../Media/Interface/toptitle.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url(../Media/Interface/toptitle.gif) no-repeat;
}

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #003369;
	background: url(../Media/Interface/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

div.sdmenu div.collapsed span {
	background-image: url(../Media/Interface/collapsed.gif);
}

div.sdmenu div a {
	padding: 5px 10px;
	background: #f2f7fb;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #7792ae;
}

div.sdmenu div a.current {
	background : #ccc;
}

div.sdmenu div a:hover {
	background : #bfd6e3 url(../Media/Interface/linkarrow.gif) no-repeat right center;
	color: #003369;
	text-decoration: none;
}

	.menu_title {
	color:#003369;
	}

/*---------------------------------------------------  New Additions  ---------------------------------------------------------------------*/

.tea_towel_image {
  background-image: url(../Media/interface/tea_towel_menu.jpg);
  width: 210px;
  height: 25px;
  z-index: 40;
  padding: 0px;
  border: 0px none;
  text-decoration: none;
  }
 
.tea_towel_image a:link 
	{  
	text-decoration: none;
	}  
	
.tea_towel_image a:hover 
	{  
	text-decoration: none;
	}  	

.tea_towel_text {
  color:#003369;
  font-weight: bold;
  font-size: 12px;
  padding-left: 25px;
  padding-top: 5px;
  text-decoration: none;
  }
	
.tea_towel_text a:link 
	{  
	text-decoration: none;
    font-weight: bold;
	} 	
	
.tea_towel_text a:hover 
	{ 
  	text-decoration: none;
    font-weight: bold;
	}
	
.tea_towel_text a:visited 
	{ 
  	text-decoration: none;
    font-weight: bold;
	}	