@charset "utf-8";
/* CSS Document */
/*
=Navigation
*/
#nav {
	width: 1000px; height: 33px; 
	padding:0px 0 0 0;
		}
		
.skipnav a{
position:absolute;
margin-left:-500px;
width:1px;
height:1px;
overflow:hidden;
} 
		
#nav ul {
	float:left;
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#c0c9c5 url(nav2.png) repeat-x;
}


li#head1, li#head2, li#head3, li#head4, li#head5, li#head6, li#head7, li#head8, li#head9, li#head10, li#head11, li#head12 {
	list-style:none;
	float:left;
	display:inline;	height:33px;
	border-right:1px solid #c7c2b4;
	background:#d6d0bd url(nav2.png) repeat-x;
	text-align:center;
	font: 11px  "Arial", Helvetica, sans-serif;
	font-weight:bold;
	}
	
	
li#head1 {width:59px;}
li#head2 {width:69px;}
li#head3 {width:78px;}
li#head4 {width:100px;}
li#head5 {width:112px;}
li#head6 {width:119px;}
li#head7 {width:79px;}
li#head8 {width:136px;}
li#head9 {width:62px;}
li#head10 {width:60px;}
li#head11 {width:83px;}
li#head12 {width:32px; border-right:none;}
li#head12 img {border: none; margin-top: -2px;}




#nav a.head {
	display:block;
	color: #000;
	height:23px;
	padding-top:10px;
	font-size:100%;
	font-weight:800;
    text-decoration:none;
	text-transform:uppercase;
	background:#d6d0bd url(nav2.png);
	background-repeat:repeat-x;
	background-position:top;
}


#nav a:hover,
#nav a:focus {
	background:#f3f6f5 url(nav1.png);
}
#nav .sel a {
	background:#f3f6f5 url(nav1.png);
}
#nav .sel a:hover,
#nav .sel a:focus {
	background:#f3f6f5 url(nav1.png);
}

#nav #social {

	position:absolute;

	background-color:#f4f8ff;
	
	background-image: none;

	border:1px solid #CCC;

	top:-500px;

	right:0;
	
	width:120px;

	text-align:left;

	font-size:12px;

	font-weight:normal;

	padding:10px;

}

#nav #social.shown {

	top:26px;

}

#nav #social li a {

	display:block;

	width:100%;

}

#nav #social li a:hover{

	background-repeat:no-repeat;

	background-position:0 4px;

}

#nav .shortcuts {

	position:relative;
	
	top:0;

	right:0;

	width:1000px;

	background-color:#f4f8ff;

	background-image:url(/images/bk-shortcut.png);

}

#nav .shortcuts li {


	height:28px;


}

.social_title {
	margin-bottom: -10px;
	
	text-transform:uppercase;
	
    font-size:10px;
}


#nav .shortcuts li a {



	padding:8px 0;

	color:#0000cc;

	text-transform:uppercase;

	font-size:10px;

}


#nav .shortcuts li a.hover {

	background-position:bottom;

	color:#123376;

}

.shortcuts li img {border: none; margin:0 5px -4px 0;}











































