/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #DDD0BF;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
/*background: #C35154;*/
background: #3B302C;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}
.anylinkcsscols .columnSingle{
width: 425px;
float: left;
}
.anylinkcsscols .columnDouble{
width: 200px;
float: left;
}

.anylinkcsscols .columnSubMenus{
width: 250px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols .columnSingle ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcsscols .columnDouble ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcsscols .columnSubMenus ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.MenuBar {
	BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: white 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: white 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #808a9d 1px solid; BACKGROUND-COLOR: #edeef1
}
.MenuOLD {
	BORDER-RIGHT: red 1px #AA1111; PADDING-RIGHT: 8px; BORDER-TOP: #AA1111 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 5px; BORDER-LEFT: #AA1111 1px solid; PADDING-TOP: 5px; text-decoration:none; 
}
.menuWithinOLD {
	BORDER-RIGHT: #F1CABE 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #F1CABE 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 5px; BORDER-LEFT: #F1CABE 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #F1CABE 1px solid; BACKGROUND-COLOR: #edeef1; width:180px; text-align:center; text-decoration:none;
}
.Menu-Focus {
	BORDER-RIGHT: #808a9d 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #808a9d 1px solid; PADDING-LEFT: 8px; PADDING-BOTTOM: 5px; BORDER-LEFT: #808a9d 1px solid; CURSOR: hand; PADDING-TOP: 5px; BORDER-BOTTOM: #808a9d 1px solid; BACKGROUND-COLOR: white
}
.Menu-Down {
	PADDING-RIGHT: 8px; BORDER-TOP: #808a9d 1px solid; PADDING-LEFT: 9px; PADDING-BOTTOM: 5px; BORDER-LEFT: #808a9d 1px solid; CURSOR: hand; COLOR: white; PADDING-TOP: 6px; BACKGROUND-COLOR: #dbdee3
}

A.menu 
{
	height:18x;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; 
	COLOR: #DDD0BF;
	TEXT-DECORATION: none
}
A.menuWithin 
{
	FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	COLOR: #DDD0BF; 
	TEXT-DECORATION: none;
}
A.menuWithinReversed
{
	FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	COLOR: #3B302C; 
	TEXT-DECORATION: none;
}
A.menuWithinReversed:hover
{
	FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	COLOR: #ce0000; 
	TEXT-DECORATION: none;
}

A.menu:hover {
	COLOR: #ce0000; TEXT-DECORATION: none;
}


A.menuSmall {
	FONT-WEIGHT:normal; FONT-SIZE: 10px; 
	/*COLOR: White;*/ 
	color:#F1EDE4;
	TEXT-DECORATION: none;
}
A.menuSmall:hover {
	COLOR: #ce0000; TEXT-DECORATION: none;
}


.tbrnofill
{
	
	border:solid 1px #F1CABE; 
	/*border-top-style: none;*/ 
	color: #666666; 
	font-size: 10px; 
	padding: 3px;
}