/* CSS Document */

/* general style propertyies */

.Level1 { background: url(/images/nav_item_BG.gif) repeat-y top left;}

.Level1 div { background: url(/images/spacer.gif) repeat-y top left;}

.Level1 div a div { background: url(/images/spacer.gif) no-repeat top left; 
	padding: 0px 40px 0px 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFE79C;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	}

.Level2 { background: url(/images/subnav_item_BG.gif) repeat-y top left;}

.Level2 div { background: url(/images/subnav_divider.gif) no-repeat top left;
	padding: 0px 45px 0px 16px;
	text-align: right;
	}

.Level2 div a div { background: url(/images/spacer.gif) no-repeat top left;
	padding: 3px 10px 3px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	}

a.link_Level1:link, a.link_Level1:visited, a.link_Level1:hover, a.link_Level1:active { color: #FFE79C;
	text-decoration: none;
	}

a.link_Level2:link, a.link_Level2:visited, a.link_Level2:hover, a.link_Level2:active{ color: #FFFFFF;
	text-decoration: none;
	}

a.link_Level2:hover div, a.link_Level2:active div { background: url(/images/subnav_BG_h.gif) no-repeat top right;
	}

#nav_A-00 { background-image: url(/images/nav_A-00_BG.gif); }

#nav_A-00 div { background: url(/images/spacer.gif) no-repeat top left; }

#rolloverBoxContainer { height: 64px;
	padding: 0px;
	margin: 0px;
	}

#rolloverBox { background: url(/images/rollover_box_BG.gif) repeat-y bottom left;
	padding: 0px 38px 10px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B5B05;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	height: 52px;
	overflow: display;
	}

.rolloverDescription { padding-top: 6px; }
