﻿#top_menu_web
{
	background:#F1F4F8  url('images/topmenu_bg.png') repeat-x scroll;
	height:26px;		
	position:relative;
	color:#3F598B;
}

#top_menu_web ul
{
	background:url('images/topmenu_bg_left.png') no-repeat scroll left;
	/*float:left;*/
    height: 26px;
    padding-left:10px;
}

#top_menu_web ul
{
	display:block;
	list-style-type:none;
	list-style-image:none;
	font-size:1em;
	margin-right:10px;
}
#top_menu_web li
{
	float:right;
	margin: 3px 5px;
}

#topmenu_container_web
{
	background:url('images/topmenu_bg_right.png') no-repeat scroll right;
   	height:26px;   
}

#logo_web
{
	background:#ffffff url('images/logo.png') no-repeat;
	/*background:#ffffff url('images/logo.gif') no-repeat;*/
	width: 225px; height: 77px;
	/*width: 249px; height: 300px;*/
}
#logo_web span
{
	display:none;
}
