/* Menu */

#menu_top {
	float:left;
	width:766px;
	font-size:10px;
	padding-top: 0px;
	padding-left: 0px;
	background-color: #cdd1d5;
	height: 37px;
	background-image: url(../images/menu_top_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#menu_top ul {
	list-style-type: none; /*Left offset of entire tab menu relative to page*/
	padding:0px;
	width: 100%;
	margin: 0px;
}

#menu_top li {
	display:inline;
	margin:0px;
	padding: 0px;
}

#menu_top a {
	float:left;
	text-decoration:none;
	margin: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #285069;
	font-size: 10px;
}

#menu_top a span {
	float: left;
	display: block;
	font-weight: bold;
	color: #285069;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	white-space: nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_top a span {
	float:none;
}
/* End IE5-Mac hack */

#menu_top a:hover span {
	color: #285069;
	text-decoration: underline;
}

#menu_top a:hover { /*onMouseover style*/
	color: #285069;
	background-image: url(../images/navi_top_left_selected.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_top a:hover span { /*onMouseover style*/
}

#menu_top a.selected { /*selected Tab style*/
	background-color: #e01a1a;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(../images/menu_top_bg_selected.gif);
	background-repeat: repeat-x;
	height: 35px;
}

#menu_top a.selected span { /*selected Tab style*/
	color: #FFFFFF;
}

#menu_top a.selected1 { /*selected Tab style*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #475b13;
}

#menu_top a.selected1 span { /*selected Tab style*/
	color: #FFFFFF;
}

#menu {
	width: 200px!important;
	text-align: right;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
	margin-left: 0px;
	float: right;
}

#menu ul {
	list-style-type : none;
	list-style-image : none;
	margin : 0;
	padding : 0;
	border : 0 none;
	float: right;
	clear: right;
}

#menu li {
	margin : 0;
	padding: 0px 20px 0px 0px;
	width: 185px;
	text-align: right;
}

/**/

#menu ul li a {
	display : block;
	width : 100%;
	color : #FFFFFF;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-transform: uppercase;
	padding-left: 0px;
	padding-right: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0;
}

#menu ul li a:hover {
	text-decoration : underline;
}

#menu ul li a:active {
	text-decoration : underline;
}

#menu ul li a:focus {
	text-decoration : underline;
}

#menu ul li.selected a {
	text-decoration : underline;
}

#menu ul li.selected ul li a {
	display : block;
	width : 100%;
	margin : 0 0px 0 0;
	color : #FFFFFF;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

