/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu_container {margin:0px 0px 0px 0px; position:relative; height:20px; z-index:100;}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
/* #pmenu a, #pmenu a:visited {display:block;width:120px; font-size:11px; color:#000; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;} */
#pmenu a, #pmenu a:visited { /*display:block;*/ float:left; text-decoration:none;line-height:16px; }


/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {/*border:1px solid #124371;*/ width:150px; /*border-width:0 1px 1px 1px;*/ }
#pmenu li a.enclose, #pmenu li a.enclose:visited {/*border-width:1px;*/}

/* Set up the list items */
#pmenu li {float:left; /* margin-left:7px; margin-right:10px;*/ }
#pmenu li ul li { /*margin-left:0px; margin-right:0px;*/}
#pmenu li ul li {background:#fff; }
div#main_cols div#menu #pmenu li ul li a { border:0px;padding:1px 4px 1px 4px;text-transform:none;font-size:12px;color:#104273;}
div#main_cols div#menu #pmenu li:hover > a  { color:#fff;border-bottom:0px;}
/* IE */
div#main_cols div#menu #pmenu li ul li a:hover { color:#fff;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a { background:transparent url(/fileadmin/templates/images/w_arrow.gif) no-repeat scroll center left; }
#pmenu li li:hover > a { color: #fff; /*background:#940821 none;*/ }


/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-1px; left:130px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:150px;}

/* LEFTIE */
#pmenu li.left:hover > ul ul { left:-160px; }
/* These 2 are for Safari */ 
#pmenu li.left:hover > ul ul ul { left:-160px; }
#pmenu li.left:hover > ul ul ul ul { left:-160px; }

/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul  {/*left:-4px; top:20px;*/}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:transparent url(/fileadmin/templates/images/w_arrow.gif) no-repeat scroll center left; }
* html #pmenu li ul li a:hover { color: #fff; /*background:#940821 none;*/ }

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#fff url(/fileadmin/templates/images/r_blue.gif) no-repeat scroll right center;}
#pmenu li.drop {}

/* Overwrite main */

div#main_cols div#menu ul li  a {
	padding-left:10px;
	padding-top:3px;
	padding-bottom:1px;
	letter-spacing:normal;
}
div#main_cols div#menu ul li ul li {padding-right:0px;}
div#main_cols div#menu {
	padding:0px;
}
