@charset "utf-8";
* {
	margin:0;
	padding:0;
	outline:0;
}
img {
	border:0;
}
.clr {
	clear:both;
}
.clrr {
	clear:right;
}
.clrright {
	clear:right;
}
.clrleft {
	clear:left;
}
body {
	background: url(../img/circle_03.gif);
	font-family:Arial, Helvetica, sans-serif;
}
.main {
	margin:4px auto 0 auto;
	width:982px;
}
.header1, .header2 {
	margin:0;
	height:66px;
	padding:15px 0 0 5px;
}
.header1 {
	background:#bfc1c0 url(../img/header1_pic.jpg) no-repeat center top;
}
.header2 {
	background:#02030a url(../img/header2_pic.jpg) no-repeat center top;
}
.header1 a, .header2 a {
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	margin:40px 14px 0 0;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 20px;
}
.header1 a {
	color:#000;
}
.header2 a {
	color:#fff;
}
.header1 a:hover, .header2 a:hover {
	color:#FFF;
}
.header1 a {
/*background:url(../img/black_plus_bullet.jpg) no-repeat left center;*/
}
.header2 a {
/*background:url(../img/white_plus_bullet.jpg) no-repeat left center;*/
}
.extra {
	padding:0px 0;
}
.menu {
	
	width:1000px;
	margin-left:370px;
	text-align:left;
	font-weight:bold;
	height:66px;
	/*text-transform:uppercase;*/
	
	
	/*border:1px solid #9e9d9d;*/
}
.menuhome {
	/*background:#333333;*/
}
.menu ul {
	list-style-type:none;
	/*padding:0 0 0 92px;*/
  padding:0 0 0 0px;
	position:relative;
	/*z-index:9999;*/
	width:1100px;
	margin:0 auto;
	height:66px;
	
	
}
.menu ul li {
	float:left;
	font-size:11px;
	position:relative;
	height:66px;
	
	
}
.menu ul li a {
display:block;
	text-decoration:none;
	color:#fff;
	/*font-weight:bold;
	padding:0 28px 0 24px;*/
	 padding:26px 20px 0 12px;
	 height:50px;
	line-height:10px;/*background:url(../img/black_btn_bullet.png) no-repeat left center;*/
	
}

.menu ul li a:hover {
background-image:url(images/nav_bg.png);
background-repeat:repeat-x;
display:block;
padding-top:26px;
height:50px;
	text-decoration:none;
	color:#fff;
	/*font-weight:bold;
	padding:0 28px 0 24px;
	 padding:0 40px 0 0;*/
line-height:10px;/*background:url(../img/black_btn_bullet.png) no-repeat left center;*/

}




.menuhome ul li a {
	color:#fff;
}
.menu ul li a.active {
	color:#F00;
}
.menu ul li a.yellow {
	color:#eabc01;
}
.menu ul li ul li {
	float:none;
	clear:both;
	height:auto;
	left:-10px;
}
.menu ul li:hover ul  {
	display:block;
	position:absolute;
	margin-top:46px;
	top:21px;
	left:10px;
	width:200px;
	border:0;
	/*border-left:6px solid #000;*/
	/*z-index:9999;
	background:#CCC;
	cursor:pointer;
	padding-top:44px;*/
}




.menu ul li:hover ul li a {
	display:block;
	 background-image:url(images/submenuback.png); 
	 background-repeat:no-repeat;
	color:#fff;
	height:auto;
	line-height:14px;
	padding:4px 16px;
	/*width:160px;*/
 border-bottom:0;
 text-align:left;
	font-size:11px;
}
.menu ul li:hover ul li a:hover {
	color:#FFF;
	/*background-color:#181c24;*/
	background-image:url(images/submenuback_h.png);
	background-repeat:no-repeat;
	/*background: #666 url(../img/red_bullet.png) no-repeat 3px 8px;
	*/
}
.menu ul li ul {
	display:none;
	position:absolute;
	padding:0;
	top:21px;
	margin-top:1px;
	left:10px;
	width:200px;
	border:0;
	
	/*border-left:6px solid #000;*/
	/*z-index:9999;*/
	
}
.menu ul li:hover ul.lastm {
	left:-80px;
}




/*-----------------------pinki*/

.menu ul li:hover ul li a:hover ul {
		display:none;
	position:absolute;
	margin-top:46px;
	top:21px;
	left:10px;
	width:200px;
	border:0;
}

.menu ul li:hover ul li a:hover ul a {
		display:block;
	 background-image:url(images/submenuback.png); 
	 background-repeat:no-repeat;
	color:#fff;
	height:auto;
	line-height:14px;
	padding:4px 16px;
	/*width:160px;*/
 border-bottom:0;
 text-align:left;
	font-size:11px;
}
