/** IE bugs: a:link, a:visited, a:hover need to be styled as well; does not display separator... workaround? */
/** customize colors here */
body{
background-color:#FFFFFF;
}
a.mainlevel, a.mainlevel_active, a.mainlevel_current,
a.mainlevel:link, a.mainlevel_active:link, a.mainlevel_current:link, a.mainlevel:visited, a.mainlevel_active:visited, a.mainlevel_current:visited {
	color: #FFC600; /*text color*/
	background-image: url(../images/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*LAST MENU ITEM WITH OUT BACKGROUND COLOR STARTS*/
a.mainlevel_last_item, a.mainlevel_last_item_active, a.mainlevel_last_item_current,
a.mainlevel_last_item:link, a.mainlevel_last_item_active:link, a.mainlevel_last_item_current:link, a.mainlevel_last_item:visited, a.mainlevel_last_item_active:visited, a.mainlevel_last_item_current:visited {
	color: #FFC600; /*text color*/
	/*background-image: url(../images/menu_separator.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
}
/*LAST MENU ITEM WITH OUT BACKGROUND COLOR ENDS*/

a.mainlevel:hover, a.mainlevel_active:hover, a.mainlevel_current:hover {
/*  background is in the main css file now */
	/*background-image: url(../images/menu_bg_rollover.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	background-color:#D9D6D7;
}

/*MENU ITEM LAST HOVER COLOR STARTS*/
a.mainlevel_last_item:hover, a.mainlevel_last_item_active:hover, a.mainlevel_last_item_current:hover {
/*  background is in the main css file now */
	/*background-image: url(../images/menu_bg_rollover.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	background-color:#D9D6D7;
}
/*MENU ITEM LAST HOVER COLOR STARTS*/
ul.mainlevel ul ul a.sublevel, ul.mainlevel ul ul a.sublevel_active, ul.mainlevel ul ul a.sublevel_current,
ul.mainlevel ul ul a.sublevel:link, ul.mainlevel ul ul a.sublevel_active:link, ul.mainlevel ul ul a.sublevel_current:link,
ul.mainlevel ul ul a.sublevel:visited, ul.mainlevel ul ul a.sublevel_active:visited, ul.mainlevel ul ul a.sublevel_current:visited {
	font-weight: normal;
	background-color: #E0E0E0;
	color: #717171; /*subsub menu text*/
}

ul.mainlevel ul ul a.sublevel:hover, ul.mainlevel ul ul a.sublevel_active:hover, ul.mainlevel ul ul a.sublevel_current:hover {
	font-weight: normal;
	background-color: #D9D6D7;
	color: green; /* subsub onmouseover*/
}

ul.mainlevel ul .expanded {
	display: block;
	background-image: url("../images/arrow_right.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}


/** customize style / layout here */

a.mainlevel, a.mainlevel_active, a.mainlevel_current, span.mainlevel,
a.mainlevel:link, a.mainlevel_active:link, a.mainlevel_current:link,
a.mainlevel:visited, a.mainlevel_active:visited, a.mainlevel_current:visited,
a.mainlevel:hover, a.mainlevel_active:hover, a.mainlevel_current:hover {
	
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
/*	border: 1px solid silver;
	padding: 0.3em 0.5em 0.3em 0.5em;	/*top, right, bottom, left */
	padding: 1px 5px 5px 5px;	/* top, right, bottom, left */
}
/*MENU LAST ITEM STARTS*/
a.mainlevel_last_item, a.mainlevel_last_item_active, a.mainlevel_last_item_current, span.mainlevel_last_item,
a.mainlevel_last_item:link, a.mainlevel_last_item_active:link, a.mainlevel_last_item_current:link,
a.mainlevel_last_item:visited, a.mainlevel_last_item_active:visited, a.mainlevel_last_item_current:visited,
a.mainlevel_last_item:hover, a.mainlevel_last_item_active:hover, a.mainlevel_last_item_current:hover {
	
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
/*	border: 1px solid silver;
	padding: 0.3em 0.5em 0.3em 0.5em;	/*top, right, bottom, left */
	padding: 1px 5px 5px 5px;	/* top, right, bottom, left */
}
/*MENU LAST ITEM ENDS*/

a.sublevel, a.sublevel_active, a.sublevel_current, span.sublevel,
a.sublevel:link, a.sublevel_active:link, a.sublevel_current:link,
a.sublevel:visited, a.sublevel_active:visited, a.sublevel_current:visited,
a.sublevel:hover, a.sublevel_active:hover, a.sublevel_current:hover {
	font-weight: normal;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	display: block;
/*	border: 1px solid silver; */
	padding: 0.3em 0.5em 0.3em 0.5em;	/* top, right, bottom, left */
	padding: 0.7em 1.1em 0.7em 1.1em;	/* top, right, bottom, left */
}

a.sublevel, a.sublevel_active, a.sublevel_current,
a.sublevel:link, a.sublevel_active:link, a.sublevel_current:link,
a.sublevel:visited, a.sublevel_active:visited, a.sublevel_current:visited {
	background-color: #2f2f2f;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000; /* submenu */
	padding: 0.3em 1.1em 0.3em 1.1em;
}

a.sublevel:hover, a.sublevel_active:hover, a.sublevel_current:hover {
	background-color: #D9D9D9; /*onmouseover submenu bg*/
	padding: 0.3em 1.1em 0.3em 1.1em;
	color: #000000;
}

a.sublevel, a.sublevel_active, a.sublevel_current, span.sublevel {
	font-size: 90%;
	border-top: none;
	height: 1%;	/* this is required for the IE to cause the "hasLayout" property and make the whole anchor clickable - "Holly Hack" */
}

#active_menu,
a.mainlevel_active, a.mainlevel_current,
a.mainlevel_active:link, a.mainlevel_current:link,
a.mainlevel_active:visited, a.mainlevel_current:visited,
a.mainlevel_active:hover, a.mainlevel_current:hover {
	color: #000000;
	background-color: #D9D9D9;
}

a.sublevel_active, a.sublevel_current,
a.sublevel_active:link, a.sublevel_current:link,
a.sublevel_active:visited, a.sublevel_current:visited,
a.sublevel_active:hover, a.sublevel_current:hover {
	font-weight: normal;
}

ul.mainlevel, .mainlevel ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

ul.mainlevel li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

ul.mainlevel li li {
	position: relative;
	display: block;
	width: 10em;
}


ul.mainlevel ul {
	display: block;
	position: absolute;
	left: -999em;
	margin: -0.2em 0 0 0em;
	width: auto;
	height: auto;
	z-index: 101;
}
	
ul.mainlevel li li ul {
	margin: -1.8em 0 0 10em;
	z-index: 102;
}

ul.mainlevel li:hover ul,
ul.mainlevel li.hover ul {
	left: auto;
}

ul.mainlevel li:hover ul ul,
ul.mainlevel li.hover ul ul {
	left: -999em;
}

ul.mainlevel li:hover ul li:hover ul,
ul.mainlevel li.hover ul li.hover ul {
	left: auto;
}


ul.mainlevel, ul.mainlevel li li {
	clear: left;
}

/** separator */
span.mainlevel, span.sublevel {
	display: block;
	width: 1em;
	border-width: 0px;
	margin-left: 1em;
	padding: 0;
	padding-top: 1px;
}

/** IE5.0/win workaround: the ">" is handled like a "," */
ul.mainlevel > ul.mainlevel {
	position: absolute;
	top: 5em;	/* change the absolute position for IE5.0 here */
}
ul.mainlevel > ul.mainlevel li.hover ul {
	margin: 0.1em 0 0 0em;	/* top, right, bottom, left */
}
ul.mainlevel > ul.mainlevel li.hover ul ul {
	margin: -1.6em 0 0 10em;	/* top, right, bottom, left */
}
.heading{
font-size: 13px;
}

