<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
	display: block;
}

.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(Images/template/tab-blue-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(Images/template/tab-blue-right.gif) no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
	background-position: 0 -125px;
	top: 0;
}

.animatedtabs .selected a span{
	background-position: 100% -125px;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs a:hover{
	background-position: 0% -125px;
	top: 0;
}

.animatedtabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.v_nav_menu {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;

/*	float: left;  */
	
/*  background-image: url('/images/myCougartrax.png');  */
/*	padding-top: 20px; background-repeat: no-repeat; background-position: center top;
	background-color: #E3EFF2; */
}

.ccc-rowtitle {
	/*	border-bottom: solid 1px #006699;
	background-color: #6699cc; 
	border-left: solid 1px #006699; 
	border-right: solid 1px #006699;  */
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
	color: #336699;
	font-size: large;
}

/*.ccc-rowtitle a:link, .ccc-rowtitle a:visited, .ccc-rowtitle a:active, .ccc-rowtitle a:hover {
	color: #ffffff;
}

.ccc-rowtitle a:hover {
	color: #FF9933;
}
*/
.ccc-row {
	padding-left: 20px;
/*	border-bottom: solid 1px #cccccc;
	background-color: #ffffff;
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;*/
}

.ccc-row a:link {
	color: #006699;
}

.ccc-row a:visited {
	color: #006699;
}

.ccc-row a:active {
	color: #FF9933;
}

.ccc-row a:hover {
	color: #FF9933;
}

</style>

