/* CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:44px;
	border-top:  0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	position:relative;
	background-color: #FFFFFF;
	background-repeat: repeat;background-image: url(images/gr_menubg.jpg);}
		
#navbar ul {
	float:left;
	width:955px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: 44px;
	margin-left: 14px;
	margin-right: 13px;
	padding-top: 0px;
	background-repeat: repeat;}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 44px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	padding-top: 0px;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 15px 12px 0px 15px;
	width: auto; 
	float: left;
	text-align: center;
	border-right: 1px solid white;
	border-left: 0px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}

#navbar a:hover {
	color: #999999;
	text-decoration: none;
	padding: 15px 12px 0px 15px;
	width: auto;
	float: left;
	text-align: center;
	border-right: 1px solid white;
	border-left: 0px solid white;
	height: 29px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}

/**HOME**/
#navbar li a.homeactive{
	background-color: #00adef;
	color: #ffffff;
	
	height: 29px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 12px 0px 15px;
	height: 29px;
	width: auto;
	float: left;
	text-align: center;
	border-bottom:0px solid #ff9933;
	border-right: 1px solid white;
	background-image: url(images/gr_menuselected.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00adef;}