@charset "UTF-8";
/* 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;
}