/* CSS Document */
a, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
		color:#009DDC;
}
/*MENU ARTICLES*/
#menu_articles {
	float:left;
	margin:15px 20px 0 0;
	padding-left:10px;
	width: 140px;
	z-index:0;
}
#menu_articles ul li {	
	width:140px;
	margin-bottom:4px;
}
#menu_articles ul li ul{
	margin-left:5px;
}
#menu_articles ul a{
	display:block;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu_articles ul a:hover, #menu_articles ul li.active > a {
	color:#009DDC;
}
#menu_articles ul li li {
	background:transparent url(../images/bt_yellow_doublearrow.gif) no-repeat 0 5px;
	float:none;
	padding:0 0 0 12px;
	width:auto;
}
	
#menu_articles ul li li a{
	font-weight:normal;
	text-transform:none;
}
ul.menu {
	float:left;
	font-size:8pt;
	list-style-type:none;
	padding:5px 0 0;
}
ul.menu li {
	background-image:url(../images/ddmenu_sep.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:2px 5px 7px;
	float:left;
}
ul.menu li li {
	float:none;
	padding-left:20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.moduletable ul {
	/*position:relative;*/
	background:#ffffff;
}
/* style the list items */
.moduletable li, .moduletablebannermenu li {
	/* for IE7 */
	float:left;
	/*background:#ffffff;*/
}

/* style the links */
.moduletable a, .moduletable a:visited, .moduletablebannermenu a, .moduletablebannermenu a:visited {
	display: block; 
	text-decoration:none;
	font-size: 11px;
	line-height:17px;
	text-align:left;
}
/* hack for IE5.5 */
* html .moduletable a, * html .moduletable a:visited {
	/*width:140px;
	w\idth:139px;*/
}
/* style the link hover */
* html .moduletable_topmenu a:hover {
	position:relative;
}
.moduletable_topmenu li:hover {
	position:relative;
}
/* For accessibility of the top level moduletable when tabbing */
.moduletable a:active, .moduletable a:focus {
	
}
/* retain the hover colors for each sublevel IE7 and Firefox etc */
.moduletable li:hover > a {
	
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.moduletable_topmenu li ul {
	background:transparent url(../images/drop.png) no-repeat scroll right bottom;
	margin-left:-5px;
	margin-top:20px;
	padding-bottom:13px;
	padding-right:13px;
	position:absolute;
	top:0;
	left:0;
	width:240px;
	z-index:500;
	visibility:hidden;
	border-top:1px solid #999999;
	/* set up the overlap (minus the overrun) */
	/* set up the overrun area */
	/* this is for IE to make it interpret the overrrun padding */
}
/* for browsers that understand this is all you need for the flyouts */
.moduletable_topmenu li:hover > ul,  .moduletable_topmenu li.sfhover ul{
	visibility:visible;
}
/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.moduletable_topmenu ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.moduletable_topmenu ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.moduletable_topmenu ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
/* make the second level visible when hover on first level link */
.moduletable_topmenu ul a:hover ul {
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.moduletable_topmenu ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.moduletable_topmenu ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.moduletable_topmenu ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}



