@charset "UTF-8";


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
}

.dropdown{
	float:left;
	width:100%;
}

ul.dropdown li {
 float: left;
 line-height: 34px;
 vertical-align: middle;
/* background-image:url(../images/img13.gif);
 background-repeat:no-repeat;
 background-position:right;*/ 
 zoom: 1;
 border-right:1px solid #0461B8;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li, ul.dropdown ul li a {
 float: none;
 display:block;
 background-color: #008AF7;
 background-image:none;
 margin:0 0 0 0;
 padding:0 0 0 0;
 font-size:12px;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

.dropdown .dir li{
	text-indent:10px;
	width:100%;
	padding:0px;
	margin:0px;
	line-height:25px;
	float:left;
	height:25px;
	border-right:1px solid #014376;
}

.dropdown .dir li a{
	line-height:25px;
	height:25px;
	padding:0px;
	margin:0px;
}

.dropdown .dir ul li a:hover{
	display:block;
	background-color:#393C39;
}	

<!--default.css start-->

@charset "UTF-8";


<!--helper css start-->
* {
 margin: 0;
 padding: 0;
}

p { margin-bottom: 1em; }

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}

h1,h2,h3 {
 margin-bottom: .5em;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 line-height: normal;
 font-size:12px;
 font-weight: bold;
}

h1 {
 border-bottom: solid 1px #d9d9d9;
 font-weight: normal;
 font-size: 180%;
 text-indent: 5px;
 letter-spacing: -1px;
}

.dropdown-upward {
 margin-top: 400px !important;
}

<!--helper css end-->



/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
}

	ul.dropdown li{
	 line-height:34px;
	 /*background-color: #008AF7;*/ 
	 color: #ffffff;
	  display:block;
	  height:34px;
	background-image:url(images/mcurve3.gif);
	background-repeat:repeat-x;
	background-position:center top;
	padding:0 0 0 0;
	margin:0 0 0 3px;
	float:left;
	}
	
	ul.dropdown li a{
		float:left;
		display:block;
	padding:0 39px 0 38px;
	margin:0px;
	
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #;
	 color: #000000;
	 font-weight:bold;
	 display:block;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #ffffff; text-decoration: none; font-weight:bold; }
	ul.dropdown a:hover		{ color: #FFF300; text-decoration: none; font-weight:bold; }
	ul.dropdown a:active	{ color: #FFF300; text-decoration: none; font-weight:bold; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 180px;
	 margin-top: 0px;
	 z-index:500;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 0;
	height:34px;
	float:left;
	line-height:34px;
	margin:0px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/*ul.dropdown *.dir span, ul.dropdown li span {
	background-image:url(images/mcurve2.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	display:block;
	padding:0 0 0 0;
}*/
ul.dropdown *.dir{
	background-image:url(images/mcurve3.gif);
	background-repeat:repeat-x;
	background-position:center top;
}

ul.dropdown-upward *.dir {
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
}

.menu{
	width:100%;
	float:left;
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:34px;
}

ul.dropdown .active {
	background-image:url(images/overcurve3.gif);
	display:block;
}

ul.dropdown .active a {
	color:#000000;
	background-image:url(images/overcurve1.gif);
	display:block;
	}
ul.dropdown .active span {
	color:#000000;
	background-image:url(images/overcurve2.gif);
	float:left;
	display:block;
}

ul.dropdown .active a:hover

{
	color:#000000;
}

<!--default.css end-->