﻿/*** DROP MENU TAGS ***/
.dropTitle {
	color:#e4422b; 
	font-weight:bold;
}
.dropTitle a {
	color:#076caa;
	text-decoration:none;
}
.dropTitle a:visited {
	color:#076caa;
	text-decoration:none;
}
.dropTitle a:hover {
	color:#076caa;
	text-decoration:underline;
}
.dropIconPosition {
	float:left; 
	margin:0 6px 0 8px;
}
.dropMenuItem {
	padding:10px 15px 5px 15px;
	color:#333333;
	margin:0px 7px 0px 2px;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
.dropMenuItemOver {
	padding:10px 15px 5px 15px;
	color:#333333;
	background-color:#cdedf8;
	border-top:solid 1px #00a6c8;
	border-bottom:solid 1px #00a6c8;
	margin:0px 7px 0px 2px;
	cursor: pointer;
}

.dropdownTopBg1 {
	background-repeat: no-repeat;
	background-position: top left;
	width: 300px;
	height: 9px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownTopBg1[class] {
	background-image: url(/images/dropdown_top1s.png);
}

.dropdownTopBg {
	background-repeat: no-repeat;
	background-position: top left;
	width: 300px;
	height: 9px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownTopBg[class] {
	background-image: url(/images/dropdown_tops.png);
}

.dropdownFeatureBg {
	background-repeat: repeat-y;
	background-position: top left;
	padding-right: 13px;
	width: 300px;
	color:#333333;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownFeatureBg[class] {
	background-image: url(/images/dropdown_featurebgs.png);
}

.dropdownDivider {
	border-top:solid 1px #00a6c8;
	height:1px;
	overflow:hidden;
	margin-top:5px;
	width:285px;
	margin-left:5px;
}

.dropdownBgL {
	background-repeat: repeat-y;
	background-position: top left;
	width: 186px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBgL[class] {
	background-image: url(/images/dropdown_bgl.png);
}

.dropdownBgR {
	background-repeat: repeat-y;
	background-position: top right;
	width: 191px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBgR[class] {
	background-image: url(/images/dropdown_bgr.png);
}

.dropdownBg {
	background-repeat: repeat-y;
	background-position: top left;
	width: 300px;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBg[class] {
	background-image: url(/images/dropdown_bg.png);
}

.dropdownBottomBg {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 300px;
	height: 15px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBottomBg[class] {
	background-image: url(/images/dropdown_bottoms.png);
}


.dropdownTopBgOld {
	background-repeat: no-repeat;
	background-position: top left;
	width: 377px;
	height: 11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownTopBgOld[class] {
	background-image: url(/images/menu/dropdown_top.png);
}

.dropdownFeatureBgOld {
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 13px;
	width: 377px;
	color:#333333;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownFeatureBgOld[class] {
	background-image: url(/images/menu/dropdown_featurebg.png);
}

.dropdownBgLOld {
	background-repeat: repeat-y;
	background-position: top left;
	width: 186px;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBgLOld[class] {
	background-image: url(/images/menu/dropdown_bgl.png);
}

.dropdownBgROld {
	background-repeat: repeat-y;
	background-position: top right;
	width: 191px;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBgROld[class] {
	background-image: url(/images/menu/dropdown_bgr.png);
}

.dropdownBottomBgOld {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 377px;
	height: 19px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownBottomBgOld[class] {
	background-image: url(/images/menu/dropdown_bottom.png);
}

.dropMenuItemSub {
	padding:2px 15px 2px 15px;
	color:#333333;
	margin:0px 7px 0px 2px;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
.dropMenuItemSubOver {
	padding:2px 15px 2px 15px;
	color:#333333;
	background-color:#cdedf8;
	border-top:solid 1px #00a6c8;
	border-bottom:solid 1px #00a6c8;
	margin:0px 7px 0px 2px;
	cursor: pointer;
}

.dropdownSubMenu {
	position:absolute;
	left:280px;
	margin-top:-10px;
	display:none;
}

.dropdownSubTopBg {
	background-repeat: no-repeat;
	background-position: top left;
	width: 300px;
	height: 7px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownSubTopBg[class] {
	background-image: url(/images/pop_top.png);
}

.dropdownSubBg {
	background-repeat: repeat-y;
	background-position: top left;
	width: 300px;
	font-size:11px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownSubBg[class] {
	background-image: url(/images/pop_slice.png);
}

.dropdownSubBottomBg {
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 300px;
	height: 7px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.dropdownSubBottomBg[class] {
	background-image: url(/images/pop_bottom.png);
}


/*** MENU TAGS ***/
.menuBG {
	background-image:url(/images/bg_nav.gif);
	height:32px; 
	background-repeat:no-repeat;
}
.menuLink {
	float:left; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;  
	color:#ffffff;
	font-size:12px;
	height:25px;
	display:block;
	text-align:center;
}
.menuLink a ,
.menuLink a:visited {
	padding:7px 18px 0 18px;
	text-decoration:none;
	color:#ffffff;
	height:24px;
	display:block;
}
.menuLink a:hover {
	padding-right:12px;
	text-decoration:none;
	color:#0375a2;
	height:24px;
	display:block;
}

.menuActive {
	background-image:url(/images/menubg_over.gif);
	background-repeat:no-repeat;
}
.menuSelected {
	height: 32px;
	background-image:url(/images/menubg_on.gif);
	background-repeat:no-repeat;
}