/*CSS Document for Canoeing Sub Menu */
a#ukboating_title {
  background: transparent url('../templates/images/submenu/uk_boating.jpg') no-repeat bottom left;
}
a#uganda_title {
  background: transparent url('../templates/images/submenu/uganda.jpg') no-repeat bottom left;
}
a#alps_title {
  background: transparent url('../templates/images/submenu/alps.jpg') no-repeat bottom left;
}
a#nepal_title {
  background: transparent url('../templates/images/submenu/nepal.jpg') no-repeat bottom left;
}
a#polo_title {
  background: transparent url('../templates/images/submenu/polo.jpg') no-repeat bottom left;
}
a#ukboating_title:hover, a#uganda_title:hover, a#alps_title:hover, a#nepal_title:hover, a#polo_title:hover,
div#submenu a#root:hover, div#submenu a#uganda:hover, div#submenu a#polo:hover, div#submenu a#alps:hover,
div#submenu a#nepal:hover, div#submenu a#ukboating:hover {
	background-position: top left;
}
div#submenu a#root {
	background: transparent url('../templates/images/titles/canoeing.jpg') no-repeat bottom left;
}
div#submenu a#uganda {
  background: transparent url('../templates/images/titles/uganda.jpg') no-repeat bottom left;
}
div#submenu a#polo {
  background: transparent url('../templates/images/titles/polo.jpg') no-repeat bottom left;
}
div#submenu a#alps {
  background: transparent url('../templates/images/titles/alps.jpg') no-repeat bottom left;
}
div#submenu a#nepal {
  background: transparent url('../templates/images/titles/nepal.jpg') no-repeat bottom left;
}
div#submenu a#ukboating {
  background: transparent url('../templates/images/titles/ukboating.jpg') no-repeat bottom left;
}
ul#item_list, ul#data_list {
  list-style-type: none;
}
ul#item_list li {
  clear: both;
  background: transparent url('../images/canoeing/list_button.jpg') no-repeat 0 10px;
  padding: 10px 0 10px 80px;
  line-height: 25px;
}
ul#data_list li {
  clear: both;
  border-top: 1px dotted #666666;
  background: transparent url('../images/canoeing/sub_list.png') no-repeat 0 5px;
  padding: 10px 0 0 50px
}

ul#item_list img {
  border: 0;
  margin: 10px;
}
ul#data_list img {
  padding: 10px;
}
ul#item_list h1 {
  border-bottom: 1px dashed #666666;
}

ul#data_list p {
  font-size: 0.8em;
}

ul#item_list p{
  margin-top: 30px;
}
p.date {
  font-size: 0.6em;
}
div.holdleft {
   display: block;
   width: 70%;
   float: left;
}
div.cat_menu {
   float: right; 
   width: 28%;
	margin: 0;
}
div.cat_menu ul {
	 list-style-type: none;
	margin-left: 0;
}

div.cat_menu ul li{
	font-size: 0.9em;
	line-height: 1.9em;
	background: transparent url('../images/canoeing/menu_icon.png') no-repeat 0 0;
	padding-left: 30px;
}

