@charset "UTF-8";

div.menu{
	
	width:227px;
	margin-left:10px;
	background-color:#ffffff;
	padding:0px;
	}

table.menu_button{
	
	height:43px;
	width:227px;
	padding:0px;
	margin:0px 0px 7px 0px;
	table-layout:fixed;
	
	}

td.menu-item{

	height:43px;
	width:227px;
	background-image:url('/assets/images/menuitem_0.gif');
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	text-align:left;
	overflow:hidden;
	padding:0px 0px 0px 19px;
	
	font-family:"Lucida Grande",Helvetica,Arial,Sans Serif;
	font-size:13px;
	text-transform:uppercase;
	line-height:90%;
	color:#777777;
	font-weight:bold;
	cursor:pointer;
	
	
	}
td.menu-item a{
	
	text-decoration:none;
	color:inherit;
	}
div.submenu{
	
	display:block;
	
	}

div.submenu.hidden{
	
	display:none;
	
	}

table.submenu{
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	background-color:#7a9dc9;
	width:227px;
	
	}
td.submenu_items{
	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:227px;
	
	}
	div.submenu-item{
		float:right;
		margin:0px 10px 0px 0px;
		
		}
	
	a.item{
		
		font-family:"Lucida Grande",Helvetica,Arial,Sans Serif;
		font-size:13px;
		font-weight:normal;
		text-transform:none;
		color:#b1c5df;
		background-image:url('/assets/images/menu_subitem_img_0.gif');
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:25px;
		text-decoration:none;
		}
	a.item:hover{
		
		font-family:"Lucida Grande",Helvetica,Arial,Sans Serif;
		font-size:13px;
		font-weight:normal;
		text-transform:none;
		color:#ffffff;
		background-image:url('/assets/images/menu_subitem_img_1.gif');
		background-position:right center;
		background-repeat:no-repeat;
		padding-right:25px;
		text-decoration:none;
		}

/* CSS Document */
/*table#vt-menu{
	margin:6px 0px 0px 0px;
	width:229px;
}

td.vt-menu-top{
	width:229px;
	height:23px;
	background-image:url('/assets/images/menu-background-shadetop.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

td.vt-menu-mid{
	width:229px;
	background-image:url('/assets/images/menu-background-shademid.gif');
	background-position:left top;
	background-repeat:repeat-y;
	vertical-align:top;
}

td.vt-menu-bottom{
	width:229px;
	height:20px;
	background-image:url('/assets/images/menu-background-shadebottom.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

div.vt-menu-content{
	width:207px;
	background-color:#ffffff;
	background-image:url('/assets/images/menu-background-fade.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	padding:12px 0px 30px 0px;
	margin:0px 0px 0px 10px;
}

div.menu-item{
	width:194px;
/*	height:12px;*//*
	padding:4px 0px 4px 13px;
	overflow:hidden;
}

div.sub{
	padding:4px 0px 0px 13px;
}

div.submenu{
	margin: -4px 0px 4px 0px;
}

div.menu-item a{
	text-decoration:none;
}

a.main-menu{
	width:194px;
/*	height:12px;*//*
	background-image:url('/assets/images/menu-itemarrow-folded.png');
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px;
	padding:3px 0px 0px 25px;
	font-family:Helvetica,Sans-serif;
	font-size:11px;
	color:#727f8f;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}

a.main-menu:hover{
	color:#053b7c;
}

a.sub-menu{
	width:194px;
/*	height:12px;*//*
	background-image:url('/assets/images/menu-subitemarrow-folded.png');
	background-position:7px center;
	background-repeat:no-repeat;
	margin:0px;
	padding:3px 0px 0px 33px;
	font-family:Helvetica,Sans-serif;
	font-size:11px;
	color:#727f8f;
	font-weight:normal;
	text-decoration:none;
}

a.sub-menu:hover{
	color:#053b7c;
}
*/
