
/* text-size changer */

#access-cp {
	background:transparent url("../images/text-size.png") top left no-repeat;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	width: 100%;
	height: 16px;
	}
#access-cp dt {
	display: none;
	visibility: hidden;
	}
#access-cp dd{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}
dl#access-cp dd,dl#access-cp a{
	height:16px;
	display:block;
	}
dl#access-cp dd a{
	text-indent:-9999px;
	text-decoration:none;
	}

#text-normal {
	left:30px;
	width:30px;
	}
#text-large {
	left:0;
	width:30px;
	}
	
#text-normal a:hover{
	background:transparent url("../images/text-size.png") -30px -16px no-repeat;
	}
#text-large a:hover{
	background:transparent url("../images/text-size.png") 0px -16px no-repeat;
	}
	


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 153px;
 list-style: none;
 background: #transparent;
 border: none;
}

ul.menulist li ul {
 background: #693d38;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 154px;
 
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 margin: 0 0 -2px 0;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 padding: 0 0 0 3px;
 color: #FFF;
 text-decoration: none;
 border: 1px solid transparent;

}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

ul.menulist a:hover, ul.menulist a.highlighted:hover, ul.menulist a:focus {
 color: #693d38;
 background-color: #FFF; !important
}
.menulist a.highlighted {
 color: #57302B;
 background-color: #CCC;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
 display: none;
}


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */