.glossymenu{
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
}

.glossymenu a.menuitem, .glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #FFF;
	display: block;
	position: relative;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 28px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #680103;
	text-transform: uppercase;
	line-height: 28px;
	font-weight: bold;
}


.glossymenu a.menuitem:hover{
	background-image: url(../images/hover_bg.jpg);
	background-repeat: repeat-y;
}

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

}

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

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a:link, .glossymenu div.submenu ul li a:visited, .glossymenu div.submenu ul li a:hover, .glossymenu div.submenu ul li a:active{
	display: block;
	color: #E4E4E4;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-top: 4px;
}

#navi_curve {
	margin-bottom: 35px;
}

.navi_selected {
	background-image: url(../images/selected_bg.jpg);
	background-repeat: repeat-y;
	display: block;
	height: 28px;
}
.navi_selected_form {
	background-image: url(../images/selected_bg.jpg);
	background-repeat: repeat-y;
	display: block;
	height: 42px;
}


.navi_sub_selected {
	display: block;
	height: 28px;
	color: #fd9b9b;
}


.first_sub {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6A0204;
}
