.MenuItem:hover .DropDown, .MenuItemOn:hover .DropDown{
	display:block;	
}
.MenuItem, .MenuItemOn, .MenuItemDivider{
	/*
	margin-top:12px;
	width:174px;
	*/
}
.MenuItem, .MenuItemOn, .MenuItemDivider, .MenuItem_Link, .MenuItemOn .MenuItem_Left, .MenuItem .MenuItem_Right, .MenuItemOn .MenuItem_Right{
	display:block;
	float:left;
}

.MenuItem, .MenuItemOn {
	display:block;
	float:left;
	margin:0;
	padding:0;
	margin-left:-15px;
	text-decoration:none;
	height:40px;
	overflow:hidden;
}
.MenuItemOn, .MenuItem:hover{

}
a.MenuItem_Link {
	float:left;
	background:url(/images/menu_tab_left_trans.png) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

a.MenuItem_Link span, a.MenuItem_LinkLast span {
	float:left;
	display:block;
	background:url(/images/menu_tab_right.png) no-repeat right top;
	padding:12px 29px 12px 2px;
	color:#154682;
}



a.MenuItem_Link:hover, .MenuItem:hover a.MenuItem_Link, .MenuItemOn a.MenuItem_Link {	
	background-position:0px -40px;
	text-decoration:none;
}

a.MenuItem_Link:hover span, .MenuItem:hover a.MenuItem_Link span, .MenuItemOn a.MenuItem_Link span {
	background-position:0px -40px;
}



a.MenuItem_Link_Home {
	float:left;
	background:url(/images/menu_tab_home_left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	cursor:hand, pointer;
}
a.MenuItem_Link_Home span {
	float:left;
	display:block;
	background:url(/images/menu_tab_home_right.png) no-repeat right top;
	padding:16px 24px 13px 2px;
	color:#154682;
}

 

a.MenuItem_Link_Home:hover {
	background-position:0% -40px;
}
a.MenuItem_Link_Home:hover span {
	background-position:100% -40px;
}

a.MenuItem_LinkLast span {
	padding-right:16px;
}




.DropDown {
	position:absolute;
	overflow:hidden;
	display:none;
	color:#000000;
	background:#d2dee9 url(/images/menubg2.png) repeat-x;
	z-index:200;	
	margin-left:1px;
	margin-top:40px;
	font-size:9pt;
	text-align:left;
	border:1px solid #b5cbe5;
	border-top-width:1px;
}

.DropDown_Content{
	padding:12px;
}
.DropDown_Content_Left, .DropDown_Content_Center, .DropDown_Content_Right{
	display:table-cell;
}
.DropDown_Content_Left, .DropDown_Content_Right{
	padding-right:10px;
	min-width:110px;
	max-width:220px;
	width:auto !important;
	width:230px;
}
.DropDown_Content_Center{
	width:12px;
}
.DropDown_Content ul, .DropDown_Content li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.DropDown_Content ul{
	margin-top:0px;
}
.DropDown_Content ul ul{
	margin-top:0px;
}
.DropDown_Content li
{
	margin-bottom:10px;
	padding-top:0px;
}
.DropDown_Content li a{
	color:#52565c;
	font-weight:bold;
	text-decoration:none;
}	
.DropDown_Content li a:hover{
	color:#52565c;
	text-decoration:underline;
}
.DropDown_Content li li{
	background-image:url(/images/bullet_gray.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-left:12px;
}
.DropDown_Content li li a{
	color:#52565c;
	font-weight:normal;
}
.DropDown_Footer{
	padding:0px;
	background-color:#c2d4ea;
}
.DropDown_Footer a, .DropDown_Footer_Divider{
	float:left;
}
.DropDown_Footer_Divider{
	width:4px;
	height:4px;
	margin:6px 7px 0px 7px;
	background-image:url(/images/bullet_gray.jpg);
	background-repeat:no-repeat;
}

.MenuItem .MenuItem_Left{
	background-image:url(/images/menuitem_off_left.png);
}
.MenuItem .MenuItem_Right{
	background-image:url(/images/menuitem_off_right.png);
}
.MenuItemOn .MenuItem_Left, .MenuItem:hover .MenuItem_Left{
	background-image:url(/images/menuitem_on_left.png);
}
.MenuItemOn .MenuItem_Right, .MenuItem:hover .MenuItem_Right{
	background-image:url(/images/menuitem_on_right.png);
}
.MenuItemDivider{
	width:1px;
}

a.MenuItem_LinkLast:hover span {
	background:url(/images/menu_tab_right.png) no-repeat right top;
	background-position:0px -40px;
}