body   { 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	scrollbar-3d-light-color:#FDD401; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-Base-color:#E7F7FF; 
	scrollbar-track-color: #B8D1E5; 
	scrollbar-dark-shadow-color:#000000; 
	scrollbar-face-color:#E7F7FF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#000000;
		}
h1   { color: #185EA6; font-size: 25px; font-style: normal; font-weight: bold; letter-spacing: 3px; margin: 20px; }
h2   { color: #185EA6; font-size: 20px; font-style: normal; font-weight: bold; letter-spacing: 2px }
h3   { color: #185EA6; font-size: 18px; font-style: normal; font-weight: bold; letter-spacing: 2px }
#logo   { position: absolute; top: 3px; left: 10px; height:93px; width:217px;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/avet_logo.png',sizingMethod='scale'); }
#logo[id] {background: url('images/avet_logo.png');}
#tollfree   { color: white; text-align: right; font-size: smaller; font-weight: bold; text-decoration: none;  white-space: nowrap; }
#quote   { background-image:url(images/avet_menu.jpg); padding:2px; border:2px solid #000000;color: white; font-weight: normal; font-size: smaller;text-decoration: none;  white-space: nowrap; position: absolute; top: 20px; right: 10px }
#quote a, #quote a:visited {color: white; text-decoration: none;}
#quote a:hover {background-color : #B8D1E5; color: red;}
.footer_text {font-size:12pt; color:white}
.normal   { text-align: left; margin: 20px; padding: 0 }
.sidemenu { background-image:url(images/avet_submenu.jpg);}
.mainback { background-image:url(images/avet_background.jpg);}

#nav, #nav ul { /* all lists */
	float: right;
	padding: 0;
	margin: 0;
	margin-left: 250;
	font-size:11pt;
	list-style: none;
	line-height: 35px;
	font-weight: bold;
	z-index: 2;
	white-space: no-wrap
}

#nav a {
	display: block;
	background: #185EA6;
	color: white;
	text-decoration: none;
	padding: 0px 1em;

	z-index: 2;
}

#nav li { /* all list items */
	
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
	border-left: 1px solid #fff;
	z-index: 2;
}

#nav li ul { /* second-level lists */
	background-image:none;
	position: absolute;
	background: #185EA6;
	width: 12em;
	font-weight: normal;
	font-size: smaller;
	text-align: left;
	border: 1px solid #185EA6;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 -3px;
	z-index: 2;
}

#nav li li {

	background-image:none;
	width: 16em;
	border-bottom: 1px solid #000;
	z-index: 2;
}
#nav li ul a {
	
	color: white;
	z-index: 2;
}

#nav li a:hover {
	color : red;
	background-color : #B8D1E5;
	font-weight: bold;
	z-index: 2;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}
#nav li:hover, #nav li.sfhover {
	background: #000000;
	z-index: 2;
}

#leftnav, #leftnav ul { /* all lists */
		padding: 0;
		margin: 0px;
		list-style: none;
		float : left;
		width : 110px;
		line-height: 21px;
		background: #D3E7F4;
		font-weight: normal;
		
	}

	
#leftnav li { /* all list items */
		
		float: left;
		width: 110px;
		border-bottom: 1px solid #185EA6;
}
	
#leftnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	background: #D3E7F4;
	font-weight: normal;
	font-size: smaller;
	margin: 0 -2px;
}
	
#leftnav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#leftnav li a {
		
		display : block;
		color : black;
		font-size: smaller;
		text-decoration : none;
		padding : 2px;
}
	
#leftnav li a:hover {
		color : #fff;
		background-color : #185EA6;
		font-weight: bold;
	}
	
#leftnav li:hover ul ul, #leftnav li:hover ul ul ul, #leftnav li.sfhover ul ul, #leftnav li.sfhover ul ul ul {
		left: -999em;
}
	
#leftnav li:hover ul, #leftnav li li:hover ul, #leftnav li li li:hover ul, #leftnav li.sfhover ul, #leftnav li li.sfhover ul, #leftnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
}
	
#bottomnav, #bottomnav ul { /* all lists */
	float: center;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 29px;
	font-size: smaller;
	text-align: center;
	z-index: 2;
	border-left: 2px solid #000;
}

#bottomnav a {
	display: block;
	color: black;
	text-decoration: none;
	
	z-index: 2;
}

#bottomnav li { /* all list items */
	
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	border-right: 2px solid #000;
	
	z-index: 2;
}
#bottomnav li a:hover {
		color : red;
		background-color : #000000;
	}
