/*
 * Horizontal Menu
 *
 * UserMenu
 */
#MenuH {
	border-left: solid 7px #fff;
	border-right: solid 7px #fff;
   clear: both;
   font-size: 80%;
   font-weight: bold;
	margin: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   padding-top: 2px;
	width: 750px;
}
#MenuH UL.UserMenu {
	float: left;
	margin-left: -1px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;

	text-align: center;
	border-right: solid 1px #ccc;
	border-left: solid 1px #fff; /*Required by Opera 7.5*/
}
#MenuH UL.UserMenu LI {
	display: inline;
	padding: 0; margin: 0;
	text-align: center;
}
#MenuH UL.UserMenu LI A {
	display: block;
	float: left;
	width: 78px;
	margin: 0 2px 0 0; padding: 0;
	color: #444;
	line-height: 25px;
	text-decoration: none;
/*	text-shadow: #ccc 0.2em 0.3em 0.2em; */
	text-align: center;
	background: #eee;
	border: solid 1px #ccc;
}
#MenuH UL.UserMenu LI A:hover {
	background: #dfdfdf;
	color: #111;
/*	text-shadow: #bbb 0.2em 0.3em 0.2em; */
}

#MenuH UL.UserMenu A.MenuHSelected, 
#MenuH UL.UserMenu A.MenuHSelected:hover,
#JSMenuH UL.UserMenu A.JSMenuHSelected,
#JSMenuH UL.UserMenu A.JSMenuHSelected:hover {
   background-color: #ee3f36;
   color: white;
}
/*
 * Site Menu (bit on the right)
 *
 */
#MenuH UL.SiteMenu {
	padding-right: 10px;
	background: #eee;
	border: solid 1px #ccc;
	text-align: right;
   font-size: 85%;
}
#MenuH UL.SiteMenu LI {
	display: inline;
	padding: 0;
	margin: 0;
}

#MenuH UL.SiteMenu LI A {
	color: #444;
	line-height: 25px;
	padding: 0 5px 0 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	border: none;
	border-right: solid 1px #cdcdcd;
	display: inline;
}
#MenuH UL.SiteMenu LI.Last A {
	border: none;
}


#MenuH UL.SiteMenu A:hover {
   color: #000;
}
#MenuH UL.SiteMenu A.First {
   padding-left: 1em;
}


/*
 * With Javascript
 *
 */
#JSMenuH {
	border-left: solid 7px #fff;
	border-right: solid 7px #fff;
   clear: both;
   font-size: 80%;
	margin: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   padding-top: 2px;
	width: 750px;
}#JSMenuH UL.UserMenu {
	float: left;
	margin-left: -1px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;

	text-align: center;
	border-right: solid 1px #ccc;
	border-left: solid 1px #fff; /*Required by Opera 7.5*/
}
#JSMenuH UL.UserMenu LI {
	display: inline;
	padding: 0; margin: 0;
	text-align: center;
}
#JSMenuH UL.UserMenu LI A {
	display: block;
	float: left;
	width: 78px;
	margin: 0 2px 0 0; padding: 0;
	color: #444;
	line-height: 25px;
	text-decoration: none;
/*	text-shadow: #ccc 0.2em 0.3em 0.2em; */
	text-align: center;
	background: #eee;
	border: solid 1px #ccc;
}
#JSMenuH UL.UserMenu LI A:hover {
	background: #dfdfdf;
	color: #111;
/*	text-shadow: #bbb 0.2em 0.3em 0.2em; */
}


/*
 * Site Menu
 */
#JSMenuH UL.SiteMenu {
	padding-right: 10px;
	background: #eee;
	border: solid 1px #ccc;
	text-align: right;
   font-size: 85%;
}
#JSMenuH UL.SiteMenu LI {
	display: inline;
	padding: 0;
	margin: 0;
}

#JSMenuH UL.SiteMenu LI A {
	color: #444;
	line-height: 25px;
	padding: 0 5px 0 0;
	margin: 0 0 0 5px;
	text-decoration: none;
	border: none;
	border-right: solid 1px #cdcdcd;
	display: inline;
}
#JSMenuH UL.SiteMenu LI.Last A {
	border: none;
}


#JSMenuH UL.SiteMenu A:hover {
   color: #000;
}
#JSMenuH UL.SiteMenu A.First {
   padding-left: 1em;
}


/*
 * Javascript Drop Down
 *
 */
DIV.JSMenuV {
   background-color: #eee;
	border: 1px solid #ccc;
  	color: #444;
	font-style: normal;
   font-family: Verdana, Arial, Helvetica;
	font-size: smaller;
   left: 0px;
	padding: 0;
   position: absolute;
   margin-top: -1px;
   top: 0px;
   visibility: hidden;
}

DIV.JSMenuV A.JSMenuVItem
{
    PADDING-RIGHT: 1em;
    DISPLAY: block;
    PADDING-LEFT: 1em;
    PADDING-BOTTOM: 3px;
    COLOR: gray;
    PADDING-TOP: 3px;
    WHITE-SPACE: nowrap;
    TEXT-DECORATION: none;
}

DIV.JSMenuV A.JSMenuVItem:hover
{
	 color: black;
    text-decoration: underline;
}


DIV.JSMenuV DIV.JSMenuVSep
{
    BORDER-RIGHT: #e0e0e0 1px inset;
    BORDER-TOP: #e0e0e0 1px inset;
    MARGIN: 4px 2px;
    BORDER-LEFT: #e0e0e0 1px inset;
    BORDER-BOTTOM: #e0e0e0 1px inset
}DIV.JSMenuV DIV.JSMenuVToolGroupSep {
	display: none;
}


DIV.JSMenuV H2, DIV.JSMenuV HR, DIV.JSMenuV P, DIV.JSMenuV BR, DIV.JSMenuV UL {
   display: none;
}

DIV.JSMenuV .contextMenuOnly {
	display: none;
}


