/* CSS Document */

/*#topnav{
		background:#006600;
		width:1000px;
				/*padding:0 50 0 50;*/
/*		background-image: url(../images/menu-h/background-bar.jpg);
		background-repeat: repeat-x;
}




/* This controls the background image bar*/

#topmenu {
	position:relative;
	top:0px;
	/*	left: 50%;
    margin-left: -458px;*/
	/*width:900px;*/
	height:42px;
}




#nav-h {
	border-top:5px solid #Fff;
	border-bottom:5px solid #Fff;
	margin:0;
	float:left; /* align menu here */
	padding-left:110px;
	width:806px;
	background: url(images/menu-h/background-bar.jpg) repeat-x;


}

/* This contols horizontal or vertical positions */

#topmenu li {
   	display:inline;
   	padding:0;
   	margin:0;
   	}


/* This controls the NORMAL links*/

#topmenu a:link,
#topmenu a:visited {
	/*color:#ccc;
	color:#FFFF00;*/
	color:#ccf;
	/*color:#00006F;*/
	/*background: #000;*/
	background-image: url(./images/menu-h/link.jpg);
	float:left;
	width:auto;
	height:27px; /* button 43px - top margin */
	border-right:1px solid #11114a;
	padding: 14px 12px 2px;
	text-decoration:none;
	font:300 0.9em/0.9em Arial, Helvetica, sans-serif;	/*text-transform:uppercase;*/	/*text-shadow: 2px 2px 2px #555;*/
}

#topmenu a:hover{
	color:#F1E60C;
	color:#fff;
	/*background:#000;*/
	background-image: url(./images/menu-h/hover.jpg);
	float:left;
	width:auto;
	height:27px; /* button 43px - top margin */
	border-right:1px solid #11114a;
	padding: 14px 12px 2px;
	/*padding-right: 25px;
	padding-bottom: 14px;*/
	/*padding-left: 25px;*/
	text-decoration:none;
	font:300 0.9em/0.9em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;	*/
	/*text-shadow: 2px 2px 2px #555;*/
}


/* This controls the current page links */

#topmenu #current a:link, #topmenu #current a:visited{
	color:#fff;
	/*background:#000;*/
	background-image: url(./images/menu-h/current-link.jpg);
}

#topmenu #current a:hover{
	color:#fff;
	/*background:#000;*/
	background-image: url(./images/menu-h/current-hover.jpg);
}

#topmenu li:first-child a {
	
	border-left:1px solid #11114a;
	
}	
