@charset "utf-8";
/* CSS Document */
*
{
	margin:0px auto;
}
#hdr
{
	width:100%;
	margin:0px auto;
}
#hdr-top
{
	width:100%;
	height:28px;
	background:#000000;
}
#hdr-main
{
	width:100%;
	height:100px;
	background:#c11414;
}
#hdr-inner
{
	width:1120px;
	height:100px;
	margin:auto;
}
#hdr-logo
{
	float:left;
	width:300px;
	max-width:300px;
	height:100px;
	max-height:100px;
	overflow:hidden;
}
#hdr-logo a
{
	display:block;
}
#hdr-logo a img
{
	padding:10px 0px 10px 0px;
	border:none;
}
#hdr-marquee
{
	width:100%;
	height:40px;
	line-height:40px;
	background:#650000;
	color:#FFFFFF;
}
.mar
{
	margin:auto;
}
#hdr-marquee marquee
{
	width:1120px;
	margin:auto;
	height:40px;
	line-height:40px;
	background:#650000;
	color:#FFFFFF;
}
<!--menu-->
.avinash ul, .avinash li, .avinash span, .avinash a {
	margin: 0;
	padding: 0;
	position: relative;
}
.avinash {
	float: right;
	  max-width: 770px;
	  margin: 20px 0px 0px 0px;
}
.avinash a {
	background: #0c65be;
	color: #ffffff;
	display: block;
	padding: 20px 15px;
	text-decoration: none;
}
.avinash ul {
	list-style: none;
}
.avinash > ul > li {
	display: inline-block;
	float: left;
	width: auto;
	margin: 0;
}
.avinash > ul > li > a {
	color: #ffffff;
	font-size: 16px;
	background:url(../images/menu_bar_sep.png) right center no-repeat;
}
/*.avinash > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 40%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #040404;
	margin-left: -10px;
}*/
.avinash > ul > li:last-child > a {
	background: none;
}
.avinash.align-right > ul > li:first-child > a, .avinash.align-center > ul > li:first-child > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.avinash.align-right > ul > li:last-child > a {
}
.avinash > ul > li.active > a, .avinash > ul > li:hover > a {
	color:#E1E1E1;
}
.avinash .has-sub {
	z-index: 100;
}
.avinash .has-sub:hover > ul {
	display: block;
}
.avinash .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 20px;
}
.avinash .has-sub ul {
	left: -40px;
	right: 0;
}
.avinash .has-sub ul li {
 *margin-bottom: -1px;
}
.avinash .has-sub ul li:first-child:hover a {
	background:#c11414;
}
.avinash .has-sub ul li a {
	background: #c11414;
	border-bottom: 1px solid #FFFFFF;
	font-size: 15px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
.avinash .has-sub > ul > li:last-child > a {
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
}
.avinash .has-sub ul li:hover a {
	background: #650000;
}
.avinash ul ul li:hover > a {
	color: #ffffff;
}
.avinash .has-sub .has-sub:hover > ul {
	display: block;
}
.avinash .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.avinash.align-right .has-sub .has-sub ul, .avinash.align-right ul ul ul {
	left: auto;
	right: 100%;
}
.avinash .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #31b7f1;
}
.avinash .has-sub .has-sub ul li a:hover {
	background: #0a6d98;
}
.avinash ul ul li.last > a, .avinash ul ul li:last-child > a, .avinash ul ul ul li.last > a, .avinash ul ul ul li:last-child > a, .avinash .has-sub ul li:last-child > a, .avinash .has-sub ul li.last > a {
	border-bottom: 0;
}