@charset "utf-8";
/* CSS Document */

.microMenu {
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	border-bottom: 1px solid #000; /* set border COLOR as desired */
	z-index:9998;
}
/* hack to correct IE5.5 faulty box model */
* html .microMenu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.microMenu ul {
	margin:0;
	padding:0px 0px 0px 0px;
	margin-top:20px;
	list-style:none;
}
.microMenu ul ul {width:197px; z-index:9997; border-top:solid thin #000;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.microMenu li {
	float:left;
	position:relative;
}
/* style the links for the top level */
.microMenu a, .microMenu a:visited {
	float:left;
	background:url("../images/newtableft.jpg") no-repeat left top;
	margin:0;
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.microMenu a span{
	float:left;
	display:block;
	background:url("../images/newtabright.gif") no-repeat right top;
	padding:3px 3px 3px 3px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.microMenu a span {
	float:none;
}
/* End IE5-Mac hack */
.microMenu a:hover span {
	background-position:0% -42px;
	color:#000;
}
.microMenu a:hover span {
	background-position:100% -42px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .microMenu a, * html .microMenu a:visited {width:164px; w\idth:164px;}
 
/* style the second level background */
.microMenu ul ul a.drop, .microMenu ul ul a.drop:visited {background:#6e111e url(/Images/RightWhiteArrow.png) no-repeat 175px center;}
/* style the second level hover */
.microMenu ul ul a.drop:hover{background:#000000 url(/Images/RightWhiteArrow.png) no-repeat 175px center;}
.microMenu ul ul :hover > a.drop {background:#000000 url(/Images/RightWhiteArrow.png) no-repeat 175px center;}
/* style the third level background */
.microMenu ul ul ul a, .microMenu ul ul ul a:visited, .microMenu ul ul a, .microMenu ul ul a:visited {
	text-align:left;
	background:#6e111e;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/* style the third level hover */
.microMenu ul ul ul a:hover {background:#000000;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.microMenu ul ul {visibility:hidden; position:absolute;height:0;top:0;left:0;}
/* another hack for IE5.5 */
* html .microMenu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.microMenu ul ul ul{ top:-1px;}
 
/* position the third level flyout menu for a left flyout */
.microMenu ul ul ul.left {}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
/*.microMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
*/ 
/* style the second level links */
.microMenu ul ul a, .microMenu ul ul a:visited {background:#333333; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:175px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .microMenu ul ul a, * html .microMenu ul ul a:visited {}
 
/* style the top level hover */
.microMenu ul ul a:hover{color:#fff; background:#000000; font-size: 12px;}
.microMenu ul ul :hover > a {color:#fff; background:#CCC; font-size: 12px; color:#000}
 
/* make the second level visible when hover on first level list OR link */
.microMenu ul li:hover ul,
.microMenu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.microMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.microMenu ul :hover ul :hover ul{ visibility:visible;}
