/** PHP Layers Menus for Andreas theme **/


/* Horizontal and vertical styles */
#horiz_bar_links {
	width: 70%;
}


/*** PHP Layers Menus ***/
.mdkhorbar {
 
}

.horbar {
	margin-left: 0;
	float: left;
	clear: none;
	height: 35px;
}

.horbar table {
width: 1%;
}

.horbaritem {
	font-size: 1.2em;
	white-space: nowrap;
}

.horbaritem a {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	font-size: 0.7em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}

.horbaritem a:hover {
	background: #f0f0f0 url(menuhover.jpg) top 	left repeat-x;
	color: #505050;
	text-decoration: none;
}


.mdkhorbaritem {
	float: left;
	white-space: nowrap;

}

.mdkhorbaritem a {
	display: block;

}

.mdkhorbaritem a:link {

}

.mdkhorbaritem a:visited {

}

.mdkhorbaritem a:hover  {

}

.mdkhorbaritem a:active {
}

.mdkverbar {
}

#horiz_bar_links .mdkitem {
	font-size: .9em;
	margin-bottom: 0;
}

#horiz_bar_links .mdkitem a {
	padding: 4px;
}

.mdkverbar a,
.mdkitem a  {
	background-color: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	font-size: 1em;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.mdksubmenu {
	display: table;
	z-index: 500;
	position: absolute;
	left: 20px;
	top: 0;
	visibility: hidden;
	width: 150px;
}

#horiz_bar_links .mdksubmenu {
	/*_margin-top: 16px;*/
	width: 150px;
}

.mdksubmenu table {
}

.box .mdksubmenu {
	text-align: left;
	padding: 0;
	/*width: auto;*/
	_width: 1%;
}

.box .mdksubmenu table {
	text-align: left;
}

.mdksubframe  {
	display: block;

}

div.mdkitem  {
	position: relative;
	text-align: left;
	white-space: nowrap;
	margin-bottom: 4px;
	display: block;
}

.box .mdksubframe .mdkitem {
}

/*#mainmenu*/ .mdkitem {
	font-size: 1.3em;
	margin-bottom: 0;
}

.mdkverbar .mdkitem a, 
.box .mdkitem a { 
	padding: 4px 2px 2px 8px;
}

.box .mdksubframe div.mdkitem {
	margin-left: 0;
	padding-left: 0;
}

.mdkverbar a,
.mdkitem a  {
	background-color: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: block;
}

.mdkitem a:visited  {
}

.mdkitem a:hover,
.mdkitem a:active  {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.mdkverbar .mdkitem a, 
.box .mdkitem a { /*vertical menu subitems */
	padding: 4px 2px 2px 8px;
}

.box .mdksubframe div.mdkitem {
	margin-left: 0;
	padding-left: 0;
}

.mdkitem .mdkfwdarr {
	position: absolute;
	top: 7px;
	right: 12px;
}


/* Tree menu (also on Browse Categories */
.treemenudiv {
	display: block;
	white-space: nowrap;
}

.phplmnormal,
a.phplmnormal:hover,
a.phplm:link,
a.phplm:visited,
a.phplm:hover,
a.phplm:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: #303030;
	text-decoration: none;
	font-weight: bold;
}

a.phplm:visited {
	color: #726461;
}

a.phplm:hover {
	color: #808080;
}

a.phplm:active {
	color: #ff0000;
}

a.phplmselected:link,
a.phplmselected:visited,
a.phplmselected:hover,
a.phplmselected:active {
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	background: url(menuhover.jpg);
}

a.phplmselected:hover {
	color: #808080;
}
