
* {padding:0; margin:0}
#header .header-submenu .dropdown {float:left; padding-right:0px}
#header .header-submenu .dropdown dt { font: bold 12px Arial; color:#FFF; text-transform:uppercase; text-decoration:none; cursor:pointer; margin:0px; height:22px; padding-top:4px; }
#header .header-submenu .dropdown dt img { padding-left:14px; padding-right:14px;}
#header .header-submenu .dropdown dt a { background:url(../images/header/icon-arrow-yel.gif)  no-repeat left; font: bold 12px Arial; color:#FFF; padding-left:15px; text-transform:uppercase; text-decoration:none;}
#header .header-submenu .dropdown dt a:hover {background:url(../images/header/icon-arrow-grey.gif) no-repeat left #FFFFFF; font: bold 12px Arial; color:#252525; text-transform:uppercase; text-decoration:none;}

#header .header-submenu .dropdown dd {position:absolute; overflow:hidden; display:none; background:#fff; z-index:60; opacity:0;}
#header .header-submenu .dropdown ul {
    margin-top:0px;
	width:180px;
	list-style:none;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header .header-submenu .dropdown li {display:inline;}
#header .header-submenu .dropdown li a, #header .header-submenu .dropdown li a:active, #header .header-submenu .dropdown li a:visited {width:170px; display:block; color:#656870; text-decoration:none; background:#F3F3F3; padding:5px; text-transform:none; font-weight:bold;}
#header .header-submenu .dropdown li a:hover {width:170px; background:#FFFFFF; color:#252525;}
#header .header-submenu .dropdown .underline {border-bottom:3px solid #FFFFFF;}