
	.glossymenu{
		list-style-type: none;
		margin: 30px 0;
		padding: 3px;
		width: 150px;
		border: 1px solid #002a49;
		border-bottom-width: 10;
	}

	.glossymenu li a{
		background: white url(glossyback.gif) repeat-x bottom left;
		font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: white;
		display: block;
		width: auto;
		padding: 6px 0;
		padding-left: 15px;
		text-decoration: none;
	
	}


	* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
		width: 160px;
	}

	.glossymenu li a:visited, .glossymenu li a:active{
		color: white;
	}

	.glossymenu li a:hover{
		background-image: url(glossyback2.gif);
	}

	.calendar {
		/*border: 1px grey solid ;*/
		background-color: #002a49;
		
	}


	th {
		background-color: #002a49;
		border: 1px #002a49 solid ;
	}

	.innerMenu{
		padding: 0;
		width: 100%;
		/*border-top: 2px solid #5183e6; Highlight red color theme*/
		border-top: 2px solid #002a49;
		background: transparent;
		voice-family: "\"}\"";
		voice-family: inherit;
	}

	.innerMenu ul{
		margin:0;
		margin-left: 10px; 		/*margin between first menu item and left browser edge*/
		padding: 0;
		list-style: none;
	}

	.innerMenu li{
		display: inline;
		margin: 0 2px 0 0;
		padding: 0;
		/*text-transform:uppercase;*/
	}

	.innerMenu a{
		float: left;
		display: block;
		font: 12px Arial;
		color: black;
		text-decoration: none;
		margin: 0 1px 0 0; 		/*Margin between each menu item*/
		padding: 5px 8px 5px 8px; 	/*Padding within each menu item*/
		/*background-color: lightgrey;*/
		background-color: #878787;
		border-bottom: 8px solid #cfcfcf;
	}

	.innerMenu a:hover{
		background-color: #002a49; 	/*Highlight red color theme*/
		color: white;
	}

	.innerMenu .current a{ 			/** currently selected menu item **/
		background-color: #002a49; 	/*Highlight red color theme*/
		padding-top: 8px; 		/*Set padding-top value to default's padding-top + padding-bottom */
		padding-bottom: 0; 		/*Set padding-bottom value to 0 */
		border-bottom-color: #002a49; 	/*Highlight red color theme*/
		color: white;
	}

