/* menu.css for /skins/tvam
 *
 *  Change History
 *  29-Dec-2006  RLC - Merged in the 4.9.7 upgrade, also added 'px' where missing
 *
 */
/*************************************************************************
 * CSS MENU - NEW. Used by default
 * Used by "WriteCSSMenu thisparentid" in skin.asp
 * BLUE MENU
 */
#navcontainer
{
	margin-left: 0px;
	border-right: 0px solid #000;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul
{
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #90bade;
	margin: 0px;
}

#navcontainer li a
{
	display: block;
	padding: 5px 0px 5px 5px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #28519E;
	color: #fff;
}

#navcontainer li li
{
	border-top: 1px solid #90bade;
	border-bottom: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer li li a
{
	display: block;
	padding: 1px 0px 1px 15px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2586d7;
	color: #eee;
	text-decoration: none;
	width: 100%;
}

#navcontainer li li li
{
	border-top: 1px solid #90bade;
	border-bottom: 0px;
	margin: 0px;
	font-size: 10px;
}

#navcontainer li li li a
{
	display: block;
	padding: 1px 1px 1px 25px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2586d7;
	color: #eee;
	text-decoration: none;
}

#navcontainer img
{
	padding-right: 3px;
}


/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border: #000000 10px solid;
	/* Changed by DM */
	/* z-index: 3; */
	z-index: -1;
	top: 0px;
	width: 100px;
	visibility: visible;
	position: relative;
}

.submenu
{
	/* border:#000000 0px solid; */
	/* background-color: ghostwhite; */
}

.menu
{
	border: #000000 0px solid;
	z-index: 3;
	background-color: #C6C6C6;
	visibility: hidden;
	padding-top: 1px;
	width: 100px;
	position: absolute;
}

.menuover
{
	width: 99px;
	font-size: 12px;
	z-index: 4;
	/* commented out by RLC as illegal setting */
	/* cursor: hand; */
	cursor: pointer;
	border: #888888 1px solid;
	color: #FFFFFF;
	background-color: #2451A6;
	margin-bottom: 2px;
	letter-spacing: 1pt;
}

.menuout
{
	width: 99px;
	font-size: 12px;
	z-index: 4;
	margin-bottom: 0px;
	/* commented out by RLC as illegal setting */
	/* cursor: hand; */
	/* added setting as pointer as this would seem reasonable as to what was meant */
	cursor: pointer;
	color: Black;
	border: #aaaaaa 1px solid;
	letter-spacing: 1pt;
	margin-bottom: 2px;
	background-color: #D6D6D6;
}

/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align: center;
	height: 25px;
}


/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left side td tag. menu is inside of this.
 * You can set menu with here or in skin file itself
 */
/* bgside = Background Side */
td.bgside
{
	border-top: #000000 0px solid;
	padding-left: 4px;
	font-size: 12px;
	float: right;
	border-left: #000000 0px solid;
	color: #ffffff;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: left;
}


/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link  {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.staticmenu:visited  {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.staticmenu:hover  {
	font-size: 14px;
	font-weight: bold;
	color: #0000CD;
	text-decoration: none;
}

a.staticmenu:active  {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.staticmenu-sub:link  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.staticmenu-sub:visited  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.staticmenu-sub:hover  {
	font-size: 12px;
	font-weight: bold;
	color: #0000CD;
	text-decoration: none;
}

a.staticmenu-sub:active  {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: blink;
}

.staticmenu{
	width: 94px;
	font-size: 14px;
	border-bottom: black 1px solid;
}
.staticmenu-sub{
	font-size: 12px;
}



/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/
#menutop
{
	margin-top: 1px;
}

#menutop a
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 12px;
	padding-bottom: 3px;
	color: #28519E;
	padding-top: 3px;
	border-top: #eee 0px solid;
	border-bottom: #eee 0px solid;
	border-left: #eee 1px solid;
	border-right: #eee 1px solid;
	text-decoration: underline;
	height: 20px;
	line-height: 23px;
	margin-left: 0px;
	white-space: nowrap;
	margin-left: -4;  /* ?? */
}

#menutop a:hover
{
	text-decoration: none;
	border: 1px solid #118;
	background-color: #2586d7;
	padding: 3px 2px;	
	color: #fff; 
	white-space: nowrap;
}

.seperator
{
	border-left: #e6e6ee 1px solid;
	border-right: #a7a6aa 1px solid;
	width: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	margin-right: 7px;
}


/* the div that holds the top javascript menu. Set absolute to move anywhere */
.horizontal-javascript
{
/*	overflow: hidden;
	position: relative;*/
}


/* static top links */
A.horizontal-static:link  
{
	font-size: 12px;
	color: #222222;
	font-family: Tahoma;
	text-decoration: none;
}

A.horizontal-static:visited  {
	font-size: 12px;
	color: #444444;
	font-family: Tahoma;
	text-decoration: none;	
}

A.horizontal-static:hover  {
	font-size: 12px;
	color: Blue;
	font-family: Tahoma;
	text-decoration: underline;
}

A.horizontal-static:active  {
	font-size: 12px;
	color: #2451A6;
	font-family: Tahoma;
	text-decoration: none;	
}


/********************** VARIOUS *******************************/
.transparent-arrow
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
}

.transparent-menubullet
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}


/* the right mouse contet menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}
