/*topmenu*/

div.topmenucell, div.activetopmenucell {
	position: relative;
	float: left;
	padding-top: 4px;
}

div.topmenucell a {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #777100;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

div.activetopmenucell a {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #F6AD06;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

div.topmenucell:hover a, div.topmenucellHover a {
	color: #F6AD06;
}

div.topmenucell:hover .topsubmenu, div.topmenucellHover .topsubmenu,
div.activetopmenucell:hover .topsubmenu, div.activetopmenucellHover .topsubmenu {
	display: block;
}

div.topsubmenu {
	width: 160px;
	/*height: 100px;*/
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -10px;
	top: 22px;
	background-color: transparent;
	display: none;
}

table.topsubmenutable td.topsubmenutop {
	width: 160px;
	height: 24px;
	background-image: url("../images/topsubmenutop.gif");
	background-repeat: no-repeat;
}

table.topsubmenutable td.topsubmenumiddle {
	height: 27px;
	background-image: url("../images/topsubmenumiddle.gif");
	background-repeat: repeat-y;
	padding-left: 15px;
}

table.topsubmenutable td.topsubmenubottom {
	height: 10px;
	background-image: url("../images/topsubmenubottom.gif");
	background-repeat: no-repeat;
}

table.topsubmenutable td.topsubmenumiddle a {
	font-family: arial;
	font-size: 12px;
	/*color: #332f00;*/
	color: #777100;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 10px;
	background-image: url("../images/submenuicon1.gif");
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

table.topsubmenutable td.topsubmenumiddle a:hover {
	color: #332f00;
}

/*leftmenu*/

div.menucell, div.activemenucell {
	width: 216px;
	vertical-align: bottom;
	position: relative;
}

div.menucell a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #777100;
	padding: 5px 0px 4px 48px;
	background-image: url("../images/menuicon1.jpg");
	background-position: 32px 0px;
	background-repeat: no-repeat;
	display: block;
	font-weight: normal;
}

div.activemenucell a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #f6ad06;
	background-image: url("../images/menuicon2.jpg");
	background-repeat: no-repeat;
	padding: 5px 0px 4px 48px;
	background-position: 28px 0px;
	display: block;
	font-weight: normal;
}

div.menucell:hover a, div.menucellHover a {
	color: #f6ad06;
	background-image: url("../images/menuicon2.jpg");
	background-position: 28px 0px;
	background-repeat: no-repeat;
}

div.menucell:hover .submenu, div.menucellHover .submenu,
div.menucell:hover .submenu2, div.menucellHover .submenu2,
div.activemenucell:hover .submenu, div.activemenucellHover .submenu,
div.activemenucell:hover .submenu2, div.activemenucellHover .submenu2 {
	display: block;
} 

div.submenu {
	width: 174px;
	height: 42px;
	position: absolute;
	left: 216px;
	top: -12px;
	display: none;
}

div.submenu2 {
	width: 174px;
	height: 82px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 208px;
	top: -38px;
	display: none;
}

table.submenutoptable td.submenutop {
	background-image: url("../images/submenutop1.gif");
	background-repeat: no-repeat;
	width: 174px;
	height: 10px;
}

table.submenutable td.submenumiddle {
	height: 27px;
	background-image: url("../images/submenumiddle.gif");
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 24px;
	padding-right: 10px;
	vertical-align: middle;
}

table.submenubottomtable td.submenubottom {
	background-image: url("../images/submenubottom1.gif");
	background-repeat: no-repeat;
	height: 10px;
	width: 174px;
}

table.submenumiddletable td.submenucell {
	width: 174px;
	height: 13px;
}

table.submenumiddletable td.submenucell a {
	font-family: arial;
	font-size: 12px;
	color: #777100;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 10px;
	background-image: url("../images/submenuicon1.gif");
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

table.submenumiddletable td.submenucell a:hover {
	color: #332f00;
}

div.menucell, div.activemenucell,
div.topmenucell, div.activetopmenucell {
	behavior: url("/static/javascript/hover.htc");
}

.menuspacer {
	height: 1px;
	width:216px;
	background-image: url("../images/menuspacer.jpg");
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
