@charset "utf-8";

/***** Page Menu Styles *************************************************************/

.pageMenuHolder
{
	height: 200px;
	width: 150px;                                      
/*
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
*/	
	background-image: url(../images/menu_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #79B4E0;
}

.pageMenu
{
	width: 100%;
}

/*

a.menuItem 
{
	color: #FFFFFF;	                                   
	letter-spacing:.2em;                               
	text-decoration: none;
	display:block;
	padding: 8px 6px 10px 16px;
}
	
a.menuItem:hover 
{
  background-color: #00307A;                 
	color: #00FFFF;                              
}

*/

/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menuItem{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.menuItem li a{
background: white url(../images/media/glossyback.gif) repeat-x bottom left;
/* background-color: #79B4E0; */
font: bold 11pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
margin-bottom: 10px;
}


* html .menuItem li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.menuItem li a:visited, .glossymenu li a:active{
color: cyan;
}

.menuItem li a:hover{
background-image: url(../images/media/glossyback2.gif);
/* background-color: #00307A; */
}

