/* CSS Document */


#menu {
	width: 950px;
	height: 28px;
	float: left;
	background: #000 url(../img/menubgon.jpg) repeat-x top;
	border-bottom:2px solid #DEDEDE;
	margin:0;
}

#menu ul {
	margin:0; 
	padding:0;
	list-style: none;
	line-height: normal;
	float:left;	
}

#menu li {
	display: inline;
	margin:0;
}
	
#menu a {
	float: left;
	padding:7px 21px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-transform: none;
	text-align: center;
	text-transform: uppercase;
	border-right:1px solid #fff;
}

#menu li a:hover{
	color: #fff;
	background: #0077C0 url(../img/menubg.jpg) repeat-x top;
}
#menu li a#current{
	color: #fff;
	background: #fff url(../img/menubg.jpg) repeat-x top;
}

h1, h2, h3{
	margin:0;
	font-weight: normal;
	padding:5px 0 2px 0;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	color: #fff;
	margin:15px 0 10px 0;
	padding:3px 10px 5px 10px;
	background-image: url(../img/bg-heading_black.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #686868;
}
h2 {
	font-size: 1.5em;
	color: #0077C0;
	border-bottom:1px dotted #0077C0;
	margin:15px 0 10px 0;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}


