/*
 *
 * File		: nav.css
 * Purpose	: Navigation and Links CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/* Main Navigation Lists */
a:link {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}

a.topLinks:link {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topLinks:visited {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topLinks:active {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.topLinks:hover {
	font-size: 70%;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a.smLink:link {
	font-size: 70%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.smLink:visited {
	font-size: 70%;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.smLink:active {
	font-size: 70%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.smLink:hover {
	font-size: 70%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* Page bottom links */
a.sideLinks:link {
	color: #000000;
	text-decoration: none;
}
a.sideLinks:visited {
	color: #000000;
	text-decoration: none;
}
a.sideLinks:active {
	color: #000000;
	text-decoration: none;
}
a.sideLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Page bottom links */
a.bottomLinks:link {
	font-size: 80%;
	color: #660000;
	text-decoration: none;
}
a.bottomLinks:visited {
	font-size: 80%;
	color: #660000;
	text-decoration: none;
}
a.bottomLinks:active {
	font-size: 80%;
	color: #DD0000;
	text-decoration: none;
}
a.bottomLinks:hover {
	font-size: 80%;
	color: #CC0000;
	text-decoration: none;
}

#navMain {
	float: left;
	width: 100%;
	text-align: center;
}

#navMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMain li {
	height: 40%;
	float: left;
	margin: 0;
	padding: 3px 15px 0 15px;
	/*	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;*/
}

#navMain a {
	padding: 2px 0;
	display:block;
}

#navTop {
	float: right;
	width: 80px;
	text-align: right;
	padding: 5px 15px;
}

#navTop ul {
	list-style: none;
}

#navTop li {
/*	height: 40%;
	float: left;
	margin: 0;
	padding: 3px 15px 0 15px;*/
	/*	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;*/
}

#navTop a {
	padding: 2px 0;
	display:block;
}

#navTop a.topLinks:link {
	font-size: 70%;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
#navTop a.topLinks:visited {
	font-size: 70%;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
#navTop a.topLinks:active {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#navTop a.topLinks:hover {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

