/************************************************
Dropdown Menu
************************************************/
/* Menu wrapper */ 
.dropdownmenu
{ 
	width: 972px;
	padding: 0;
	margin: 2px 0 0 20px;
}

/***HTML Drop Down Menu****/
div#dropdownmenu 
{
	padding-top: 4px;
	border: 0;
	height: 31px;
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	cursor: pointer;
	line-height: 16px !important;
	text-decoration: none;
	z-index: 100;
	text-align: center;
	background-color: #e3e3e3;
	background-repeat: repeat-x;
	background-position: left top;
}

div#dropdownmenu > ul > li > a{		
	text-align: center;
	color:#434343;
	text-decoration: none;
	padding:0 5px 3px; /*between each buttons */
}

#dropdownmenu ul { /* remove bullets and list indents */
	list-style-type:none;
	margin: 0;
	padding: 6px 0 0 0;
	border:0;
	float:left;
}


/*Nero - 11/05/2008 IE7 fix for google translate...*/
#dropdownmenu > ul > li
{
	float:left;
	margin:0;
	list-style-image:none;
}

/*this is to style the dropdown menu box */
a.dropdownitemlevel1, a.dropdownitemhaschildlevel1, a.dropdownitemlevel2
{
	display: block;
	color:#434343;
	background-color:#FFFFFF;
	border-right: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;	
	text-decoration:none;
	padding: 0;
	margin:0 0 0 10px;
	width:100%;
}

#dropdownmenu ul ul li :first-child a{
	border-top: #CCCCCC solid 1px;	
}

a.dropdownitemlevel1, a.dropdownitemhaschildlevel1, a.dropdownitemlevel2
{
	padding: 5px 4px 8px 8px;
}

/*
a.dropdownitemlevel1, a.dropdownitemhaschildlevel1, a.dropdownitemlevel2
{
	background-color:#fff;
	border-top: solid 1px #fff;
	border: solid 1px #333;
}
*/
a:hover.dropdownitemlevel1, a:hover.dropdownitemhaschildlevel1, a:hover.dropdownitemlevel2{
	/*background:url(../_gfx/nav/arrow_right_dropdown.gif) left no-repeat #FFFFFF;*/
	color:#434343;
	background-color:#c9e3f4;
}

a.dropdownitemhaschildlevel1
{
	background-image:url(../_gfx/nav/arrow_right_dropdown.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#dropdownmenu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	margin:0px;
	/*z-index:400; -- need a smaller value so that the administrative toolbox could stay on top*/
	z-index:20;/*IE7 fix if home collage is present*/
}

#dropdownmenu > ul > li  > ul > li{
	margin:0 0 0 -15px;
	text-align:left;
}

#dropdownmenu > ul> li > ul > li > ul > li{
	margin-left: 8px;
	text-align:left;
}

/* For IE6 second drop down menu */
#dropdownmenu  li  ul li{
	margin:0 0 0 -9px;
	text-align:left;
}

#dropdownmenu ul ul
{
	position: absolute;
	z-index: 500;
	width:150px;
	padding-left: 5px;
	/*top:5px;*/
}

#dropdownmenu ul ul ul {	
	position: absolute; 
	top: -25%;
	left: 100%; /*to position them to the right of their containing block */
	width:150px;
	z-index:400;/*IE7 fix if home collage is present*/
}

/*Determine hide/show behavior of sub-menus*/
div#dropdownmenu ul ul,
div#dropdownmenu ul li:hover ul ul,
div#dropdownmenu ul ul li:hover ul ul,
div#dropdownmenu ul li.over ul ul,
div#dropdownmenu ul ul li.over ul ul
{
	display: none;
}

div#dropdownmenu ul li:hover ul,
div#dropdownmenu ul ul li:hover ul,
div#dropdownmenu ul ul ul li:hover ul,
div#dropdownmenu ul li.over ul,
div#dropdownmenu ul ul li.over ul,
div#dropdownmenu ul ul ul li.over ul
{
	display: block;
}
/*Determine hide/show behavior of sub-menus*/

div#dropdownmenu > ul > li > a:hover
{
	color:#1875B6; 
	text-decoration:none;
}
div#dropdownmenu > ul > li > a:focus
{
	color:#1875B6; 
	backgound-color: #D0EEFE;
}
div#dropdownmenu > ul > li > a:visited
{
	text-decoration:none;
}

/* For IE7 and Safari Fix of hide/show behavior z-index problem */
#dropdownmenu ul li ul li:hover,
#dropdownmenu ul li ul li.over,
#dropdownmenu ul li ul li:hover a, 
#dropdownmenu ul li ul li.over a
{
	position: relative;
	z-index: 600;
}

#dropdownmenu ul li ul li:hover ul,
#dropdownmenu ul li ul li.over ul,
#dropdownmenu ul li ul li:hover ul li,
#dropdownmenu ul li ul li.over ul li,
#dropdownmenu ul li ul li:hover ul li a,
#dropdownmenu ul li ul li.over ul li a
{
	display:block;
	z-index: 700;
}
/* For IE7 and Safari Fix of hide/show behavior z-index problem */

#dropdownmenu li li
{
	line-height:14px;
}
/*...IE7 fix for google translate*/

.dropdownrootitem10li {
	display: none !important; /*Hidden Menu */
}