/**
* SideBarMenuApplestyle.css
*/

/****************************************
*
* this is the outermost div enclosing the entire menu
*
****************************************/

div.SideBarMenuApplestyle {
	/*padding-bottom: 6px;*/
}

div.SideBarMenuApplestyle_after {
	/*padding-bottom: 6px;*/
	/*clear: both;*/
}

/****************************************
*
* css for the side menu bar
*
****************************************/

/* ######### Marker List Vertical Menu ######### */

div.SideBarMenuApplestyle .markermenu{
width: {$menu_width}px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: {$menu_width}px; /*make this the same width as the width above in .markermenu*/
}

div.SideBarMenuApplestyle .markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

div.SideBarMenuApplestyle li {
/*line-height: 15px;*/
padding-left: 0px;
padding-top: 0px;
background-image: none;
background-repeat: no-repeat;
background-position: 0px 0px;
decoration: none;
}

.markermenu ul li a{
/*background: #F2F2F2 url({$base}/bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
background: black url({$base}/silvergradient.gif) repeat-x center left;
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
/*color: #00014e;*/
color: #ffffff;
display: block;
width: auto;
/*padding: 3px 0;*/
padding: 5px 0;
padding-left: 6px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

div.SideBarMenuApplestyle .markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

div.SideBarMenuApplestyle .markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
/*background-color: black;*/
background-image: url({$base}/silvergradientover.gif);
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

div.SideBarMenuApplestyle .applestyle li a{
background: white;
}

div.SideBarMenuApplestyle .applestyle li a:hover{
/*background-image: url({$base}/silvergradientover.gif);*/
background-color: rgb(146,178,255);
/*background: black;*/
color: white;
}

/****************************************
*
* css for submenu items
*
****************************************/

div.SideBarMenuApplestyle .ddsubmenustyle, div.SideBarMenuApplestyle .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
/*font: normal 13px Verdana;*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute !important;
left: 0;
top: 0;
list-style: none;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

div.SideBarMenuApplestyle .ddsubmenustyle li {
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	padding-left: 0px;
	padding-top: 0px;
	background: white;
}

div.SideBarMenuApplestyle .ddsubmenustyle li a{
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
display: block;
width: 160px;
color: black;
/*background-color: lightyellow;*/
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

div.SideBarMenuApplestyle .ddsubmenustyle li a:hover{
/*background-image: url({$base}/silvergradientover.gif);*/
background-color: rgb(146,178,255);
color: white;
/*background-color: rgb(146,178,255);*/
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/****************************************
*
* additional css to make this work with Joomla default templates
*
****************************************/

.wrapper {
	position: static !important;
}

#overall-frame {
	position: static !important;
}

/* the following is added to make the default J1.5 template rhuk_milkyway work */
table.contentpaneopen li {
	margin-bottom: 0px !important;
}

#main2 ul li {
padding: 0;
margin: 0;
line-height: 1em;
}

#main2 ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#main2 {
	position: static !important;
}
