@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 0;
padding: 0;
width: 158px; /*width of menu*/
float:right;
border:#CCCCCC solid 1px;

}
.applemenu div.tabheader {
	color: #0066CC;
	display: block;
	position: relative;
	text-decoration: none;
	background-color: black;
	background-image: url(../pic/bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family:Helvetica, Arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	height:27px;
	line-height:27px;
	}

.applemenu div.tabheader a{
	color: #0066CC;
	display: block;
	position: relative;
	text-decoration: none;
	background-color: black;
	background-image: url(../pic/bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family:Helvetica, Arial,sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	height:27px;
	line-height:27px
	}


.applemenu div.tabheader a:visited, .applemenu div.tabheader a:active{
color: #0066CC;
}


.applemenu div.selected a, .applemenu div.tabheader a:hover{
background-image: url(../pic/silvergradientover.gif);
color: #FFFFFF;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
height: 409px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font: normal 11px Tahoma;
color:#666666;
}


