/* Main Menu Starts from here */
#smoothmenu1 ul li a .rightarrowclass{
	border-bottom: 3px solid transparent;
    border-left: 5px solid white;
    border-top: 3px solid transparent;
    float: right;
    height: 0;
    width: 0;
    background-image: none;
    position: relative;
    top: 5px;
}
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    width: 1000px;
    margin: 0 auto;
    background-color: #d24b07;
}
#menu:before,
#menu:after {
    content: "";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    zoom:1;
}
#menu li {
    float: left;
    border-right: 1px solid #ff742e;
    position: relative;
    margin-left: 0px;
}

#menu a {
    float: left;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover > a {
    color: #fafafa;
	background-color:#bf4000;
}

*html #menu li a:hover { /* IE6 only */
    color: #fafafa;
}
#menu ul {
    margin: 20px 0 0 0;
    _margin: 0; /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;    
    background: #444;   
    background: linear-gradient(#444, #111);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu ul ul {
    top: 0;
    left: 175px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0; /*IE6 only*/
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

#menu ul li:last-child {   
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    width: 155px;
    _height: 10px; /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;   
}

#menu ul li:last-child > a {
    border-radius: 0 0 3px 3px;
}


/* Left Menu Starts From Here */
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#cssmenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a3a;
	padding: 12px 0px 12px 10px;
	/* border-radius: 5px 5px 0px 0px; */
	border: 1px solid #1682ba;
	text-transform:uppercase;
	background: rgb(254, 252, 234); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254, 252, 234, 1) 0%,
		rgba(241, 218, 54, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254,
		252, 234, 1)), color-stop(100%, rgba(241, 218, 54, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254, 252, 234, 1) 0%,
		rgba(241, 218, 54, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254, 252, 234, 1) 0%,
		rgba(241, 218, 54, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254, 252, 234, 1) 0%,
		rgba(241, 218, 54, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254, 252, 234, 1) 0%,
		rgba(241, 218, 54, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#fefcea',
		endColorstr='#f1da36', GradientType=0); /* IE6-9 */
}

#cssmenu ul ul {
	display: none;
}

.align-right {
	float: right;
}
.menucolor{
	 background: #ff5500;
	
}
#cssmenu>ul>li>a {
	padding: 12px;
	border-left: 1px solid #1682ba;
	border-right: 1px solid #1682ba;
	border-top: 1px solid #1682ba;
	cursor: pointer;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #36aae7;
	background: -webkit-linear-gradient(#36aae7, #1fa0e4);
	background: -moz-linear-gradient(#36aae7, #1fa0e4);
	background: -o-linear-gradient(#36aae7, #1fa0e4);
	background: -ms-linear-gradient(#36aae7, #1fa0e4);
	background: linear-gradient(#36aae7, #1fa0e4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#cssmenu ul > li.has-sub > a.has-exp > span:after {
  position: absolute;
  right: 23px;
  top: 14px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a.has-exp > span:before {
  position: absolute;
  right: 19px;
  top: 18px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.has-exp{}
#cssmenu ul > li.has-sub.open > a.has-exp > span:after,
#cssmenu ul > li.has-sub.open > a.has-exp > span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cssmenu>ul>li>a:hover,#cssmenu>ul>li.active>a,#cssmenu>ul>li.open>a {
	color: #eeeeee;
	background: #1fa0e4;
	background: -webkit-linear-gradient(#1fa0e4, #1992d1);
	background: -moz-linear-gradient(#1fa0e4, #1992d1);
	background: -o-linear-gradient(#1fa0e4, #1992d1);
	background: -ms-linear-gradient(#1fa0e4, #1992d1);
	background: linear-gradient(#1fa0e4, #1992d1);
}

#cssmenu>ul>li.open>a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px
		rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #1682ba;
}

#cssmenu>ul>li:last-child>a,#cssmenu>ul>li.last>a {
	border-bottom: 1px solid #1682ba;
}
.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.holder::after,.holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.holder::after {
	top: 14px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#cssmenu>ul>li>a:hover>span::after,#cssmenu>ul>li.active>a>span::after,#cssmenu>ul>li.open>a>span::after
	{
	border-color: #eeeeee;
}

.holder::before {
	top: 15px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit;
}

#cssmenu ul ul li a {
	cursor: pointer;
	border-bottom: 1px solid #32373e;
	border-left: 1px solid #32373e;
	border-right: 1px solid #32373e;
	padding: 12px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	color: #eeeeee;
	background: #49505a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li.open>a,#cssmenu ul ul li.active>a
	{
	background: #424852;
	color: #ffffff;
}

#cssmenu ul ul li:first-child>a {
	box-shadow: none;
}

#cssmenu ul ul ul li:first-child>a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
	padding-left: 18px;
}

#cssmenu>ul>li>ul>li:last-child>a,#cssmenu>ul>li>ul>li.last>a {
	border-bottom: 0;
}

#cssmenu>ul>li>ul>li.open:last-child>a,#cssmenu>ul>li>ul>li.last.open>a
	{
	border-bottom: 1px solid #32373e;
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
	border-bottom: 0;
}

#cssmenu ul ul li.has-sub>a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#cssmenu ul ul ul li.has-sub>a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#cssmenu ul ul li.active>a::after,#cssmenu ul ul li.open>a::after,#cssmenu ul ul li>a:hover::after
	{
	border-color: #fff;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}




/* .ddsmoothmenu {
	font: bold 12px 'Lucida Grande', Helvetica, Arial;
	width: 100%;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
Top level list items
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
Top level menu link items style
.ddsmoothmenu ul li a {
	display: block;
	color: white;
	padding: 7px 15px;
	color: #2d2b2b;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { IE6 hack to get sub menu links to behave correctly
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}
.ddsmoothmenu ul li a.selected { CSS class that's dynamically added to the currently active menu items' LI A element
	background: #018cd3 !important;
	color: white;
}
.ddsmoothmenu ul li a:hover {
	background: #018cd3; background of menu items during onmouseover (hover state)
	color: white;
}
sub menus
.ddsmoothmenu ul li ul {
	background-color:#014f77;
	position: absolute;
	left: -3000px;
	display: none; collapse all sub menus to begin with
	visibility: hidden;
}
Sub level menu list items (alters style from Top level List Items)
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
All subsequent sub menu levels vertical offset after 1st level sub menu
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
Sub level menu links style
.ddsmoothmenu ul li ul li a {
	font: normal 13px 'Lucida Grande', Helvetica, Arial;
	width: 160px; width of sub menus
	padding: 6px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #FFF;
}
Holly Hack for IE \
* html .ddsmoothmenu {
	height: 1%;
} Holly Hack for IE7 and below
######### CSS classes applied to down and right arrow images  #########

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
######### CSS for shadow added to sub menus  #########

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #ccc; generally should be just a little lighter than the box-shadow color for CSS3 capable browsers
}
.toplevelshadow {
	margin: 5px 0 0 5px; in NON CSS3 capable browsers gives the offset of the shadow
	opacity: 0.8; shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE
}
.ddcss3support .ddshadow.toplevelshadow {
	margin: 0; in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that *//* opacity: 1; optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity
} */



