/* CSS Document */

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index: 10;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: #fff;
background-image:url(../img/panel_bg.gif);
background-position:bottom;
background-repeat:repeat-y;
padding-bottom:10px;
padding-top:0px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 4px solid #73E200;
color: white;
font-weight: bold;
font-size:14px;
text-align: center;
background: transparent url(../img/panel.png) top center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 30px + 3px should equal height of "panel.gif" */
height: 30px; /* 30px + 3 px should equal height of "panel.gif" */
line-height: 30px; /* 30px + 3px should equal height of "panel.gif" */
}


.url { 	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック', sans-serif;
 color: #444444} 

A:link 		{ TEXT-DECORATION: none }
A:visited 	{ TEXT-DECORATION: none }
A:active 	{ TEXT-DECORATION: none }
A:hover 	{ TEXT-DECORATION: underline;} 

Body 
{
	font-family: "Verdana", "lr oSVbN", "Osaka|";
	margin:0px;
	Letter-spacing: 0px;
}



#nav {
 font-size:12px;
 }

#nav ul {
  margin: 0;
  padding: 0;
  width:765px;
  float: left;
  border: 1px solid #840070;
  background: #7D06F5 url(../img/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
  display: inline;
}

#nav ul li {
  float: left;
}


#nav ul a {
  padding: 10px;
  line-height: 16px;
  background: url(../img/mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}


#nav ul a:hover {
  color: #000000;
  background: #F9843C url(../img/mainNavBg2.gif) repeat-x;
}


#nav ul .first a {
  background: none;
  color: #FFFF99;
}

#nav ul .sub a {
background-position:right bottom;
color: #000000;
background: #7D06F5 url(../img/mainNavBg2.gif) repeat-x;
cursor:default;}
