@charset "UTF-8";

ul.dropdown {
	font-weight: bold;
}

ul.dropdown li#nav_filler{
	background: url(/art/menu/menu_filler.jpg) no-repeat;
	width: 161px;
	height: 24px;
}

ul.dropdown li#nav_welcome{
	width: 123px;
	height: 24px;
}

ul.dropdown li#nav_absi{
	background: url(/art/menu/menu_about.jpg) no-repeat;
	width: 113px;
	height: 24px;
}

ul.dropdown li#nav_marketing{
	width: 117px;
	height: 24px;
}

ul.dropdown li#nav_jobs{
	width: 120px;
	height: 24px;
}

ul.dropdown li#nav_contact{
	width: 120px;
	height: 24px;
}

ul.dropdown li#nav_login{
	width: 158px;
	height: 24px;
}

ul.dropdown li {
	/*padding: 7px 10px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #fff #d9d9d9 #d9d9d9;
	background-color: #002F5B;
	color: #FFF;*/
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background-color: #002F5A;
	color: #FFF;
	/*border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFF;*/
}

ul#drop li:hover{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #FFF;
}

ul#drop li{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #002F5B;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #FFF; text-decoration: none; }
ul.dropdown a:hover		{ color: #EF6305; }
ul.dropdown a:active	{ color: #EF6305; }

ul.dropdown ul {
	width: 113px;
	margin-left: -23px;
}

ul.dropdown ul li {
	font-weight: bold;
	font-size: 100%;
	background-color: #002F5B;
	padding-left: 10px;

}

ul.dropdown *.dir {
	padding-right: 20px;
	background-image: url(images/nav-arrow-down.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown-horizontal ul *.dir {
	padding-right: 15px;
	background-image: url(images/nav-arrow-right.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
	background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
	background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
	padding-right: 10px;
	padding-left: 15px;
	background-image: url(images/nav-arrow-left.png);
	background-position: 0 50%;
}