ul
{ 
	list-style: none;
	position: absolute;
	z-index: 999;
	font-size: 12px;
	font-weight: bold;
} 

ul a
{
	display: block;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

ul a:hover
{ 
	color: #ffffff;
	text-decoration: none;
}

ul #menuitem_1 a
{ 
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem1.gif) left no-repeat;
	background: #1280ff;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
	font-weight: bold;
}

ul #menuitem_1 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	margin: 0 5px 0 0;
	padding: 3px 10px 33px 5px;
	background: #006ce4 url(../images/bckg_menuitem_hover.gif) right bottom no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

ul #menuitem_2 a
{ 
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem2.gif) left no-repeat;
	background: #fa8200;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
	font-weight: bold;
}

ul #menuitem_2 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	margin: 0 5px 0 0;
	padding: 3px 10px 33px 5px;
	background: #f16d03 url(../images/bckg_menuitem_hover.gif) right bottom no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

ul #menuitem_3 a
{ 
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem3.gif) left no-repeat;
	background: #139600;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
	font-weight: bold;
}

ul #menuitem_3 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	margin: 0 5px 0 0;
	padding: 3px 10px 33px 5px;
	background: #139500 url(../images/bckg_menuitem_hover.gif) right bottom no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

ul #menuitem_4 a
{ 
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem4.gif) left no-repeat;
	background: #ee3124;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
	font-weight: bold;
}

ul #menuitem_4 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	margin: 0 5px 0 0;
	padding: 3px 10px 33px 5px;
	background: #f31107 url(../images/bckg_menuitem_hover.gif) right bottom no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

ul #menuitem_5 a
{ 
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem5.gif) left no-repeat;
	background: #808080;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
	font-weight: bold;
}

ul #menuitem_5 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	margin: 0 5px 0 0;
	padding: 3px 10px 33px 5px;
	background: #666666 url(../images/bckg_menuitem_hover.gif) right bottom no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*ul #menuitem_5 a:hover
{
	height: 16px;
	line-height: 16px;
	width: 179px;
	background: url(../images/bckg_menuitem5_hover.gif) left no-repeat;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
}*/

ul .menuitem_active a
{
	height: 16px;
	line-height: 16px;
	width: 145px;
	background: url(../images/bckg_menuitem_hover.gif) left no-repeat;
	margin: 0 5px 0 0;
	padding: 3px 10px 3px 5px;
}

ul li
{ 
	float: left; 
	position: relative; 
}

ul li ul
{ 
	list-style: none;
	position: absolute;
	left: -17px;
	top: 100%;
	display: none;
	width: 162px;
	font-size: 12px;
	color: #ffffff;
	background: #152e55;
}

ul li ul a
{
	width: 140px;
	padding: 2px 5px 2px 17px;
	color: #dbe8ee;
	background: #152e55 url(../images/icon_arrow6.gif) left no-repeat;
}

ul li ul a:hover
{ 
	color: #ffffff;
	background: #152e55 url(../images/icon_arrow4.gif) left no-repeat;
}

ul li:hover ul
{
	display: block;
}

ul li:hover ul li ul
{
	display: none;
} 

ul li ul li:hover ul
{ 
	display: block; 
	position: absolute; 
	left: 140px; 
	top: -1px; 
	border-left: 1px solid #FFF; 
}
