@charset "UTF-8";
/*

*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
    text-align: center;
	background-image: url("images/bkg.jpg");
	background-repeat: yes-repeat;
	background-attachment: scroll;
	background-position: top left;
}
body div {
	text-align: left;
	margin: 0 auto;
	width: 1002px;
}
img{
	border: none;
}
*/
strong{
	font-weight: bolder;
}

form{
	margin: 0;
	padding: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.clearboth{
	clear: both;
	display: none;
}

/* -------------------------------------
　　パーツのスタイル
------------------------------------- */

/* --- 一覧表示の奇数行用 --- */

.odd{
	background: #efefef;
}

/* --- 一覧表示の偶数行用 --- */

.even{
	background: #ffffff;
}

/* --- 入力フォームのタイトル幅揃え用 --- */

.formh{
	width: 8em;
}

/* --- 入力フォームのTEXTAREA --- */

textarea {
	width: 100%;
}

/* --- レジチェックボックス・マウスオフ --- */

.moduleRow {
	background-color: #b5b5b6;
}

/* --- レジチェックボックス・マウスオーバー --- */

.moduleRowOver {
	background-color: #717071;
	cursor: hand;
}

/* --- レジチェックボックス選択行 --- */

.moduleRowSelected {
	background-color: #717071;
}

/* --- 「ご注文の最終確認」ページ「変更」文字 --- */

.orderEdit {
	color: #d94473;
	text-decoration: underline;
}

/* --- メッセージ（こんにちは、○○さん〜） --- */

.greetUser {
	color: #4c4948;
	font-weight: bold;
}

/* --- 商品価格 --- */

.productPrice {
	color: #000000;
	font-weight: bold;
}

/* --- 本体価格 --- */

.productHontaiPrice {
    font-size: 70%;
    color: #000000;
}

.redHontaiPrice {
    font-size: 70%;
	color: #d94473;
}

.oroshiHontaiPrice {
    font-size: 70%;
	color: red;
}


/* --- 通常価格 --- */

.productRegularPrice {
	color: #000000;
	font-weight: bold;
}

/* --- 特価商品価格 --- */

.productSpecialPrice {
	color: #d94473;
	font-weight: bold;
}

/* -------------------------------------
　　エラー表示・情報表示のスタイル
------------------------------------- */

div.messageBox {
	margin-bottom: 0.5em;
}

div.messageBox p{
	padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
	background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
	background-color: #99ff00;
}

/* --- 一番上で表示されるエラー --- */

#errorBox{
	background: #ffb3b5;
	font-weight: bold;
}

#headerError{
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
}

#headerInfo{
	background: #00ff00;
	font-weight: bold;
	color: #ffffff;
}

/* --- フォームの入力案内 --- */

.notice_s{
	font-size: 90%;
	color: #d94473;
}

/* --- フォームの入力エラー --- */

.error_s{
	font-size: 90%;
	color: #d94473;
}

/* --- 注意・警告 --- */

.warning{
	color: #cc0033;
}

/* --- エラー --- */

.error{
	color: #ff0000;
}

/* --- 注意・警告（強調） --- */

.warning_bold{
	color: #cc0033;
	font-weight: bold;
}

/* --- エラー（強調） --- */

.error_bold{
	color: #ff0000;
	font-weight: bold;
}

/* -------------------------------------
　　ヘッダー用スタイル
------------------------------------- */
/*div#header div.navigation {
    width:980px;
	line-height: 18px;
display: inline;
}


div#header td{
	font-size: 11px;
	color: #000000;
	padding: 2px;
}

div#header td.navigation {
	background: #898989;
	color: #000000;
	font-family: Osaka, Verdana, Arial, sans-serif; 
	font-size: 11px;  
	background-image: url( images/row_bg.gif);
	line-height: 18px;
}


div#header a{
	color: #000000;
}

div#header a:hover{
	color: #F7AB26;
}
*/


/* -------------------------------------
　　フッター用スタイル
------------------------------------- */
/*
div#footer{
    width:1002px;
    clear:both;
}

div#footer td{
	font-size: 11px;
	color: #78797a;
	padding: 3px;
}

div#footer td.footer_info {
	background: #c1c2c4;
	color: #000000;
}

div#footer td.footer {
	background: #231815;
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #FFFFFF;
}

div#footer a:hover{
	color: #AABBDD;
}
*/
/*
    ミドルエリア
*/
div .middlearea{
/* nagata 2008/02/25 修正 900 → 910 */
}


/* -------------------------------------
　　レイアウトテーブル
------------------------------------- */

/*#contentsleft,td#contentsright,td#contentsmain{
	vertical-align: top;
	padding-bottom: 0.5em;
}

#contentsleft{
	background-image: url("images/left_bg.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 1%;
}

#contentsright{
	background: #ffffff;
	width: 1%;
}

#contentsmain{
	background: #ffffff;
	padding: 15px;
	width: 98%;
}*/

/* -------------------------------------
　　左側ナビ
------------------------------------- */

div#contentsleft{
    float:left;
    width:253px;
    font-size: 11px;
    color: #000000;
    line-height: 130%;
    background-color:whitesmoke;
    padding:5px;
    border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */

/*
	background-image: url("images/left_bg.gif");
	background-position: right;
	background-repeat: repeat-y;
*/

}

div#contentsleft dl{
	/*margin-bottom: 1em;*/
	margin: 0px;
	/* background-color:#BDBDBD; */
}

div#contentsleft dt{
	/*
	margin-top: 1em;
	margin-left: 1px;
	padding-left: 5px;
	*/
	font-weight: bold;

}

div#contentsleft dd{
	margin: 0px;
/*
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
*/
}
div#contentsleft dt.center {
	text-align: center;
}
div#contentsleft dd.center {
	text-align: center;
	padding-bottom: 5px;
}

div#contentsleft dd.icon {
	/*border-bottom: 1px dashed #717071;*/
	padding-left:5px;
	padding-bottom:3px;
}

div#contentsleft dd.icon a:link{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid silver;
}

div#contentsleft dd.icon a:visited{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid silver;
}

div#contentsleft dd.icon a:active{
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid silver;
}

div#contentsleft dd.icon a:hover{
	border-left: .5em solid #F7AB26;
}

div#contentsleft h1{
    color:#FFFFFF;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-top:7px;
    margin-bottom:0px;
    line-height: 200%;
}

div#contentsleft h1 a:link{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h1 a:visited{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h1 a:active{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h1 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}


div#contentsleft h2{
    color:#FFFFFF;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-top:7px;
    margin-bottom:0px;
    line-height: 200%;
}

div#contentsleft h2 a:link{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h2 a:visited{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h2 a:active{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft h2 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

div#contentsleft dt:not(.rollover){
    background-image: url("../../images/newdesign/cate_bar.png");
    background-repeat: no-repeat;
    width:253px;
    height:32px;
    margin-bottom:2px;
}

div#contentsleft dt.rollover{
    background-image: url("../../images/newdesign/cate_bar.png");
    background-repeat: no-repeat;
    width:253px;
    height:32px;
    margin-bottom:2px;
}

#contentsleft dt:hover.rollover {
    background-image: url("../../images/newdesign/cate_bar2.png");
    
}
#contentsleft dt:active.rollover {
    background-image: url("../../images/newdesign/cate_bar2.png");
    
}

/* -------------------------------------
　　右側ナビ
------------------------------------- */

div#contentsright{
    margin-right:0px;
    padding-right:0px;
    float:right;
    width:150px;
	font-size: 80%;
	color: #000000;
	line-height: 130%;


}

div#contentsright table {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
    width:100%;
}

div#contentsright table.cart {
	border: 1px solid #b5b5b6;
}

div#contentsright table.cart th {
	background: #b5b5b6;
}

div#contentsright table.promo {
	border: 1px solid #898989;
}

div#contentsright table.promo th {
	background: #b5b5b6;
}

div#contentsright table.info {
	border: 1px solid #4c4948;
}

div#contentsright table.info th {
	background: #4c4948;
}


div#contentsright td {
	font-size: 80%;
	color: #363636;
	line-height: 130%;
	padding: 3px;
	background: #efefef;
}

div#contentsright th {
	font-size: 80%;
	color: #ffffff;
	line-height: 130%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}

/* -------------------------------------
　　メインコンテンツ
------------------------------------- */

div#contentsmain {
    font-size: 85%;
    line-height: 180%;
    margin-bottom: 0.5em;
    float:right;
    width:900px;
    padding: 15px;
    margin-top: -20px;
}

div#contentsmain .small{
	font-size: 80%;
	color: #000000;
	line-height: 180%;
}

div#contentsmain h1{
	font-size: 150%;
	color: #000000;
	line-height: 150%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	/*margin-right: 100px;*/
	/*border-left: 0.5em solid #8B73A8;*/
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}

div#contentsmain h2{
	font-size: 130%;
	color: #363636;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	border-left: 0.5em solid #AA0000;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	background: #eeeeee;
}

div#contentsmain h3{
	font-size: 110%;
	color: #363636;
	line-height: 150%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	border-left: .5em solid #eeeeee;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #eeeeee;
	font-weight: bold;
}

div#contentsmain th {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain td {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain .icon a:link{
	line-height: 150%;
	border-bottom: 1px dashed #717071;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #4c4948;
}

div#contentsmain .icon a:visited{
	line-height: 150%;
	border-bottom: 1px dashed #717071;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #4c4948;
}

div#contentsmain .icon a:active{
	line-height: 150%;
	border-bottom: 1px dashed #717071;
	padding-left: 5px;
	margin-left: 2em;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left: .5em solid #4c4948;
}

div#contentsmain .icon a:hover{
	line-height: 150%;
	border-left: .5em solid #F7AB26;
}

/* -------------------------------------
　　差込HTML用
------------------------------------- */
div#contentssub {
	font-size: 85%;
	color: #000000;
	line-height: 180%;
	margin-bottom: 0.5em;
    float:left;
    width:58%;
	padding: 15px;
}
/* --- ボックス --- */

div#contentsmain div{
	clear: both;
	/* margin-top: 0.5em; */
	margin-bottom: 1em;
}

/* --- ボックス（通常用） --- */

div#contentsmain div.main{
}

/* --- ボックス（レビュー用） --- */

div#contentsmain div.reviews{
	clear: none;
}

/* --- ボックス（画面下のボタン用） --- */

div#contentsmain div.navi{
	margin-bottom: 2.0em;
}

/* --- ボックス（一覧表示の上部用） --- */

div#contentsmain div.header{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

/* --- ボックス（一覧表示の下部用） --- */

div#contentsmain div.footer{
	padding-top: 0.5em;
	border-top: 1px solid #999999;
}

/* --- ボックス（情報ボックス用） --- */

div#contentsmain div.infobox {
	margin-top: 3px;
	border: 1px solid #4c4948;
	background: #efefef;
}

/* --- ボックス（情報ボックスに縦線を入れる用） --- */

div#contentsmain div.infoboxsp {
	border-right: 1px solid #ccd4e4;
}

/* --- ボックス（情報ボックス内、子ボックス用） --- */

div#contentsmain div.formarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #4c4948;
	background: #d3d3d4;
}

/* --- ボックス（案内ボックス用） --- */

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #4c4948;
	background: #efefef;
}

/* --- ボックス（商品ページ・商品ボックス用） --- */

div#contentsmain div.plainbox{
	padding: 0.5em;
	background: whitesmoke;
	border:1px solid #ccd4e4;
}

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
}

div#contentsmain img{
	max-width: 860px;
	height: auto !important;
}

div#contentsmain .plainbox img{
	max-width: none;
}

div#contentsmain #sticker{
	max-width: 860px;
	font-size: 13px;
}

div#contentsmain .showcase-content-container img{
	max-width: none;
}


/* -------------------------------------
　　<table>用スタイル
------------------------------------- */

/* --- 情報ボックス（コンテンツ） --- */

.infoBoxContents {
	background: #efefef;
}

/* --- 案内情報ボックス（コンテンツ） --- */

.infoBoxNoticeContents {
	background: #FFE6E6;
}

/* --- TR：商品一覧（タイトル） --- */

TR.productListing-heading {
	background: #898989;
}

/* --- TD：商品一覧（タイトル） --- */

TD.productListing-heading {
	background: #898989;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* --- TD：アドレス帳、レビュー一覧等の項目名 --- */

TD.tableHeading {
	font-weight: bold;
}

/* -------------------------------------
　　リンク装飾設定
------------------------------------- */
/*
a:link, a:visited, a:active, a:hover {
	font-size: inherit;
}

a:link{
	color:#000000;
	text-decoration: none;
}

a:visited{
	color:#000000;
	text-decoration: none;
}

a:hover{
	color:#F7AB26;
	text-decoration: underline;
}

a:active{
	color:#F7AB26;
	text-decoration: none;
}
*/
/* -------------------------------------
　　カレンダー
------------------------------------- */

div#calendar table {
  border:1px #DDDDDD solid;
  border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#calendar td {
  border:1px #DDDDDD solid;
  font-size:0.8em;
  padding:1px;
  text-align:center;
  background-color:#FFFFDD;
}

div#calendar td.calendarTitle {
	background-color:#FFFFDD;
}

div#calendar td.calendarSun,div#calendar td.calendarSat,div#calendar td.calendarWek{
	font-weight:bold;
}

div#calendar td.calendarSun {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarSat {
	background-color:#CCFFFF;
	color:#0000FF;
}

div#calendar td.calendarWek {
	background-color:#EEEEEE;
}

div#calendar td.calendarBHol {
	background-color:#FFCCCC;
	color:#FF0000;
}

div#calendar td.calendarBWek {
	background-color:#FFFFFF;
}

/* -------------------------------------
　　ボックスの文字と行間
------------------------------------- */

.boxtd {
	font-size: 65%;
	line-height: 100%;
}
/* -------------------------------------
　　ベストセラー 
border: medium solid blueviolet;
border: medium solid olivedrab;
border: medium solid #AABBDD;
------------------------------------- */

#wrap { width:250px; text-align:left; margin:0 auto; }  
#inner { margin:10px 5px; }  
#mainWrap { width:200px; float:right; }  
#sideWrap { width:10px; float:left; }  
.clear { clear:both; }  
.clear hr { display:none; }  

/*   */
#shopping_cart_message {
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    border: medium solid yellow;
    background-color:#FFFFA4;
    
    
}

#headercart{
    float:left;
    width:450px;
    height:50px;
    font-size: 11px;
    color: #000000;
    line-height: 130%;
    background-color:whitesmoke;
    margin-left:20px;
    margin-top:7px;
    border:1px solid #CCC;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */

/*
	background-image: url("images/left_bg.gif");
	background-position: right;
	background-repeat: repeat-y;
*/

}


#wrapper h1 {
    margin: 0 auto;
    padding-left: 5px;
    color: #999;
    font-weight: normal;
    font-size: 11px;
}

div#contentsmain #product_name h2 {
    font-size: 160%;
    color: #000000;
    line-height: 150%;
    margin-bottom: 1em;
    padding-left: 0.3em;
    font-weight: bold;
    margin-top: 2px;

    border-bottom: 3px solid #ccc;
    border-left: none;
    border-right: none;
    background: none;
}

div#contentsmain .productPrice h3
{

    display: inline;
    font-size: 110%;
    font-weight: bold;
    color: #363636;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border:none;
    background: none;


}
div#contentsmain .productSpecialPrice h3
{

    display: inline;
    font-size: 110%;
    font-weight: bold;
    color: #363636;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border:none;
    background: none;


}
div#contentsmain .productPrice h3
{
    display: inline;
    font-size: 110%;
    font-weight: bold;
    color: #363636;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border:none;
    background: none;

}

div#contentsmain #featured_marquee{
	height:160px;
	margin-right: 5px;
    overflow: hidden;
    display: block;
}
div#contentsmain .products_unit{
    float:left;
    text-align:center;
    width: 160px;
    padding:10px;
	font-size: 12px;
	line-height: 120%;
}

#specialprice_up_marquee{
	text-align: center;
	padding:10px;
	font-size: 12px;
	line-height: 120%;
	height:160px;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.bestseller_up_marquee{
	text-align: center;
	padding:10px;
	font-size: 12px;
	line-height: 120%;
	height:160px;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
}

.bestseller_marquee{
	width: 1200px;
	height:180px;
	overflow: hidden;

}
.bestseller_unit{
	float:left;
	text-align:center;
	width: 160px;
	padding:2px;
	display: block;
}
.bestseller_title{
	text-align:left;
	font-size:14px;
	font-weight: bold;
	margin-left: 7px;
	margin-bottom: 3px;
}
.bestseller_image{
	width:140px;
	height:100px;
	text-align:center;
	margin-bottom: 2px;
}
.bestseller_name{
	line-height: 120%;
	text-align:center;
	font-size:11px;
	font-weight: bold;
	margin-left: 7px;
	margin-bottom: 3px;
}

/*
2015/12/08 nagata add
検索一覧 ページ上下のページ切り替えバー
 */

div#contentsmain .page_nav_bar div{
	clear: none;
	margin-bottom: 0;
}

.page_nav_bar {
	height: 70px;
	text-align: center;
	margin: 0 0 0 1px;
	color: #363636;
	background-color: #DDD;
	border:1px solid #CCC;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}

.sortby{
	float:left;
	display: block;
/*	border:1px solid red; */
	width:100px;
	height:70px;

}
.pages{
	float:left;
	display: block;
/*	border:1px solid blue; */
	font-size: 16px;
	width:700px;
	margin-top: 20px;

}

.page_title {
	float: left;
	display: block;
	margin-right: 5px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	hight: 30px;
	line-height:30px;
}



.pages .number {
	list-style: none;
	vertical-align: middle;
	background-color: #f5f5f5;
	width: 30px;
	hight: 30px;
	line-height: 30px;
	float: left;
	margin: 0 0 0 1px;
	display: block;
	text-align: center;
	border:1px solid #CCC;
}

.pages .current {
	display: block;
	list-style: none;
	vertical-align: middle;
	background-color: #e5e5e5;
	width: 30px;
	hight: 30px;
	line-height: 30px;
	float: left;
	margin: 0 0 0 1px;
	text-align: center;
	border:1px solid #CCC;
}

/*
----------------------------------
2015/06/23 nagata add
トップ ドロップダウンメニュー　多階層版
横サイズは1000ピクセル
----------------------------------
*/

#dropmenu {
/*
list-style-type: none;
	width: 233px;
	margin: 0px auto;
	padding: 0;
	border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
*/
	list-style-type: none;
	position: relative;
	z-index: 10000;
	margin-left: 0px;
	padding: 10px 0;
	/*border-top: 3px solid #2f3842;*/
	border-radius: 0 0 3px 3px;
	/*box-shadow: 3px 3px 5px #aaa, -3px 3px 5px #aaa;*/
	font-size: 14px;
	background: #fff;
	color:#333;
}


#dropmenu li {
	width: 200px;
	position: relative;
/*	float: left;*/
	margin: 0;
	padding: 0;
/*	text-align: center;*/
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 1px 0;
	/*background:url(/common/img/menu_bak.gif);*/
	/*background: #55bdb2;*/
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	/*white-space: nowrap;*/
}
#dropmenu li ul {
	width: 200px;
	list-style: none;
	position: absolute;
	z-index: 10000;
	top: 0%;
/*	left: 0;*/
	left: 250px;
	margin: 0;
	padding: 0;
	background-color: #696969;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: .2s;
}
#dropmenu li ul li a {
	padding: 13px 15px;
	background: #696969;
	/*background: #5F9EA0;*/
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
#dropmenu > li:hover > a {
	background: #69C;
}
#dropmenu > li:hover li:hover > a {
	background: #69C;
}
#dropmenu > li:hover > ul > li {
	overflow: visible;
	height: 38px;
}
#dropmenu li ul li ul {
	top: 0;
	left: 100%;
}
#dropmenu li:last-child ul li ul {
	left:  100%;
	width: 100%;
}
#dropmenu li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #5f9ea0;
}
#dropmenu li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -10px;
	border: 5px solid transparent;
	border-right-color: #5f9ea0;
}
#dropmenu li ul li:hover > ul > li {
	overflow: visible;
	height: 38px;
}
#dropmenu li ul li ul li a {
	background: #696969;
}
#dropmenu li:hover ul li ul li a:hover {
	background: #69C;
}

/* TOP */
#dropmenu li.top {
	width: 250px;
	font-family: sans-serif;
	font-size: 11px;
	color: #FFF;

	line-height: 14px;

	margin: 0px;

	cursor: pointer;
}

#dropmenu li.top a.top {
	color: blue;
	text-decoration: none;
}

#dropmenu li.top a.hover,
#dropmenu li.top a.active{
	background-color: #69C;
	color: #FFF;
	/*	padding: 2px 5px 2px 5px;
        border: 1px solid #369;
        border-left: 1px solid #9CF;
        border-top: 1px solid #9CF; */
}

