@charset "utf-8";
/* CSS Document */

ul#rexblog-archive-nav
{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#rexblog-archive-nav li{
	list-style:none;
	margin:0;
	/*background-image: url('/files/addons/rexblog/plugins/archive/img/archive.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 19px;*/
}

#subnavi ul#rexblog-archive-nav li a.rexblog-current
{
  font-weight:bold;
  background-image:none;
  /*
  background-image: url(/files/images/subnavi_act.gif);
  background-repeat: no-repeat;
  */
  color: #e53b00;
  text-decoration: none;
  height:18px;
margin:0;
padding:4px 0 0;
}

#subnavi ul#rexblog-archive-nav li a:hover
{
	text-decoration:none;
	color:#e53b00;
	background-color:#F0F2EE;
}

#subnavi ul#rexblog-archive-nav li a
{
background-image:none;
/*
	background-image:url(/files/images/subnavi_std.gif);
background-repeat:no-repeat;
*/
font-size:0.9em;
color:#999999;
display:block;
height:18px;
margin:0;
padding:4px 0 0;
text-align:left;
text-decoration:none;
text-indent:100px;
vertical-align:middle;
white-space:nowrap;
width:244px;
}

.dropdown_select {
background:transparent url(/files/images/dropdown.gif) no-repeat top left;
font-weight:bold;font-size:12px;
height:30px;
line-height:30px;
padding-left:10px;
width:248px;
cursor:pointer;
text-indent:90px;
}

.dropdown_select		 {color:#999;}
.dropdown_select.current {background-position: 0 -50px;color: #e53b00;}

.dropdown_item {position:absolute;display:none;margin:-28px 0 0 0;}
.selecttop {width:248px;height:9px;background:transparent url(/files/images/subnavi-top.gif) no-repeat 0 0;}
.selectcontent {width:248px;background:transparent url(/files/images/subnavi-content.gif) repeat-y 0 0;}
.selectbottom {width:248px;height:9px;background:transparent url(/files/images/subnavi-bottom.gif) no-repeat 0 0;}

