/* 
Author: Jon Marus
Client: TB Vets
Website URL: www.tbvets.org

	These styles control the colours of the charity section.

Copyright © 2005, Jon Marus

*/


/* ============================================================ */
/* Document Settings */

h1 {
	margin: 20px 0px 5px 0px;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	color: #0C419A;
}

/* ============================================================ */
/* Nav List */
	
#dmenu {
	height: 25px;
	background-color: #4A7BDC;
	background-image: url("../img/mouseovers/linktab_blue.gif");
  	background-position: 0% 100%;
  	background-repeat: repeat-x;
  	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
}

.topmenu {
	margin: 0px;
	padding: 0px;
}

.topmenuul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Blue */
.topmenuli_blue {
	float: left;
	height: 25px;
	list-style-type: none;
	text-decoration: none;
	
	}

.topmenuli_blue a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4275D9;
}

body#tab1 #t1,
body#tab2 #t2,
body#tab3 #t3,
body#tab4 #t4,
body#tab5 #t5,
body#tab6 #t6,
body#tab7 #t7,
body#tab8 #t8,
body#tab9 #t9,
body#tab10 #t10 {
	background-color: #4275D9;
	background-image: url("");
}

/* Gold */
.topmenuli_gold {
	float: right;
	padding: 0px;
	height: 25px;
	list-style-type: none;
	text-decoration: none;
	
	background-image: url("../img/mouseovers/linktab_gold.gif");
  	background-position: 0% 100%;
  	background-repeat: repeat-x;
}

.topmenuli_gold a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #E3AB40;
}

.topmenutitle {
	margin: 0px;
	padding: 5px 8px 5px 8px;
	color: #eee;
	font-size: 12px;
	display: block;
	text-decoration: none;
	line-height: 14px;
}
	
.submenuul {
	list-style-type: none;
	position: absolute;
	margin: 1px 0px 1px 0px;
	padding: 0;
	display: none;
	background-color: #2356B2;
	border: 1px solid #fff;
	z-index: 99;
}

.submenuli a {
	margin: 1px;
	padding: 3px 35px 3px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	border-left: 2px solid #6699CC;
	background-image: url("../img/bullets/li_bullet_right_a.gif");
  	background-position: 95% 50%;
  	background-repeat: no-repeat;
}

.submenuli a:hover {
	color: #fff;
	background-color: #3369D3;
	border-left: 2px solid #EEEEEE;
	background-image: url("../img/bullets/li_bullet_right_b.gif");
  	background-position: 95% 50%;
  	background-repeat: no-repeat;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}