@font-face {
    font-family: 'TimesNewRomanRegular';
    src: url('times-webfont.eot');
    src: url('times-webfont.eot?#iefix') format('embedded-opentype'),
         url('times-webfont.woff') format('woff'),
         url('times-webfont.ttf') format('truetype'),
         url('times-webfont.svg#TimesNewRomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#dropmenu, #dropmenu ul {margin:0; padding:5px; list-style-type:none; list-style-position:outside; position:relative; z-index:1001; }
#dropmenu a {
	display:block;
	/*padding:10px 20px 8px 20px;
	color:#000000;
	text-decoration:none;*/
/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #394574;
	background-image: url(../images/menu_separator.png);
	background-repeat: no-repeat;
	background-position: right bottom; height:25px;*/
}
.border_none{border: 0px;}

#dropmenu a:hover {
	/*color:#ffffff;
	background-color:#2D3139;
	background-image:url(../images/menu_bg.png);
	background-position: center top; height:25px;*/
}
#dropmenu li {float:left; position:relative; }
#dropmenu ul {position:absolute; display:none; width:140px; top:22px; left:0px; background:#ffffff}

#dropmenu ul li a{ background-image:none;/* height:20px;*/ color:#ffffff}
#dropmenu ul li a:hover {
	color: #0099CC; /*background-color:#0079A1;height:20px; */ 
}
#dropmenu li ul {background:#222222; height:auto; margin:0px; padding:0px; background-image:none}
#dropmenu li ul a {
	width:120px;
	float:left;
	padding:5px;
	font-size:12px;
	text-shadow:none;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid; border-bottom-color: #ffffff;
	color:#ffffff; background-image:none !important; text-align:left; font-family: 'CenturyGothic'; text-transform:none; 
}

#dropmenu li ul li:last-child a{border-bottom:none; text-decoration:none !important; color:#ffffff; }

.sub-menu li:last-child {text-decoration:none !important;}

#dropmenu li ul li:last-child a:hover {color: #0099CC;}

/*#dropmenu ul li a:hover{background-color:#0079A1}*/

#dropmenu ul ul {top:auto;}

#dropmenu li ul li{ background-image:none !important; margin:0px; padding:0px; height:auto;}

#dropmenu li ul ul {left:140px; margin:0px 0 0 0px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block; }

.current{color:#394574}
