#headnav{
	position: relative;
	font-weight: bold;
	font-size: 10.5pt;
	margin: 0;
	width: 100%;
}

#headnav .left{
	position: absolute;
	height: 36px; width: 7px;
	top: 0px; left: 0px;
	background-image: url(../img/headnav_edge_left.png);
}

#headnav .right{
	position: absolute;
	height: 36px; width: 7px;
	top: 0px; right: 0px;
	background-image: url(../img/headnav_edge_right.png);
}

#headnav .nav{
	line-height:normal;
	overflow:hidden;
	background-image: url(../img/headnav_bg.png);
	padding: 5px 0px;
	margin: 0 7px;
	height: 100%;
}

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

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

#headnav li img{
	float:right;
	margin-left:2px;
}

#headnav a{
	float:right;
	background: url("../img/blank.gif") no-repeat left -42px;
	margin:0;
	margin-left: 4px;
	padding:0 0 0 4px;
	text-decoration:none;
}

#headnav a span{
	float:left;
	display:block;
	background:url("../img/headnav_right.png") no-repeat right top;
	padding:5px 9px 5px 5px;
	margin-right:2px;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headnav a span{float:none;}

/* End IE5-Mac hack */
#headnav a:hover span{
}

#headnav a:hover{
	background:url("../img/headnav_left.png") no-repeat left -42px;
	text-decoration: none;
}

#headnav a:hover span{
	background-position: 100% -42px;
	color: #000000;
}

#headnav a.selected{
	background-position:0% -42px;
}

#headnav a.selected span{
	background-position:100% -42px;
	color: #00a4e4;
}

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

#footernav li {
	display: inline;
	padding: 0px 5px;
	border-left: 1px solid #243c54;
}

#footernav li.last {
	border: none;
}

#footernav li a{
	color: #243c54;
	text-decoration: none;
}

#footernav li a:hover{
	text-decoration: underline;
}


#crumbs{
	height: 30px;
	background: white;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

ul#crumbs, ul#crumbs li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#crumbs li{
	float: right;
	line-height: 30px;
	color: #777;
	font-weight: bold;
	font-size: 10pt;
}

#crumbs li span, #crumbs li a{
	display: block;
	padding: 0 10px 0 15px;
}

#crumbs li a{
	background:url(../img/crumbs.gif) no-repeat left center;
}

#crumbs li a:link,
#crumbs li a:visited{
	color: #777;
	text-decoration: none;
}

#crumbs li span,#crumbs li a:hover, #crumbs li a:focus{
	color: #00a4e4;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 145px;
	width: 500px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}