@charset "UTF-8";
/* CSS Document */


#newsletter_box
{
	background-image:url(../_gfx/site/box_newsletter_bg.png);
	background-repeat:no-repeat;
	width: 200px;
	height:112px;
	float:right;
	margin-left:25px;
}

#newsletter_box .newsletter_box_inner
{
    padding: 10px;
    margin-top: 2px;
    font-size:11px;
    line-height:16px;
}

#newsletter_box .newsletter_box_inner div
{
    margin-top: 7px;
}

#newsletter_box .newsletter_box_input
{
    width: 130px;
    height: 15px;
    border: 1px solid #cccccc;
    line-height: 0px;
    padding: 2px;
    float:left;
}

#newsletter_box .newsletter_box_input_button
{
    line-height: 0px;
    float:left;
    margin-left:5px;
}


	
.menu_item
{
	width: 184px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	margin:0px;
}

.menu_item_hover
{
	width: 184px;
	height: 44px;
	line-height: 44px;
/* 	background-color:#e4ebf2; */
	margin:0px;
}

.menu_item_current
{
	width: 208px;
	background-image:url(../_gfx/site/menu_bg_current.png);
	background-repeat:no-repeat;
	height:44px;
	line-height: 44px;
	margin:0px;
}

.menu_item_current_sub
{
	width: 174px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 19px;
}

.menu_item a:link, .menu_item a:hover {
	display: block !important;
	width: 170px;
	height: 44px;
}

/* .menu_item a:hover {
		background-color: #CCC;
} */

.menu_separator
{
	margin:0px;
	border:none;
	width:184px;
	height:1px;
	background-image:url(../_gfx/site/menu_separator.gif);
	background-repeat:no-repeat;
}

#sm a:link
{
	font-size:13px;
	text-decoration:none;
	color:#424242;
}

#sm a:visited
{
	font-size:13px;
	text-decoration:none;
	color:#424242;
}


#sm a:hover
{
	font-size:13px;
	text-decoration:none;
	color:#0089dc;
}