﻿/*Menu CSS for Incept 2009*/

.glossymenu{
margin: 5px 0;
padding: 0;
width: 190px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: url("") repeat-x left;
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 0px solid; /*JR addition*/
	
}


.glossymenu .menuitem:active{
color:;


}


.glossymenu a.menuitem:visited{
color:;


}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;

}

.glossymenu a.menuitem:hover{
	background-image: url("vital_images/glossyback2XX.gif");
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #007ec8;
	
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type:none;
margin: 0;
padding: 0;

}

.glossymenu div.submenu ul li{
border-bottom: 0px solid  gray;


}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #003333;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 25px;
	width: 160px;/*jr ie6*/
	background: url(menu-bullet.gif) no-repeat center left; /*custom bullet list image*/
}

.glossymenu div.submenu ul li a:hover{
background: ;
color:  navy; 
font: strong;
background: url(menu-bullet-2.gif) no-repeat center left; /*custom bullet list image*/
}

/* JR include - create menu selected text colour add to page scrip toggle class:

animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", "selected"],  */

.glossymenu a.selected{
color: #007ec8;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;}