﻿/* ========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;
	background: url('../cei/images/right.gif') no-repeat right top;
	}
ul.tabs li a {
	display: block;
	padding: 2px 15px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url('../cei/images/left.gif') no-repeat left top;
}
ul.tabs li a:hover {
	color: #800000;
	font-weight: bold;
}
#current {
	BACKGROUND: url('http://www.cisco-eagle.com/navigation/currentleft.gif');
}
#current A {
	BACKGROUND: url('http://www.cisco-eagle.com/navigation/currentRight.gif');
	margin-left: 2px;
	margin-right: 0;
	margin-bottom: 0;
	PADDING-BOTTOM: 0px;
	border-bottom: 3px solid #800000;
	COLOR: #fff;
}

/* ========DROPDOWN NAVIGATION======== */

.anylinkcss {
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #999999;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	/* border-width: 1px 3px 3px 2px; */
	/* border-color: black; */
	/*border-style: solid;*/
/* border-bottom-width: 0; */	
	font: normal 11px Verdana;
	line-height: 19px;
	z-index: 100;
	background-color: #FCF3E0;
	width: 205px;
}
.anylinkcss a {
	width: 100%;
	display: block; /* text-indent: 3px; */;
	border-bottom: 1px groove #D8D5C5;
	padding: 0px 0px;
	text-decoration: none;
	/* font-weight: normal; */
	text-indent: 5px;
	color: #000;
}
.anylinkcss a:hover {
	/*hover background color*/
	background-color: #800000;
	color: #fff;
	font-weight: bold;
	/* color: #669999; */	
}


