/* Begin CSS Popout Menu */

/*
ecf0dc
B: d9384b
ba3030
 * */

#menu{
width: 650px;
float: left;
z-index:100;
}
#menu a.adm_main, a.adm_main:visited, a.adm_main:link {
height: 13px;
font-family: Helvetica, Tahoma;
font-size: 11px;
font-weight: bold;
color: #ffffff;
display:block;
white-space:nowrap;
margin: 2px 0px 0px 0px;
padding: 1px 0px;
text-decoration:none;
text-align: center;
background: #ba3030;
width:140px;
}

#menu a.adm_main:hover, #menu a.adm_main:active {
color: #ffffff;
background-color: #ba3030;
}
#menu a.adm_sub, a.adm_sub:visited, a.adm_sub:link {
height: 13px;
font-family: Helvetica, Tahoma;
font-size: 11px;
color: #000000;
display:block;
white-space:nowrap;
margin:0;
padding: 5px;
background: #ba3030;
text-decoration:none;
border-left: 1px solid #73756b;
border-right: 1px solid #73756b;
border-bottom: 1px solid #73756b;
}

#menu a.adm_sub:hover, #menu a.adm_sub:active {
color: #ffffff;
background: #aa2020;
}


#menu a.main, a.main:visited, a.main:link {
height: 13px;
font-family: Helvetica, Tahoma;
font-size: 12px;
font-weight: bold;
color: #d9384b;
display:block;
white-space:nowrap;
margin:0;
padding: 10px 5px;
text-decoration:none;
text-align: center;
background: #ecf0dc url('/Skins/default_skin/images/menu_separator.jpg') no-repeat bottom right;
}

#menu a.main:hover, #menu a.main:active {
color: #ba3030;
background-color: #dce0cc;
}
#menu a.sub, a.sub:visited, a.sub:link {
height: 13px;
font-family: Helvetica, Tahoma;
font-size: 12px;
color: #d9384b;
display:block;
white-space:nowrap;
margin:0;
padding: 5px;
background: #ecf0dc;
text-decoration:none;
border-left: 1px solid #73756b;
border-right: 1px solid #73756b;
border-bottom: 1px solid #73756b;
}

#menu a.sub:hover, #menu a.sub:active {
color: #ba3030;
background: #dce0cc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:92px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:100;
top:auto;
display:none;
width:140px;
text-align: left;
border-top: 1px solid #73756b;
}

#menu ul ul.kieg {
	width:250px!important;
	overflow: hidden;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */
ul.lastmenu {
	width: 98px!important;
}

ul.lastmenu a.main {
	background-image: none!important;
}
ul.admin {
	position: relative;
	top: -60px;
	left: 0px;
	float: left;
	z-index: 100;
}

