html{
	font-family: sans-serif;
	font-size:14px;
	}
	body{
	padding:0px;
	margin:0px;
	}
/*This is for Div Containing ul with class menu*/
.menu {
	margin: 0 auto 0 0;
	height: 40px;
}

/* This is for ul with class menu*/
ul.menu {
	list-style: none;
	border-bottom: 1px solid #ccc;
	height: 42px;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background: url(../img/background_main_nav_large.jpg);
	width: 100%;
	text-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.2);
}
/* This is for a tags which are inside ul with class menu*/
ul.menu a {
	display: block;
	color: #ebebeb;
	text-decoration: none
}
/* This is for li tags which are inside ul with class menu*/
ul.menu li {
	position: relative;
	float: left;
	margin-right: 0;
	font-size: 97%;
	/*height: 40px;*/
}

/* This is for ul tags which are inside ul with class menu(For SubMenu in Main Menu)*/
ul.menu ul {
	position: absolute;
	top: 42px;
	left: 0;
	background: #056db5;
	display: block;
	opacity: 0;
	list-style: none
}
/* This is for Sub menu li tags */
ul.menu ul li {
	position: relative;
	border: 1px solid #aaa;
	border-top: none;
	width: 148px;
	margin: 0;
}
/* This is for Sub menu li a tags */
ul.menu ul li a {
	display: block;
	/* Modified To change padding for Sub menu */
	padding: 1px 7px 1px;
	background-color: #4d4d4e;
}
/* This is for Sub menu li a tags hover efect*/
ul.menu ul li a:hover {
	background-color: #275ea3;
}
/* This is for Sub menu in submenu */
ul.menu ul ul {
	left: 148px;
	top: -1px
}
/*This is for All the Child Elements Which has class name menulink inside ul with class name menu   */
ul.menu .menulink {
	border: 1px solid #aaa;
	border: none;
	padding: 5px 7px 5px 7px;
	font-weight: bold; /*background:url(../img/header_large.gif);*/
}

/*This is for All the Child Elements Which has class name sub inside ul with class name menu   */
ul.menu .sub {
	background: #515151 url(../img/arrow_blue.gif) 136px 8px no-repeat;
	background-position-y: 13px;
	/* Added by OS for Dropdown arrow alignent */
}
/*This is for All the Child Elements Which has class name topline inside ul with class name menu   */
ul.menu .topline {
	border-top: 1px solid #aaa
}
/* This is for Hover effect for Main menu */
ul.menu .menulink:hover {
	color: #81c0f1;
}
.menu li {
	border-right: 1px solid #BBB;
}

.menu>li {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
li a { /* Commented by OS 
	display: block; */
	line-height: 2em;
	padding: 0 2px;
	color: #000;
	text-decoration: none;
}
.menu li a.mainmenuactive {
	color: #81c0f1;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul,li { /* Commented by OS 
	margin-right: 6px; */
	padding: 0;
	list-style: none;
	float: right;
}

ul {
	background: #fff;
	height: 2em;
	width: 60%;
}