/*******************************************************
TITLE: Jeff Cales Design Studio CSS File  V0.0.1
DATE: 2008.02.02
AUTHOR: Jeffrey Cales
*******************************************************/

/* =a defining hyperlink style
--------------------------------------------------------- */



/* Define Navigation Bar DIV
--------------------------------------------------------- */


ul{
	margin: auto;
	padding: 0;
	list-style:none;
	background: #CCCCCC url(../images/navbar.png) repeat-x;
	height:32px;
	width: 801px;
	float:left;
	font-family:"gill sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	text-align: center;
	border-right: 1em #663300;
	}
	
ul li {
	height:33px;
	float:left;
	border-right:#663300;
	}
	
ul a {
	display:block;
	height:32px;
	float:left;
	padding: 0 2em;
	line-height: 30px;
	text-align:center;
	text-decoration: none;
	color:#993300;
	outline: 0;
	}
	
ul a:link {
	display:block;
	height:32px;
	float:left;
	padding: 0 2em;
	line-height: 30px;
	text-align:center;
	text-decoration: none;
	color:#660000;
	outline: 0;
	border-right: 1em #663300;
	}	
	
ul .first a {
	margin: 0 0 0 10em;
	background:none;
	}
	
ul .last a {
	margin: 0 0 0 5em;
	background:none;
	border: none;
	}

ul a:hover {
	color:#FF6600;
	background: #CCCCCC url(../images/navbar_ro.gif) repeat-x;
	text-decoration:none;
	}
