﻿/* ===TABBED NAVIGATION=== */

body {
	font-family: sans-serif;
}
ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 0;
	background: url('http://www.cisco-eagle.com/mivatables/right.gif') no-repeat right top;
	margin-right: 0;
}
ul.tabs li a {
	display: block;
	padding: 2px 15px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url('http://www.cisco-eagle.com/mivatables/left.gif') no-repeat left top;
}
ul.tabs li a:hover {
	color: #800000;
	font-weight: bold;
}

/* ===DROP-DOWN NAVIGATION=== */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

