/* CSS Document */

#menu1{ 
	/*background-image: url(../images/btout.jpg);
	background-repeat:repeat-x;*/
	float:right;
}
.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background-image: url(../images/btout.jpg);
	background-repeat:repeat-x;*/
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	font: bold 12px Tahoma;
	color:#666;
	text-align:center;
	height:22px;
	display: block;
	min-width:100px; /*Width of top level menu link items*/
	_width:100px;
	padding: 5px 0px 2px 0px;
	border: 1px solid #D8EAB7;
	text-decoration: none;
	background-image: url(../images/btout.jpg);
	background-repeat:repeat-x;
}
	
.horizontalcssmenu ul li a:hover{
	background-image:url(../images/bthobver.jpg);
	background-repeat:repeat-x;
}

/* End */


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden; border-top:none; 
border: 1px solid #d8eab7;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #f2feda;
width: 272px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block; color:#666666;
text-indent: 3px;
border-bottom: 1px solid #d8eab7;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #d8eab7;
color: #36431a;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #d8eab7;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #CC0000;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #CC0000;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### 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;
}