/* CSS Document */
/*RedBrown Menu - A Jquery animated drop down menu
Designed and scripted by Biju Subhash (http://www.bijusubhash.com)
Dear friends,
thank you for downloading this RedBrown Menu - A Jquery animated drop down menu.
The RedBrown Menu has been brought to you by bijusubhash.com.
You can use this menu for personal and commercial purpose. The  RedBrown Menu may not be resold, sublicensed, rented, transferred or otherwise made available for use. The  RedBrown Menu may not be offered for free downloading from websites
other than bijusubhash.com.
Please link to the article in which this freebie was released if you would like to spread the word.
Biju Subhash (Graphic Designer),
www.bijusubhash.com */
@font-face {

    font-family: 'CenturyGothicRegular';

    src: url('fonts/century-gothic-regular.eot');

    src: url('fonts/century-gothic-regular.eot') format('embedded-opentype'),

         url('fonts/century-gothic-regular.woff2') format('woff2'),

         url('fonts/century-gothic-regular.woff') format('woff'),

         url('fonts/century-gothic-regular.ttf') format('truetype'),

         url('fonts/century-gothic-regular.svg#CenturyGothicRegular') format('svg');

}

@font-face {

    font-family: 'Calibri';

    src: url('fonts/calibri.eot');

    src: url('fonts/calibri.eot') format('embedded-opentype'),

         url('fonts/calibri.woff') format('woff'),

         url('fonts/calibri.ttf') format('truetype'),

         url('fonts/calibri.svg#CenturyGothicRegular') format('svg');

}
#menu {
	/*background:url(../images/menu_bg.png) no-repeat 0 -1px #1E508D;*/
	background-color:#F99B0C;
	/*font:normal 18px/36px Arial, Helvetica, sans-serif;*/
	 font-family: 'CenturyGothicRegular';
	float:left;
	width:100%;
	padding:0; /*font-size:13px;*/
}
#menu li {
	/*background:url(../images/menu_bg.png) no-repeat 0 -1px;*/
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	border-right: 1px solid #887B5E;
}
#menu li a{
	/*color:#fff;*/ font-weight:normal;
	text-decoration:none;
	padding-left:12px;
	/*padding-right:40px;*/
	padding-right:12px;
 	/*background:url(../images/menu_bg.png) no-repeat left bottom;*/
	display:block;
	float:left;
	padding-top: 7px;
padding-bottom: 7px;
font-size: 14px;
color: #221400;


}
#menu li  span{
	background:url(../images/arrow.png) no-repeat 3px 15px ;
	width:20px;
	height:35px;
	/*display:inline-block;*/
	float:left;
	top:-35px !important;
	/*position:relative;*/
	cursor:pointer;
}
#menu li ul{
 	/*background:url(../images/submenu_bg.gif) no-repeat right bottom;*/
	background-color:#F99B0C;
	padding:0;
	font-size:13px;
	display:none;
	width:200px;
	z-index:5;
	position:absolute;
	margin:0;
	float:left;
	left:0;
	top:36px;
	

}
#menu li ul li{
	background:none;
	
	width:200px;
	overflow:hidden;
	line-height:25px;
}
#menu li ul a{
	background-image:none;
	/*border-bottom:1px solid #887B5E;*/
	border-top:1px solid #887B5E;
	border-left:0px solid #171717;
	width:237px;
}
#menu li:hover ul{

	}
a:active, a:visited {
	outline:none;
	}
.overRed {
 	/*background:url(../images/over_red.png) no-repeat left top !important;*/
	background-color:#314c81;
	color:#FFFFFF !important;
	border-left:none !important;
	border-right:none !important;

}