html,body {
 margin: 0;
 text-align: left;
 font-family: "メイリオ", "MS UI Gothic", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック",sans-serif,"Sazanami Gothic","IPA mona UIGothic";
 color: #555555;
 font-size: 12px;
 line-height: 1.4;
 background-color: #FFFFFF;
}

#wrap {
 width: 100%;
 height: 1000px;
 background-color: #8f8f8f;
 background-image: url(http://www.showakako.co.jp/image/common/body_back.png);
 background-repeat: repeat-x;
 position: absolute;
 top: 0;
 left: 0;
}

a {
 text-decoration: underline;
}

a:link {
 color: #8f8f8f;
}

a:visited {
 color: #555555;
}

a:active {
 color: #555555;
}

a:hover {
 color: #BFA64C;
}

h1, h2, h3, h4, br, p, span, strong {
 margin: 0;
 padding: 0;
 font-weight: normal;
}

img {
 border: none;
 vertical-align: top;
}

table {
 border-collapse: collapse;
}

#pan {
 width: 550px;
 padding: 3px 5px 20px 5px;
 text-align: right;
}

.txt-l {
 float: left;
}

.txt-r {
 float: right;
}

.clear {
 clear: both;
 vertical-align: top;
 margin: 0;
 padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#img_banner {
  width: 560px;
  height: 110px;
  overflow: hidden;
  position: relative;
}

#img_banner .inner-color {
  width: 560px;
  height: 30px;
  background: #8f8f8f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#img_banner .inner {
  width: 560px;
  height: 110px;
  background: url(http://www.showakako.co.jp/image/common/banner_frame.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#img_banner span {
  font-size: 20px;
  position: absolute;
  bottom: 3px;
  left: 10px;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  z-index: 3;
}
.bar1 {
  color: #ffffff;
  font-size: 17px;
  width: 560px;
  height: 28px;
  background-color: #8f8f8f;
  background-image: url(http://www.showakako.co.jp/image/bar/bar1.png);
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 27px;
  text-indent: 5px;
  font-weight: bold;
  }

.bar2 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  width: 560px;
  height: 24px;
  background-color: #8f8f8f;
  background-image: url(http://www.showakako.co.jp/image/bar/bar2.png);
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 24px;
  text-indent: 5px;
  }

.bar3 {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: bold;
  width: 560px;
  height: 24px;
  border-left: 5px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  margin: 0 0 15px 0;
  padding-left: 0px!important;
  line-height: 24px;
  text-indent: 5px;
  }

/*--------- header ---------*/

#header {
  width: 780px;
  padding: 0;
  margin: 0 auto;
  background-color: #8f8f8f;
  background-image: url(http://www.showakako.co.jp/image/common/head_image.png);
  background-repeat: no-repeat;
  }

#head-top {
  width: 780px;
  height: 105px;
  margin: 0 auto 10px auto;
  position: relative;
  }

#header h1 {
  font-size: 12px;
  color: #555555;
  padding: 0 0 0 0;
  position: absolute;
  top: 5px;
  left: 0px;
  text-indent: 10px;
  }

#header .obi {
  width: 780px;
  background: #EFEFEF;
  margin: 0 auto;
  padding: 5px 0;
  text-indent: 10px;
  }

#header .obi h2 {
  font-size: 12px;
  color: #555555;
  }

#head-top #logo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  z-index: 10;
  }

#head-top .logo2 {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  z-index: 100;
  }

#head-top .mail {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 90px;
  right: 12px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  }

#head-top .jp_en {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 100px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  }

#head-top .jp_cn {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 12px;
  border: 0px solid #FF0000; /* 位置合わせ用 */
  }

/*-------------------------------------------------------------------------------------------------------------------------*/

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav2 a {
	text-decoration:none;
	display:block;
	padding:10px 18px;
        background-image: url(http://www.showakako.co.jp/image/common/hmenu-back.gif);
        color: #FFFFFF;
        border-right: 1px solid #BBBBBB;
}
/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav2 a{
	margin:0;
	float:left;	
}

#nav2 li img.arrow1 {
  position:absolute;
  top: 10px;
  right: 4px;
  }

/* Just sub menu links */
#nav2 li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav2 a:hover, #nav2 a:focus, #nav2 a.mainMenuParentBtnFocused {
        background-image: url(http://www.showakako.co.jp/image/common/hmenu-back2.gif);
	color:#FFF;
}

/* sub menu links on hover or focus */
#nav2 a.mainMenuParentBtnFocused, 
#nav2 li a:hover,
#nav2 li a:focus{
	background-color: #8f8f8f;
	color:#FFF;
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}


/* All ULs and OLs */
#nav2, #nav2 ul, #nav2 ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav2 ol, #nav2 ul {	
	/*border around submenu goes here*/	 
	background:#fff;	
	border:1px solid #C3D46A;
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav2 li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

/* main menu ul or ol elment */
#nav2{
        width: 780px;
        background-image: url(http://www.showakako.co.jp/image/common/hmenu-back3.gif);
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	text-align: center;
	display:block;
}


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav2 li li{	float:none; }

#nav2 li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav2 li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav2 li ul ul { margin: -1em 0 0 -1000em; }
#nav2 li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav2 li:hover ul{	margin-left: 0; }
#nav2 li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav2 li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav2 li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav2 li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav2 li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav2 li:hover a:focus{ margin-left: 0; }
#nav2 li li:hover a:focus + ul { margin-left: 10em; }



/*--------- contents ---------*/

#base {
 margin: 0px auto 0 auto;
 text-align: left;
 padding: 0px 0px 20px 0px;
 width: 800px;
 background: #FFFFFF;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
}

#main {
  width: 780px;
  padding: 15px 10px 5px 10px;
  margin: 0px auto 0 auto;
  }

#main, #main .sb-inner {
  background: #FFFFFF; 
  }

#main .sb-shadow {
  background: #777777;
  }

#main .sb-border {
  background: #999999;
  }

#sidemenu {
  float: left;
  width: 195px;
  padding: 0 0 0 10px;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  }

#contents {
  float: right;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  overflow: hidden;
  }

#contents p {
  padding-left: 5px;
  }
/*--------- クロスフェード ---------*/

#imageContainer {
  position:relative;
  margin:auto;
  width:780px; /*画像の横幅*/
  height: 223px;
}

#imageContainer img {
  display:none;
  position:absolute;
  top:0; left:0;
}

/*--------- 新着情報 ---------*/

.whatsnew {
  width: 560px;
  margin: 0 auto 20px auto;
  }

.whatsnew-cont {
  height: 150px;
  padding: 0px 10px 15px 10px;
  overflow-x: none;
  overflow-y: scroll;
  line-height: 1.4em;
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  }

.whatsnew h3 {
  margin: 0;
  }

.whatsnew dl {
  margin: 5px 0 0 0;
  padding: 5px 0 5px 0;
  font-size: 12px;
  border-bottom: 1px dashed #AAAAAA;
  }

.whatsnew dt {
  width: 6em;
  margin: 0;
  padding: 0;
  float: left;
  }

.whatsnew dd {
  _height: 1%; /* Hack for Win IE6 */
  margin: 0 0 0 6.5em;
  padding: 0;
  text-align: left;
  }

.whatsnew p {
  margin: 0;
  padding: 0;
  }
/*--------- 下層ページコンテンツ ---------*/

.inner {
  width: 540px;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 auto 0 auto;
  }

.inner h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  background-color: #FFA600;
  margin: 10px 0 10px 0;
  }

.inner h4.no-top {
  margin: 0 0 10px 0;
  }

.inner p {
  margin: 0;
  text-align: justify;
  text-justify: distribute;
  text-indent: 1em;
  }
  
/*--------- プライバシーポリシー ---------*/

.privacy #banner {
  background-image: url(/image/title/tit_005.jpg);
  }

.privacy table {
  line-height: 1.4em;
  }

.privacy td {
  text-align: justify;
  text-justify: distribute;
  }

.privacy td.title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  }

.privacy td.midashi {
  color: #0000AA;
  background-color: #DDFFFF;
  padding: 5px;
  font-weight: bold;
  }

/*--------- お問い合わせ ---------*/

.otoiawase #banner {
  background-image: url(../image/title/tit_004.jpg);
  }

.otoiawase table {
  width: 530px;
  margin: 10px 0 0 0;
  }

.otoiawase th {
  width: 25%;
  padding: 4px 3px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #EBEBEB;
  vertical-align: middle;
  font-weight: normal;
  }

.otoiawase td {
  width: 75%;
  padding: 4px 3px;
  border-bottom: 1px solid #999999;
  vertical-align: top;
  }

.otoiawase span.must {
  font-size: 10px;
  color: #FF0000;
  padding: 4px;
  }

.otoiawase span.same {
  color: #FF0000;
  }

.otoiawase span.check {
  color: #003399;
  }

.otoiawase table.kojin {
  width: 220px;
  margin: 0 auto 0 auto;
  }

.otoiawase .kojin td {
  color: #FFFFFF;
  background-color: #FF6600;
  padding: 5px;
  }

.otoiawase td.noborder {
  width: 100%;
  border: 0px solid #999999;
  text-align: center;
  }

.otoiawase .iframe {
  width: 100%;
  border: 1px solid #999999;
  }


.page_back {
  text-align: right;
  margin: 20px 10px 10px 10px;
  }

.list_box {
  border: 1px solid #8f8f8f;
  margin: 15px auto 0px auto;
  padding: 5px;
  width: 530px;
  }

.list_box .title {
  padding: 5px;
  border-left: 8px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  background: #EEEEEE;
  }

.list_box .com {
  padding-left: 5px;
  }

.list_box .pic {
  width: 120px;
  float: right;
  margin-left: 7px;
  }

.detail_box {
  margin: 15px auto 15px auto;
  padding: 5px;
  width: 530px;
  }

.detail_box .com {
  padding-left: 5px;
  }

.detail_box .pic {
  width: 150px;
  float: left;
  margin-right: 10px;
  }

#page_index {
  margin: 25px 80px 0px 80px;
  padding: 5px 0;
  float: none;
  }

#page_index div.before {
  float: left;
  width: 60px;
  font-size: 12px;
  }

#page_index div.before a {
  display: inline-block;
  padding: 3px 5px 3px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://www.showakako.co.jp/image/common/prev.gif) no-repeat 5px 50%;
  }

#page_index div.next {
  float: right;
  width: 60px;
  text-align: right;
  font-size: 12px;
  }

#page_index div.next a {
  display: inline-block;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  background: url(http://www.showakako.co.jp/image/common/next.gif) no-repeat 3.0em 50%;
  }

#page_index div.pager {
  padding: 2px 70px 0 70px;
  text-align: center;
  font-size: 12px;
  }

#page_index div.pager a {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  }

#page_index div.pager a:hover {
  border: 1px solid #98b4e6;
  background: #adc3e1;
  }

#page_index div.pager span {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #cadfeb;
  font-weight: bold;
  background: #dae9f4;
  }

tr
	{mso-height-source:auto;}
col
	{mso-width-source:auto;}
td
	{padding-top:1.0px;
	padding-right:1.0px;
	padding-left:1.0px;
	mso-ignore:padding;
	color:windowtext;
	font-size: 12px;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	text-align:general;
	vertical-align:bottom;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;}
.oa1
	{border-top:1.0pt solid white;
	border-right:1.0pt solid white;
	border-bottom:3.0pt solid white;
	border-left:1.0pt solid white;
	background:#0F6FC6;
	mso-pattern:auto none;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa2
	{border-top:1.0pt solid white;
	border-right:1.0pt solid white;
	border-bottom:3.0pt solid white;
	border-left:1.0pt solid white;
	background:#0F6FC6;
	mso-pattern:auto none;
	text-align:center;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa3
	{border-top:3.0pt solid white;
	border-right:1.0pt solid white;
	border-bottom:1.0pt solid white;
	border-left:1.0pt solid white;
	background:#CCD5EA;
	mso-pattern:auto none;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa4
	{border-top:3.0pt solid white;
	border-right:1.0pt solid white;
	border-bottom:1.0pt solid white;
	border-left:1.0pt solid white;
	background:#CCD5EA;
	mso-pattern:auto none;
	text-align:center;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa5
	{border:1.0pt solid white;
	background:#E7EBF5;
	mso-pattern:auto none;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa6
	{border:1.0pt solid white;
	background:#E7EBF5;
	mso-pattern:auto none;
	text-align:center;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa7
	{border:1.0pt solid white;
	background:#CCD5EA;
	mso-pattern:auto none;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
.oa8
	{border:1.0pt solid white;
	background:#CCD5EA;
	mso-pattern:auto none;
	text-align:center;
	vertical-align:top;
	padding-bottom:3.6pt;
	padding-left:7.2pt;
	padding-top:3.6pt;
	padding-right:7.2pt;}
/*--------- footer ---------*/

#footer {
  width: 780px;
  height: 68px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  text-align: center;
  clear: both;
  background-color: #8f8f8f;
  background-image: url(http://www.showakako.co.jp/image/common/foot_back_lt.png);
  background-repeat: no-repeat;
  position: relative;
  }

#footer .rt_back {
  width: 10px;
  height: 68px;
  background-color: #8f8f8f;
  background-image: url(http://www.showakako.co.jp/image/common/foot_back_rt.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  }

#footer p {
  line-height: 25px;
  color: #ffffff;
  }

#footer-menu {
  padding: 0 10px;
  margin: 0;
  }

#footer-menu a {
  color: #ffffff;
  }

#footer-menu a:hover {
  color: #002CAA;
  }

#footer-menu ul {
  padding: 5px 0 0 0;
  margin: 0;
  }

#footer-menu li {
  padding: 0 2px 0 2px;
  margin: 0;
  display: inline;
  }

#copy-right {
  font-size: 12px;
  width: 780px;
  color: #555555;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  }

/*--------- sidemenu ---------*/

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/


/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
  text-indent: 10px;
	padding:0;
	margin:0;
  color: #3b3b3b;
  font-weight: bold;
}

#nav li.type15,
#nav li.type15 a {

  background: url(assets/images/menu07a.jpg) no-repeat;

}

#nav li.type15 a:hover {

  background: url(assets/images/menu07b.jpg) no-repeat;

}

#nav li.type15h,
#nav li.type15h a {

  background: url(assets/images/menu07b.jpg) no-repeat;

}
#nav li.type14,
#nav li.type14 a {

  background: url(assets/images/menu06a.jpg) no-repeat;

}

#nav li.type14 a:hover {

  background: url(assets/images/menu06b.jpg) no-repeat;

}

#nav li.type14h,
#nav li.type14h a {

  background: url(assets/images/menu06b.jpg) no-repeat;

}
#nav li.type13,
#nav li.type13 a {

  background: url(assets/images/menu05a.jpg) no-repeat;

}

#nav li.type13 a:hover {

  background: url(assets/images/menu05b.jpg) no-repeat;

}

#nav li.type13h,
#nav li.type13h a {

  background: url(assets/images/menu05b.jpg) no-repeat;

}
#nav li.type12,
#nav li.type12 a {

  background: url(assets/images/menu04a.jpg) no-repeat;

}

#nav li.type12 a:hover {

  background: url(assets/images/menu04b.jpg) no-repeat;

}

#nav li.type12h,
#nav li.type12h a {

  background: url(assets/images/menu04b.jpg) no-repeat;

}
#nav li.type11,
#nav li.type11 a {

  background: url(assets/images/menu02a.jpg) no-repeat;

}

#nav li.type11 a:hover {

  background: url(assets/images/menu02b.jpg) no-repeat;

}

#nav li.type11h,
#nav li.type11h a {

  background: url(assets/images/menu02b.jpg) no-repeat;

}
#nav li.type10,
#nav li.type10 a {

  background: url(assets/images/menu01a.jpg) no-repeat;

}

#nav li.type10 a:hover {

  background: url(assets/images/menu01b.jpg) no-repeat;

}

#nav li.type10h,
#nav li.type10h a {

  background: url(assets/images/menu01b.jpg) no-repeat;

}
#nav li.type7,
#nav li.type7 a {

  background: url(assets/images/menu03a.jpg) no-repeat;

}

#nav li.type7 a:hover {

  background: url(assets/images/menu03b.jpg) no-repeat;

}

#nav li.type7h,
#nav li.type7h a {

  background: url(assets/images/menu03b.jpg) no-repeat;

}


#nav li.sm1,
#nav li.sm1 a {
  width: 195px;
  height: 36px;
  line-height: 36px;
  }

#nav li.sm2,
#nav li.sm2 a {
  width: 195px;
  height: 80px;
  line-height: 80px;
  }

#nav li.sm3,
#nav li.sm3 a {
  width: 195px;
  height: 150px;
  line-height: 150px;
  }

#nav li img.arrow1 {
  position:absolute;
  top: 12px;
  right: 2px;
  }

#nav li img.arrow2 {
  position:absolute;
  top: 35px;
  right: 2px;
  }

#nav li img.arrow3 {
  position:absolute;
  top: 70px;
  right: 2px;
  }

#subMenusContainer a {
	padding:10px 20px 10px 10px;
	background-color:#fff ;
}

/* Just sub menu links */
#subMenusContainer a,
#nav li li a {
	text-align:left;
}

/* All menu links on hover or focus */



/* sub menu links on hover or focus */
#subMenusContainer a:hover,
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused {
	background-color: #8f8f8f;
	color:#FFF;
}

#subMenusContainer li.here a {
	background-color: #8f8f8f;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn { 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused { 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn {

}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused {
	background-image: url(../img/arrow_right_over.gif) right center no-repeat; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* All submenu OLs and ULs */
#nav ol,
#nav ul,
#subMenusContainer ul,
#subMenusContainer ol {	
	/*border around submenu goes here*/
	background:#fff;	
	border:1px solid #8f8f8f;
        color: #3b3b3b !important;
	left:0;
}

/* All ULs and OLs */
#nav,
#nav ul,
#nav ol,
#subMenusContainer ul,
#subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	margin-bottom: 10px;
}

#subMenusContainer li {
	list-style: none;
}

/* main menu ul or ol elment */
#nav {
	display:block;
	list-style:none;
	margin:0;
	width:186px;
	z-index:5;
	text-align: left;
	display:block;
}

#subMenusContainer {
	display:block;
 	position:absolute;
	top:5px;
	left:5px;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
 }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li {
	float:none;
 }

#nav li li a { /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 186px; margin-top:-2.5em;}
#nav li li:hover ul {	margin-left: 10em; }

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 186px; margin-top:-2.5em; }
#nav li li a:focus + ul { left:186px; margin-left: 1010em; margin-top:-2.5em;}
#nav li li a:focus {left:186px;  margin-left:1000em; width:10em;  margin-top:-2.5em;}
#nav li li li a:focus {left:186px; margin-left: 2010em; width: 10em;  margin-top:-2.5em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


#cominfo {
  width: 180px;
  margin: 15px auto;
  }

#cominfo .name {
  font-size: 15px;
  font-weight: bold;
  }




