@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 0px 0;
padding: 0;
width: 247px; /*width of menu*/
border: #d6d6d2 solid 0px;
}

.applemenu div.silverheader a{
background: transparent;
border-left: #b0b0b0 solid 0px;
font-size: 13px;
font-weight:bold;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 0px;
text-decoration: none;
}


.applemenu div.silverheader 
a:visited, 

.applemenu div.silverheader 
a:active{color: white;
}

.applemenu div.selected a
.applemenu div.silverheader a:hover{
background-color:transparent;
font-size: 13px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: transparent;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
border-left: #b0b0b0 solid 0px;
border-right: #b0b0b0 solid 0px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size:13px;
line-height:100%;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}


.applemenu div.submenu a:link {
text-decoration: none; 
color:#666666!important;
font-size:13px;
} 
.applemenu div.submenu a:visited {
text-decoration: none; 
color:#666666!important;
font-size:13px;
} 
.applemenu div.submenu a:active {
text-decoration: none; 
color:#666666!important;
font-size:13px;
} 
.applemenu div.submenu a:hover {
text-decoration: none; 
color:#0D6CB6!important;
font-size:13px;
} 

table.list td {
padding-left:18px;
padding-top:7px;
padding-bottom:7px;
font-size: 13px;
}
table.list a {
color:#666666!important;
font-size: 13px;
}

tr.bgselect {
    color: #ffffff!important;
    border-right-color: #BABABA;
	background: url(http://www.ultimus.com/Portals/54405/jquery_vertical_tabmenu/menuselback.png) repeat-x;
	width:100%;
font-size: 13px;
	}
tr.bgselect img{

	}
HR
{
width:100%;
height:0px;
color:transparent!important;
background-color:transparent!important;
border-bottom:1px dotted #ACACA7 !important;
}