.glossymenu{
	width: auto; /*width of menu*/
	
}

.glossymenu h4.menuitem{
	background-color:#ffe1bf; 
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	text-align:center;
	text-decoration: none;
	padding:8px;
	border-radius:2px;
	border:1px #f2ac5d solid;
	color:#ef8d1f;
	margin-bottom:3px;
	cursor:pointer;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color:#ef8d1f;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	right: 8px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#f9890c;
	color:#fff;
	/*border:1px solid #e67c05;*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background:#FFFFFF;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	width:140px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	background:url(../templates/vacation/images/list-arrow.png) no-repeat 0px 4px;
	padding-left:15px;
}

.glossymenu div.submenu ul li a{
	color: #rtgg77;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	colorz: white;
}


table.zebra-stripped, table.zebra-stripped tr td {
	border:1px #CCC solid;
	border-collapse:collapse;
}

table.zebra-stripped tr td {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

table.zebra-stripped tr:nth-child(2n+1) {
	background-color:#FFF;
}