@charset "utf-8";
#header{
	width:1003px;
	height:184px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	overflow: visible;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:101;
}
/*.header_content{
	width:1003px;
	height:184px;
	text-align:left;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	zoom: 1;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}*/
.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display: block;
	height: 88px;
	width: 142px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	top: 63px;
	left:31px;
	/*left: 50%;
	margin-left:-465px;*/
}
.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/* ######### Style for Navigation(chromemenu) ######### */
.navigation {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 74px;
	top: 89px;
	left:214px;
	position: absolute;
	overflow: visible;
	z-index:102;
	zoom: 1;
}
.navigation:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.navigation  ul{
	margin:0;
	padding:0;
	display:inline;/*FF*/
}
.navigation ul li{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 130px;
	zoom:1;
}
.navigation ul li a  {
	width: 100%;
	height: 100%;
	text-indent:-2000px;
	overflow: hidden;
	display: block;
}

.navigation li.item1 {
	background-image: url(../images/header_nav_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 130px;
	height: 75px;
}
.navigation li.item2 {
	background-image: url(../images/header_nav_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 130px;
	height: 71px;
}
.navigation li.item3 {
	background-image: url(../images/header_nav_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 130px;
	height: 60px;
}
.navigation li.item4 {
	background-image: url(../images/header_nav_04.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 130px;
	height: 51px;
}
.navigation li.item5 {
	background-image: url(../images/header_nav_05.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 130px;
	height: 47px;
}
.dropmenudiv{
	background-repeat: no-repeat;
	background-position: left top;
	width: 148px;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	z-index:103;
	visibility: hidden;
	padding-bottom:20px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv ol{
	margin: 0px;
	padding: 20px 0px 20px;
	list-style-type:none;
	width: 100%;
	zoom:1;
	overflow:hidden;
}
.dropmenudiv ol li {
	margin: 0px 13px;
	padding: 3px 8px;
	float: none;
	cursor:pointer;
	height: 1.5em;
	width: auto;
	text-indent: 0px;
	border-bottom: 1px solid #cc5252;
	line-height: 1.5em;
	display: block;
	text-align: left;
	font-size: 12px;
}
.dropmenudiv ol li:hover {
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.dropmenudiv ol li  a {
	width:100%;
	height:100%;
	display:block;
	color: #FFFFFF!important;
}
#dropmenu1 {
	background-image: url(../images/header_nav1_bg.png);
	/*height:146px;*/
	margin-top:-7px;
	margin-left:-4px;
}
#dropmenu2{
	background-image: url(../images/header_nav2_bg.png);
	/*height:193px;*/
	margin-top:-8px;
	margin-left:-3px;
}
#dropmenu3{
	background-image: url(../images/header_nav3_bg.png);
	/*height:193px;*/
	margin-top:-8px;
	margin-left:-3px;
}
#dropmenu4 {
	background-image: url(../images/header_nav4_bg.png);
	/*height:193px;*/
	margin-top:-5px;
	margin-left:-2px;
}

