/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font-size: 11px;
font-family: 'ＭＳ Ｐゴシック', 'メイリオ', 'ＭＳ Ｐ明朝', 'Osaka', 'verdana', 'Georgia', 'Times';
width: 100%; /*leave this value as is in most cases*/
font-weight: normal;
margin: 0px;
padding: 0px;
overflow: hidden;
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float: left;
width: 985px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
}

.indentmenu ul li{
margin: 0px;
padding: 0px;
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
margin: 0px;
padding: 0px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: #66FF99 !important; /*text color of selected and active item*/
padding-top: 0px; /*shift text down 1px for selected and active item*/
padding: 0px; /*shift text down 1px for selected and active item*/
background: black url(../img/on_730.gif) center center repeat-x;
margin: 0px;
padding: 0px;
}

li#rss {
	margin: 0px;
	padding: 0px 0px 0px 165px;
}

