/* CSS Document */
@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
body{
	margin: 0px;
	/* [disabled]padding:0px; */
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#page{
	width:1024px;
	margin:0 auto 0;
	background:#fff;
}
#page #top{
	width:100%;
	height:40px;
}
#page #top #call{
	/*width:385px;
	float:left;
	margin-right:100px;*/
	width:320px;
	float:right;
	margin-left:20px;
	height:100%;
}
#page #top #toplinks{
	/*width:450px;
	float:left;*/
	width:290px;
	/*float:right;*/
	background:url(../Images/top_right.png) no-repeat;
	height:95%;
	/*margin-left:340px;*/
	margin-left:400px;
}
#home_link{
	width:10px;
	height:80%;
	padding-top:10px;
	padding-bottom:10px;
}
.reg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:10px;
	margin-left:60px;
}
.reg a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.reg a:hover{
	text-decoration:underline;
	cursor:pointer;
}
.calling{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#44749d;
	padding-left:10px;
	padding-bottom:10px;
}
#page #ban{
	width:100%;
	height:200px;
	background:url(../Images/3banner.jpg);
}
#page #navgnt{
	width:100%;
	height:30px;
	background:#BDB8AD;
}
/*Styling for Navigation*/
#horzmenu{
	background:#ebe7e0;
	width:100%;
}
#horzmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
	zoom: 1;
}
#horzmenu ul:after {
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#horzmenu ul li {
	float: left;
	display: block;
	padding: 0;
}
#horzmenu ul li a {
	color: #0c344e;
	text-decoration: none;
	display: block;
	/*padding: 15px 25px;*/
	padding: 12px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	/*text-transform: uppercase;*/
	font-size: 14px;
	position: relative;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
}
#horzmenu ul li a:hover {
	/*color: #333333;*/
	color:#575234;
}
#horzmenu ul li a:hover:before {
	width: 100%;
}
#horzmenu ul li a:after {
	content: '';
	display: block;
	position: absolute;
	right: -3px;
	top: 20px;
	height: 6px;
	width: 6px;
	background: #575234;
	opacity: .5;
}
#horzmenu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	/*background: #333333;*/
	background:#575234;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
#horzmenu ul li.last > a:after,#horzmenu ul li:last-child > a:after {
	display: none;
}
#horzmenu ul li.active a {
	/*color: #333333;*/
	color:#575234;
}
#horzmenu ul li.active a:before {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#horzmenu ul li {
		float: none;
	}
	#horzmenu ul li a {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#horzenu ul li a:after {
		display: none;
	}
	#horzmenu ul li a:before {
		height: 1px;
		background: #0c344e;
		width: 100%;
		opacity: .2;
	}
	#horzmenu ul li.last > a:before, #horzmenu ul li:last-child > a:before {
		display: none;
	}
}
/*Styling for Navigation ends*/
#spacer{
	height:10px;
	width:100%;
}
#page #row1{
	width:100%;
	height:320px;
}
#page #row1 #aside_left{
	width:250px;
	background:#ebe7e0;
	float:left;
	height:100%;
}
/*Styling for the Vertical Menu Starts*/
#cssmenu {
	/*background: #333;*/
	background:#ebe7e0;
	list-style: none;
	/*margin: 0;
	padding: 0;*/
	/*width: 12em;*/
	width:100%;
	padding-left:10px;
}
#cssmenu li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	/*font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;*/
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}
#cssmenu a {
	background: #ebe7e0;
	/*border-bottom: 1px solid #393939;*/
	color: #000;
	display: block;
	margin: 0;
	padding: 8px 12px;
	/*padding:12px 15px;*/
	text-decoration: none;
	font-weight: normal;
}
#cssmenu a:hover {
	/*background: #2580a2 url('images/hover.gif') left center no-repeat;*/
	background:#0d354f url(../Images/hover.gif) left center no-repeat;
	color: #fff;
	/*padding-bottom: 8px;*/
	padding-bottom:11px;
}
/*Styling for the Vertical Menu ends*/
#page #row1 #slider{
	width:570px;
	background:#EBE7E0;
	float:left;
	height:100%;
}
#page #row1 #aside_right{
	width:204px;
	background:#EBE7E0;
	float:right;
	height:100%;
}
.side_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	background:#0c344e;
	width:100%;
	height:30px;
	color:#fff;
	padding-top:5px;
}
.li_buttons{
	width:140px;
	border:1px #06F solid;
	padding-left:20px;
	padding-right:20px;
	margin-left:10px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
}
#page #cont{
	width:100%;
	/*height:1090px;*/
	height:600px;
	padding-left:5px;
}
#page #cont #column1{
	width:245px;
	/*height:1090px;*/
	height:600px;
	float:left;
	background:#EBE7E0;
	
}
.spon_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background:#666;
	width:100%;
	height:16px;
	color:#fff;
}
#spon_slider{
	width:100%;
	height:140px;
}
/*Styling for the Slider starts*/
#slider_wrap{
	width: 250px;
	height: 135px;
}
.slider{
	margin:10px 0;
	width:250px;
	height:135px;
	position:relative;
	overflow:hidden;
}
.slider li{
	display:none;
	position:absolute;
	top:0;
	left:0;	
}
/*Styling for the Slider ends*/
#page #cont #column2{
	width:575px;
	/*width:570px;*/
	/*height:1090px;*/
	height:600px;
	float:left;
}
#page #cont #column2 #matt1{
	width:100%;
	/*height:500px;*/
	height:590px;
	background:#EBE7E0;
	padding-bottom:10px;
	/*padding-left:10px;*/
}
.title{
	border-bottom:dashed 1px #0c344e;
	margin-bottom:10px;
	padding:8px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0c344e;
	/*font-size:22px;*/
	font-size:20px;
	width:96%;		
}
.para_title{
	font-family:Verdana, Geneva, sans-serif;
	/*font-size:14px;*/
	font-size:15px;
	color:#0c344e;
	padding:8px;
}
#page #cont #column2 #matt2{
	width:100%;
	height:300px;
	background:#EBE7E0;
	padding-top:10px;
	padding-left:10px;
}
#page #cont #column2 #matt2 #apprvd{
	width:280px;
	height:100%;
	float:left;
}
#page #cont #column2 #matt2 #vid{
	width:271px;
	height:100%;
	float:right;
}
#page #cont #column2 #matt3{
	width:100%;
	height:255px;
	background:#EBE7E0;
	padding-top:10px;
}
#page #cont #column2 #matt3 a{
	text-decoration:none;
	cursor:pointer;
}
#page #cont #column2 #matt3 a:hover{
	text-decoration:none;
	cursor:pointer;
}
.just{
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-left:5px;
	padding-right:5px;
}
#page #cont #column3{
	width:204px;
	/*height:1090px;*/
	height:600px;
	background:#EBE7E0;
	float:right;
}
#foot{
	width:100%;
	height:220px;
	/*background:#404040;*/
	/*background:#7d848a;*/
	/*background:#bdbdbd;*/
	/*background:url(../Images/footbg.jpg) no-repeat;*/
	border-top:solid 5px #0c344e;
}
#fdiv{
/*	padding-top:10px;
	padding-bottom:10px;
*/	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	height:140px;
	width:100%;
	border-bottom:#FFF 4px double;
	background:url(../Images/footbg.jpg) no-repeat;
}
#fdiv #f1{
	width:410px;
	float:left;
	/*padding-left:10px;*/
	padding-left:2px;
	height:100%;
}
.name{
	font-family:Tahoma, Geneva, sans-serif;
	/*font-size:30px;*/
	font-size:12px;
	/*padding-left:10px;*/
	padding-left:55px;
	/*padding-top:30px;*/
	padding-top:6px;
	/*text-align:center;*/
	font-weight:bold;
	color:#121212;
}
#fdiv #f2{
	float:left;
	/*width:250px;*/
	/*width:300px;*/
	/*width:280px;*/
	height:100%;
}
.img_holder{
	width:90%;
	height:100%;
	margin:0 auto 0;
	/*padding-top:10px;*/
	/*padding-bottom:10px;*/
	padding-bottom:18px;
	/*padding-left:22px;*/
	padding-left:125px;
}
#fdiv #f3{
	/*width:280px;*/
	width:300px;
	float:right;
	height:100%;
	padding-left:30px;
}
.f_para{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	/*text-align:center;*/
	text-align:left;
	/*padding-right:20px;
	padding-top:10px;*/
	padding-right:5px;
	padding-left:5px;
	color:#121212;
}
.footer_title{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-right:20px;
	padding-top:20px;
}
#fdiv_links{
	width:100%;
	height:50px;
	background:#0c344e;
}
.flink_holder{
	/*width:690px;*/
	width:850px;
	width:190px;
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding-top:10px;
	color:#fff;
}
.flink_holder a{
	text-decoration:none;
	color:#fff;
}
.flink_holder a:hover{
	text-decoration:underline;
}
.caption{
	color:#464646;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:60px;
}
.chapters{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#0c344e;
}
/*For About_Us Page*/
#page #abt_cont{
	width:100%;
	height:390px;
	background:#EBE7E0;
}
#page #abt_cont #abt_column1{
	width:250px;
	height:390px;
	float:left;
	background:#EBE7E0;
}
#page #abt_cont #abt_column2{
	width:750px;
	height:390px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #abt_cont #abt_column2 #abt_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Call for Abstracts Page*/
#page #cfa_cont{
	width:100%;
	height:360px;
	background:#EBE7E0;
}
#page #cfa_cont #cfa_column1{
	width:250px;
	height:360px;
	float:left;
	background:#EBE7E0;
}
#page #cfa_cont #cfa_column2{
	width:750px;
	height:360px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #cfa_cont #cfa_column2 #cfa_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Venue Page*/
#page #ven_cont{
	width:100%;
	height:370px;
	background:#EBE7E0;
}
#page #ven_cont #ven_column1{
	width:250px;
	height:370px;
	float:left;
	background:#EBE7E0;
}
#page #ven_cont #ven_column2{
	width:750px;
	height:370px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #ven_cont #ven_column2 #ven_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For About_IIM Page*/
#page #abt_iim_cont{
	width:100%;
	height:450px;
	background:#EBE7E0;
}
#page #abt_iim_cont #abt_iim_column1{
	width:250px;
	height:450px;
	float:left;
	background:#EBE7E0;
}
#page #abt_iim_cont #abt_iim_column2{
	width:750px;
	height:450px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #abt_iim_cont #abt_iim_column2 #abt_iim_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For ATM_Structured_Sessions Page*/
#page #sessions_cont{
	width:100%;
	height:800px;
	background:#EBE7E0;
}
#page #sessions_cont #sessions_column1{
	width:250px;
	height:800px;
	float:left;
	background:#EBE7E0;
}
#page #sessions_cont #sessions_column2{
	width:750px;
	height:800px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #sessions_cont #sessions_column2 #sessions_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Sponsorship Page*/
#page #spon_cont{
	width:100%;
	height:750px;
	background:#EBE7E0;
}
#page #spon_cont #spon_column1{
	width:250px;
	height:750px;
	float:left;
	background:#EBE7E0;
}
#page #spon_cont #spon_column2{
	width:750px;
	height:750px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #spon_cont #spon_column2 #spon_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
#for_forms{
	padding-left:10px;
	padding-right:10px;
}
.conlab{
	color:#0c344e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}
/*For the Contact Page*/
#page #con_cont{
	width:100%;
	height:650px;
	background:#EBE7E0;
}
#page #con_cont #con_column1{
	width:250px;
	height:650px;
	float:left;
	background:#EBE7E0;
}
#page #con_cont #con_column2{
	width:750px;
	height:650px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #con_cont #con_column2 #con_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
#page #con_cont #con_column2 #con_mat #add{
	width:70%;
	float:left;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#page #con_cont #con_column2 #con_mat #con_form{
	width:50%;
	float:right;
}
.dwnld{
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0c344e;
	list-style:square;
	padding-left:20px;
}
.dwnld_ul{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#page #con_cont #con_column2 #con_mat #con_table{
	width:100%;
}
.info{
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
/*For Technical Sessions Page*/
#page #tech_cont{
	width:100%;
	height:1400px;
	background:#EBE7E0;
}
#page #tech_cont #tech_column1{
	width:250px;
	height:1400px;
	float:left;
	background:#EBE7E0;
}
#page #tech_cont #tech_column2{
	width:750px;
	height:1400px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #tech_cont #tech_column2 #tech_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Metallograpgy_Contest Page*/
.alpha{
	margin-left:30px;
	list-style:lower-latin;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
/*For Organizing_Committee Page*/
#page #comm_cont{
	width:100%;
	height:600px;
	background:#EBE7E0;
}
#page #comm_cont #comm_column1{
	width:250px;
	height:600px;
	float:left;
	background:#EBE7E0;
}
#page #comm_cont #comm_column2{
	width:750px;
	height:600px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #comm_cont #comm_column2 #comm_mat{
	width:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Downloads Page*/
#page #dwn_cont{
	width:100%;
	height:450px;
	background:#EBE7E0;
}
#page #dwn_cont #dwn_column1{
	width:250px;
	height:450px;
	float:left;
	background:#EBE7E0;
}
#page #dwn_cont #dwn_column2{
	width:750px;
	height:450px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #dwn_cont #dwn_column2 #dwn_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*For Tours_Travels Page*/
#page #tours_cont{
	width:100%;
	height:850px;
	background:#EBE7E0;
}
#page #tours_cont #tours_column1{
	width:250px;
	height:850px;
	float:left;
	background:#EBE7E0;
}
#page #tours_cont #tours_column2{
	width:750px;
	height:850px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #tours_cont #tours_column2 #tours_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
.plinks{
	color:#06F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;	
}
.plinks a{
	text-decoration:none;
}
.plinks a:hover{
	text-decoration:underline;
	color:#0c344e;
}
.superscript{font-size:xx-small; vertical-align:top;} 

/*Registration */
#page #reg_cont{
	width:100%;
	height:600px;
	background:#EBE7E0;
}
#page #reg_cont #reg_column1{
	width:250px;
	height:600px;
	float:left;
	background:#EBE7E0;
}
#page #reg_cont #reg_column2{
	width:750px;
	height:600px;
	float:right;
	padding-left:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #reg_cont #reg_column2 #reg_mat{
	width:94%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
/*Sign_in menu */
#page #signin_cont{
	width:100%;
	height:600px;
	background:#EBE7E0;
}
#page #signin_cont #signin_column1{
	width:250px;
	height:600px;
	float:left;
	background:#EBE7E0;
}
#page #sigin_cont #sigin_column2{
	width:750px;
	height:600px;
	float:right;
	padding-right:10px;
	background:#EBE7E0;
	border-left:#333333 1px ridge;
}
#page #sigin_cont #sigin_column2 #sign_mat{
	width:50%;
	height:94%;
	background:#EBE7E0;
	padding-bottom:10px;
	padding-left:10px;
	margin:0 auto 0;
}
.admin{
	width:35%;
	margin:0;
	padding:0;
}
.admin_big{
	width:60%;
	margin:0;
	padding:0;
}
#top_admin{
	width:100%;
	margin:0;
}
.top_admin_left{
	float:left;
	width: 55%;
	padding-right:10px;
}
.top_admin_right{
	float:right;
	width: 35%;
	text-align:left;
}
/*For the Logged In Welcome Page*/
#page #logged_cont{
	width:100%;
	/*height:500px;
	background:#EBE7E0;*/
	height:40px;
}
#page #logged_cont #logged_cont_wrap{
	width:100%;
	margin:0 auto 0;
	/*height:500px;
	background:#EBE7E0;*/
	height:40px;
}
#page #logged_cont #logged_cont_wrap #welcome{
	width:1024px;
	margin:0 auto 0;
	height:100;
	/*background:#0c344e;*/
}
#welcome_left{
	width:700px;
	float:left;
}
#page #logged_cont #logged_cont_wrap #welcome #welcome_right{
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:8px;
	font-family:Verdana, Geneva, sans-serif;
	color:#0c344e;
	/*font-size:22px;*/
	font-size:18px;
	/*background:#FFF;*/
}
#menu_wrap{
	width:98%;
	margin:0 auto 0;
}
/* main menu styles */
#lognav,#lognav ul{
	/* background-image:url(../Images/tr75.png);*/
	list-style:none;
	margin:0;
	padding:0;
}
#lognav{
    height:41px;
    padding-left:5px;
    padding-top:5px;
    position:relative;
    z-index:2;
}
#lognav ul {
    left:-9999px;
    position:absolute;
    top:37px;
    width:auto;
}
#lognav ul ul {
    left:-9999px;
    position:absolute;
    top:0;
    width:auto;
}
#lognav li {
    float:left;
    margin-right:5px;
    position:relative;
}
#lognav li a {
    background:#c1c1bf;
    color:#000;
    display:block;
    float:left;
    /*font-size:16px;*/
	font-size:12px;
    padding:8px 10px;
    text-decoration:none;
}
#lognav > li > a {
	-ms-border-radius:6px;
    -moz-border-radius:6px;
    /*-webkit-border-radius:6px;*/
	-webkit-border-radius:10px;
    -o-border-radius:6px;
    border-radius:6px;
	overflow:hidden;
}
#lognav li a.fly {
    background:#c1c1bf url(../Images/arrow.gif) no-repeat right center;
	/*background:#0c344e url(../Images/arrow.gif) no-repeat right center;*/
    padding-right:15px;
	color:#fff;
}
#lognav ul li {
    margin:0;
}
#lognav ul li a {
    width:120px;
}
#lognav ul li a.fly {
    padding-right:10px;
}

/*hover styles*/
#lognav li:hover > a {
    background-color:#858180;
	/*background-color:#0c344e;*/
    color:#fff;
}

/*focus styles*/
    #lognav li a:focus {
    outline-width:0;
}

/*popups*/
#lognav li a:active + ul.dd,#lognav li a:focus + ul.dd,#lognav li ul.dd:hover {
    left:0;
}
#lognav ul.dd li a:active + ul,#lognav ul.dd li a:focus + ul,#lognav ul.dd li ul:hover {
    left:140px;
}
/*Navigation ends*/
.help{
	background:#fff;
	float:right;
	color:#0c344e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
.help a span{
	text-decoration:none;
	color:#0c344e;
}
.help a span:hover{
	text-decoration:none;
	color:#oc344e;
}
/*Styling for Log Menu ends*/
/*New Nav*/
#navmenu > ul, #navmenu > ul li, #navmenu > ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navmenu > ul {
	/*position: relative;*/
	z-index: 597;
}
#navmenu > ul li {
	float: left;
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
}
#navmenu > ul li.hover, #navmenu > ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-color:#858180;
	color:#121;
}
#navmenu > ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
#navmenu > ul ul li {
	float: none;
}
#navmenu > ul ul ul {
	top: 1px;
	left: 99%;
}
#navmenu > ul li:hover > ul {
	visibility: visible;
}
/* Align last drop down RTL */
#navmenu > ul > li.last ul ul {
	left: auto !important;
	right: 99%;
}
#navmenu > ul > li.last ul {
	left: auto;
	right: 0;
}
#navmenu > ul > li.last {
	text-align: right;
}
/* Theme Styles */
#navmenu > ul {
	font-family:Verdana, Geneva, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
	/*background: #1e1e1e;
	background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
	background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
	background: linear-gradient(top, #1e1e1e 0%, #040404 100%);*/
	width: auto;
	zoom: 1;
}
#navmenu > ul:before {
	content: '';
	display: block;
}
#navmenu > ul:after {
	content: '';
	display: table;
	clear: both;
}
#navmenu > ul li a {
	display: inline-block;
	padding: 10px 22px;
}
#navmenu > ul > li.active, #navmenu > ul > li.active:hover {
	background-color: #858180;
}
#navmenu > ul > li > a:link, #navmenu > ul > li > a:active, #navmenu > ul > li > a:visited {
	color: #000;
}
#navmenu > ul > li > a:hover {
	color: #000;
	/*background-color:#f5f5f5;*/
	background-color:#c1c1c1;
}
#navmenu > ul ul ul {
	top: 0;
}
#navmenu > ul li li {
	background-color: #ffffff;
	/*border-bottom: 1px solid #ebebeb;*/
	/*font-size: 12px;*/
	font-size:11px;
}
#navmenu > ul li.hover, #navmenu > ul li:hover {
	background-color: #F5F5F5;
	/*background-color:#858180*;*/
}

#navmenu > ul > li.hover, #navmenu > ul > li:hover {
	background-color:#c1c1c1;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}
#navmenu > ul a:link, #navmenu > ul a:visited {
	color: #9a9a9a;
	text-decoration: none;
}
#navmenu > ul a:hover {
	color: #121212;
}
#navmenu > ul a:active {
	color: #121212;
}
#navmenu > ul ul {
	border: 1px solid #CCC 9;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
	width: 150px;
}
/*Styling for the Navigation ends*/
.rupee{
	font-family:"Rupee Foradian";
}
@font-face{
	font-family:"Rupee Foradian";
	src:url(../Fonts/Rupee_Foradian.ttf);
}