/* CSS Document */
/* Menu bar */
#menu{
height:65px;
margin:0px;
padding:0px;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 90px;
	margin: 0 auto 0 auto;
	background: url(../images/menus/menu_bottom_border.gif) repeat-x; /*tab background image path*/
	height: 65px;
	list-style: none;
	
}

.glossymenu li{
	float:left;
	z-index:10;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 25px 35px 0px 0px; /*Padding of menu items*/
	z-index:-10;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0px 0 0 35px; /*Padding to accomodate left tab image. Do not change*/
	height: 65px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	z-index:1;
	}

*html .glossymenu li a{
margin-bottom:-16px;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #333333;
	background: url(../images/menus/menu_right_corner.gif) no-repeat right top; /*right tab image path*/
	z-index:-1;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #999999;
	background: url(../images/menus/menu_left_corner.gif) no-repeat left top; /*left tab image path*/
	
}


.glossymenu li#openPage a b{
	color: #333333;
	background: url(../images/menus/red_menu_right_corner.gif) no-repeat right top; /*right tab image path*/
	z-index:-1;
}

.glossymenu li#openPage a{
	color: #999999;
	background: url(../images/menus/red_menu_left_corner.gif) no-repeat left top; /*left tab image path*/
	
}

<!-- submenus -->
#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 100px;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	margin-bottom:0px;
	float: left;
}
#navigation a {
	color: #fff;
	background: url(../images/menus/submenu_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a span {
	background: url(../images/menus/submenu_right.gif) no-repeat right top;
	display: block;
	padding:7px 13px 7px 5px;
}
#navigation a span {
	float: none;
}
#navigation a:hover {
	color:#FFFF99;
}
#navigation a #currentSublink{
color:#FFFF99;
}
